diff --git a/api/assets/highlight.css b/api/assets/highlight.css index a13094d48b..6dd4eef7e4 100644 --- a/api/assets/highlight.css +++ b/api/assets/highlight.css @@ -1,5 +1,5 @@ :root { - --light-code-background: #FFFFFF; + --light-code-background: #F5F5F5; --dark-code-background: #1E1E1E; } diff --git a/api/assets/main.js b/api/assets/main.js index 61009a4baa..99f331b262 100644 --- a/api/assets/main.js +++ b/api/assets/main.js @@ -1,5 +1,5 @@ -(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&(r||i!=="default")&&J(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t},Ae=(t,e)=>De(Me(J(t!=null?Ce(Re(t)):{},"default",!e&&t&&t.__esModule?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ce,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),p=s.str.charAt(1),v;p in s.node.edges?v=s.node.edges[p]:(v=new t.TokenSet,s.node.edges[p]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ce=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var fe=Ae(de());function pe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ue(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=fe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes;let p=document.createElement("a");p.href=n.base+u.url,p.classList.add("tsd-kind-icon"),p.innerHTML=l,h.append(p),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}pe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); /*! * lunr.Builder * Copyright (C) 2020 Oliver Nightingale diff --git a/api/assets/search.js b/api/assets/search.js index 44fda515fc..839ccf77b0 100644 --- a/api/assets/search.js +++ b/api/assets/search.js @@ -1 +1 @@ -window.searchData = {"kinds":{"8":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":128,"name":"Document","url":"classes/Document.html","classes":"tsd-kind-class"},{"id":1,"kind":512,"name":"constructor","url":"classes/Document.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Document"},{"id":2,"kind":262144,"name":"Document","url":"classes/Document.html#Document-1","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":3,"kind":262144,"name":"Styles","url":"classes/Document.html#Styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":4,"kind":262144,"name":"CoreProperties","url":"classes/Document.html#CoreProperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":5,"kind":262144,"name":"Numbering","url":"classes/Document.html#Numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":6,"kind":262144,"name":"Media","url":"classes/Document.html#Media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":7,"kind":262144,"name":"FileRelationships","url":"classes/Document.html#FileRelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":8,"kind":262144,"name":"Headers","url":"classes/Document.html#Headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":9,"kind":262144,"name":"Footers","url":"classes/Document.html#Footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":10,"kind":262144,"name":"ContentTypes","url":"classes/Document.html#ContentTypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":11,"kind":262144,"name":"CustomProperties","url":"classes/Document.html#CustomProperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":12,"kind":262144,"name":"AppProperties","url":"classes/Document.html#AppProperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":13,"kind":262144,"name":"FootNotes","url":"classes/Document.html#FootNotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":14,"kind":262144,"name":"Settings","url":"classes/Document.html#Settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":15,"kind":8,"name":"AlignmentType","url":"enums/AlignmentType.html","classes":"tsd-kind-enum"},{"id":16,"kind":16,"name":"START","url":"enums/AlignmentType.html#START","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":17,"kind":16,"name":"END","url":"enums/AlignmentType.html#END","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":18,"kind":16,"name":"CENTER","url":"enums/AlignmentType.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":19,"kind":16,"name":"BOTH","url":"enums/AlignmentType.html#BOTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":20,"kind":16,"name":"JUSTIFIED","url":"enums/AlignmentType.html#JUSTIFIED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":21,"kind":16,"name":"DISTRIBUTE","url":"enums/AlignmentType.html#DISTRIBUTE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":22,"kind":16,"name":"LEFT","url":"enums/AlignmentType.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":23,"kind":16,"name":"RIGHT","url":"enums/AlignmentType.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":24,"kind":128,"name":"AlignmentAttributes","url":"classes/AlignmentAttributes.html","classes":"tsd-kind-class"},{"id":25,"kind":512,"name":"constructor","url":"classes/AlignmentAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":26,"kind":2048,"name":"prepForXml","url":"classes/AlignmentAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":27,"kind":2048,"name":"set","url":"classes/AlignmentAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":28,"kind":128,"name":"Alignment","url":"classes/Alignment.html","classes":"tsd-kind-class"},{"id":29,"kind":512,"name":"constructor","url":"classes/Alignment.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Alignment"},{"id":30,"kind":2048,"name":"prepForXml","url":"classes/Alignment.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":31,"kind":2048,"name":"addChildElement","url":"classes/Alignment.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":32,"kind":256,"name":"IBordersOptions","url":"interfaces/IBordersOptions.html","classes":"tsd-kind-interface"},{"id":33,"kind":1024,"name":"top","url":"interfaces/IBordersOptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":34,"kind":1024,"name":"bottom","url":"interfaces/IBordersOptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":35,"kind":1024,"name":"left","url":"interfaces/IBordersOptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":36,"kind":1024,"name":"right","url":"interfaces/IBordersOptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":37,"kind":128,"name":"Border","url":"classes/Border.html","classes":"tsd-kind-class"},{"id":38,"kind":512,"name":"constructor","url":"classes/Border.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Border"},{"id":39,"kind":2048,"name":"prepForXml","url":"classes/Border.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":40,"kind":2048,"name":"addChildElement","url":"classes/Border.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":41,"kind":128,"name":"ThematicBreak","url":"classes/ThematicBreak.html","classes":"tsd-kind-class"},{"id":42,"kind":512,"name":"constructor","url":"classes/ThematicBreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ThematicBreak"},{"id":43,"kind":2048,"name":"prepForXml","url":"classes/ThematicBreak.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":44,"kind":2048,"name":"addChildElement","url":"classes/ThematicBreak.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":45,"kind":256,"name":"IIndentAttributesProperties","url":"interfaces/IIndentAttributesProperties.html","classes":"tsd-kind-interface"},{"id":46,"kind":1024,"name":"start","url":"interfaces/IIndentAttributesProperties.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":47,"kind":1024,"name":"end","url":"interfaces/IIndentAttributesProperties.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":48,"kind":1024,"name":"left","url":"interfaces/IIndentAttributesProperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":49,"kind":1024,"name":"right","url":"interfaces/IIndentAttributesProperties.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":50,"kind":1024,"name":"hanging","url":"interfaces/IIndentAttributesProperties.html#hanging","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":51,"kind":1024,"name":"firstLine","url":"interfaces/IIndentAttributesProperties.html#firstLine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":52,"kind":128,"name":"Indent","url":"classes/Indent.html","classes":"tsd-kind-class"},{"id":53,"kind":512,"name":"constructor","url":"classes/Indent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Indent"},{"id":54,"kind":2048,"name":"prepForXml","url":"classes/Indent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":55,"kind":2048,"name":"addChildElement","url":"classes/Indent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":56,"kind":128,"name":"PageBreak","url":"classes/PageBreak.html","classes":"tsd-kind-class"},{"id":57,"kind":512,"name":"constructor","url":"classes/PageBreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreak"},{"id":58,"kind":2048,"name":"prepForXml","url":"classes/PageBreak.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":59,"kind":2048,"name":"addChildElement","url":"classes/PageBreak.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":60,"kind":128,"name":"ColumnBreak","url":"classes/ColumnBreak.html","classes":"tsd-kind-class"},{"id":61,"kind":512,"name":"constructor","url":"classes/ColumnBreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ColumnBreak"},{"id":62,"kind":2048,"name":"prepForXml","url":"classes/ColumnBreak.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnBreak"},{"id":63,"kind":2048,"name":"addChildElement","url":"classes/ColumnBreak.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnBreak"},{"id":64,"kind":128,"name":"PageBreakBefore","url":"classes/PageBreakBefore.html","classes":"tsd-kind-class"},{"id":65,"kind":512,"name":"constructor","url":"classes/PageBreakBefore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreakBefore"},{"id":66,"kind":2048,"name":"prepForXml","url":"classes/PageBreakBefore.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":67,"kind":2048,"name":"addChildElement","url":"classes/PageBreakBefore.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":68,"kind":8,"name":"LineRuleType","url":"enums/LineRuleType.html","classes":"tsd-kind-enum"},{"id":69,"kind":16,"name":"AT_LEAST","url":"enums/LineRuleType.html#AT_LEAST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":70,"kind":16,"name":"EXACTLY","url":"enums/LineRuleType.html#EXACTLY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":71,"kind":16,"name":"AUTO","url":"enums/LineRuleType.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":72,"kind":256,"name":"ISpacingProperties","url":"interfaces/ISpacingProperties.html","classes":"tsd-kind-interface"},{"id":73,"kind":1024,"name":"after","url":"interfaces/ISpacingProperties.html#after","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":74,"kind":1024,"name":"before","url":"interfaces/ISpacingProperties.html#before","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":75,"kind":1024,"name":"line","url":"interfaces/ISpacingProperties.html#line","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":76,"kind":1024,"name":"lineRule","url":"interfaces/ISpacingProperties.html#lineRule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":77,"kind":1024,"name":"beforeAutoSpacing","url":"interfaces/ISpacingProperties.html#beforeAutoSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":78,"kind":1024,"name":"afterAutoSpacing","url":"interfaces/ISpacingProperties.html#afterAutoSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":79,"kind":128,"name":"Spacing","url":"classes/Spacing.html","classes":"tsd-kind-class"},{"id":80,"kind":512,"name":"constructor","url":"classes/Spacing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Spacing"},{"id":81,"kind":2048,"name":"prepForXml","url":"classes/Spacing.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":82,"kind":2048,"name":"addChildElement","url":"classes/Spacing.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":83,"kind":8,"name":"HeadingLevel","url":"enums/HeadingLevel.html","classes":"tsd-kind-enum"},{"id":84,"kind":16,"name":"HEADING_1","url":"enums/HeadingLevel.html#HEADING_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":85,"kind":16,"name":"HEADING_2","url":"enums/HeadingLevel.html#HEADING_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":86,"kind":16,"name":"HEADING_3","url":"enums/HeadingLevel.html#HEADING_3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":87,"kind":16,"name":"HEADING_4","url":"enums/HeadingLevel.html#HEADING_4","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":88,"kind":16,"name":"HEADING_5","url":"enums/HeadingLevel.html#HEADING_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":89,"kind":16,"name":"HEADING_6","url":"enums/HeadingLevel.html#HEADING_6","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":90,"kind":16,"name":"TITLE","url":"enums/HeadingLevel.html#TITLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":91,"kind":128,"name":"Style","url":"classes/Style.html","classes":"tsd-kind-class"},{"id":92,"kind":512,"name":"constructor","url":"classes/Style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Style"},{"id":93,"kind":2048,"name":"prepForXml","url":"classes/Style.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":94,"kind":2048,"name":"addChildElement","url":"classes/Style.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":95,"kind":128,"name":"TabStop","url":"classes/TabStop.html","classes":"tsd-kind-class"},{"id":96,"kind":512,"name":"constructor","url":"classes/TabStop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStop"},{"id":97,"kind":2048,"name":"prepForXml","url":"classes/TabStop.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":98,"kind":2048,"name":"addChildElement","url":"classes/TabStop.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":99,"kind":8,"name":"TabStopType","url":"enums/TabStopType.html","classes":"tsd-kind-enum"},{"id":100,"kind":16,"name":"LEFT","url":"enums/TabStopType.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":101,"kind":16,"name":"RIGHT","url":"enums/TabStopType.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":102,"kind":16,"name":"CENTER","url":"enums/TabStopType.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":103,"kind":16,"name":"BAR","url":"enums/TabStopType.html#BAR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":104,"kind":16,"name":"CLEAR","url":"enums/TabStopType.html#CLEAR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":105,"kind":16,"name":"DECIMAL","url":"enums/TabStopType.html#DECIMAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":106,"kind":16,"name":"END","url":"enums/TabStopType.html#END","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":107,"kind":16,"name":"NUM","url":"enums/TabStopType.html#NUM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":108,"kind":16,"name":"START","url":"enums/TabStopType.html#START","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":109,"kind":8,"name":"LeaderType","url":"enums/LeaderType.html","classes":"tsd-kind-enum"},{"id":110,"kind":16,"name":"DOT","url":"enums/LeaderType.html#DOT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":111,"kind":16,"name":"HYPHEN","url":"enums/LeaderType.html#HYPHEN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":112,"kind":16,"name":"MIDDLE_DOT","url":"enums/LeaderType.html#MIDDLE_DOT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":113,"kind":16,"name":"NONE","url":"enums/LeaderType.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":114,"kind":16,"name":"UNDERSCORE","url":"enums/LeaderType.html#UNDERSCORE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":115,"kind":8,"name":"TabStopPosition","url":"enums/TabStopPosition.html","classes":"tsd-kind-enum"},{"id":116,"kind":16,"name":"MAX","url":"enums/TabStopPosition.html#MAX","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopPosition"},{"id":117,"kind":128,"name":"TabAttributes","url":"classes/TabAttributes.html","classes":"tsd-kind-class"},{"id":118,"kind":512,"name":"constructor","url":"classes/TabAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":119,"kind":2048,"name":"prepForXml","url":"classes/TabAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":120,"kind":2048,"name":"set","url":"classes/TabAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":121,"kind":128,"name":"TabStopItem","url":"classes/TabStopItem.html","classes":"tsd-kind-class"},{"id":122,"kind":512,"name":"constructor","url":"classes/TabStopItem.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStopItem"},{"id":123,"kind":2048,"name":"prepForXml","url":"classes/TabStopItem.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":124,"kind":2048,"name":"addChildElement","url":"classes/TabStopItem.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":125,"kind":128,"name":"NumberProperties","url":"classes/NumberProperties.html","classes":"tsd-kind-class"},{"id":126,"kind":512,"name":"constructor","url":"classes/NumberProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NumberProperties"},{"id":127,"kind":2048,"name":"prepForXml","url":"classes/NumberProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":128,"kind":2048,"name":"addChildElement","url":"classes/NumberProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":129,"kind":4194304,"name":"ParagraphChild","url":"modules.html#ParagraphChild","classes":"tsd-kind-type-alias"},{"id":130,"kind":256,"name":"IParagraphOptions","url":"interfaces/IParagraphOptions.html","classes":"tsd-kind-interface"},{"id":131,"kind":1024,"name":"text","url":"interfaces/IParagraphOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":132,"kind":1024,"name":"children","url":"interfaces/IParagraphOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":133,"kind":1024,"name":"border","url":"interfaces/IParagraphOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":134,"kind":1024,"name":"heading","url":"interfaces/IParagraphOptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":135,"kind":1024,"name":"bidirectional","url":"interfaces/IParagraphOptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":136,"kind":1024,"name":"pageBreakBefore","url":"interfaces/IParagraphOptions.html#pageBreakBefore","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":137,"kind":1024,"name":"tabStops","url":"interfaces/IParagraphOptions.html#tabStops","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":138,"kind":1024,"name":"style","url":"interfaces/IParagraphOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":139,"kind":1024,"name":"bullet","url":"interfaces/IParagraphOptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":140,"kind":65536,"name":"__type","url":"interfaces/IParagraphOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":141,"kind":1024,"name":"level","url":"interfaces/IParagraphOptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":142,"kind":1024,"name":"shading","url":"interfaces/IParagraphOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":143,"kind":1024,"name":"widowControl","url":"interfaces/IParagraphOptions.html#widowControl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":144,"kind":1024,"name":"frame","url":"interfaces/IParagraphOptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":145,"kind":1024,"name":"suppressLineNumbers","url":"interfaces/IParagraphOptions.html#suppressLineNumbers","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":146,"kind":1024,"name":"numbering","url":"interfaces/IParagraphOptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":147,"kind":65536,"name":"__type","url":"interfaces/IParagraphOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":148,"kind":1024,"name":"reference","url":"interfaces/IParagraphOptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":149,"kind":1024,"name":"level","url":"interfaces/IParagraphOptions.html#__type-1.level-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":150,"kind":1024,"name":"instance","url":"interfaces/IParagraphOptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":151,"kind":1024,"name":"custom","url":"interfaces/IParagraphOptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":152,"kind":1024,"name":"alignment","url":"interfaces/IParagraphOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":153,"kind":1024,"name":"thematicBreak","url":"interfaces/IParagraphOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":154,"kind":1024,"name":"contextualSpacing","url":"interfaces/IParagraphOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":155,"kind":1024,"name":"rightTabStop","url":"interfaces/IParagraphOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":156,"kind":1024,"name":"leftTabStop","url":"interfaces/IParagraphOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":157,"kind":1024,"name":"indent","url":"interfaces/IParagraphOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":158,"kind":1024,"name":"spacing","url":"interfaces/IParagraphOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":159,"kind":1024,"name":"keepNext","url":"interfaces/IParagraphOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":160,"kind":1024,"name":"keepLines","url":"interfaces/IParagraphOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":161,"kind":1024,"name":"outlineLevel","url":"interfaces/IParagraphOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":162,"kind":128,"name":"Paragraph","url":"classes/Paragraph.html","classes":"tsd-kind-class"},{"id":163,"kind":512,"name":"constructor","url":"classes/Paragraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":164,"kind":2048,"name":"prepForXml","url":"classes/Paragraph.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":165,"kind":2048,"name":"addRunToFront","url":"classes/Paragraph.html#addRunToFront","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Paragraph"},{"id":166,"kind":2048,"name":"addChildElement","url":"classes/Paragraph.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Paragraph"},{"id":167,"kind":256,"name":"ILevelParagraphStylePropertiesOptions","url":"interfaces/ILevelParagraphStylePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":168,"kind":1024,"name":"alignment","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":169,"kind":1024,"name":"thematicBreak","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":170,"kind":1024,"name":"contextualSpacing","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":171,"kind":1024,"name":"rightTabStop","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":172,"kind":1024,"name":"leftTabStop","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":173,"kind":1024,"name":"indent","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":174,"kind":1024,"name":"spacing","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":175,"kind":1024,"name":"keepNext","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":176,"kind":1024,"name":"keepLines","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":177,"kind":1024,"name":"outlineLevel","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":178,"kind":256,"name":"IParagraphStylePropertiesOptions","url":"interfaces/IParagraphStylePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":179,"kind":1024,"name":"numbering","url":"interfaces/IParagraphStylePropertiesOptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":180,"kind":65536,"name":"__type","url":"interfaces/IParagraphStylePropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":181,"kind":1024,"name":"reference","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":182,"kind":1024,"name":"level","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":183,"kind":1024,"name":"instance","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":184,"kind":1024,"name":"custom","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":185,"kind":1024,"name":"alignment","url":"interfaces/IParagraphStylePropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":186,"kind":1024,"name":"thematicBreak","url":"interfaces/IParagraphStylePropertiesOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":187,"kind":1024,"name":"contextualSpacing","url":"interfaces/IParagraphStylePropertiesOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":188,"kind":1024,"name":"rightTabStop","url":"interfaces/IParagraphStylePropertiesOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":189,"kind":1024,"name":"leftTabStop","url":"interfaces/IParagraphStylePropertiesOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":190,"kind":1024,"name":"indent","url":"interfaces/IParagraphStylePropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":191,"kind":1024,"name":"spacing","url":"interfaces/IParagraphStylePropertiesOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":192,"kind":1024,"name":"keepNext","url":"interfaces/IParagraphStylePropertiesOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":193,"kind":1024,"name":"keepLines","url":"interfaces/IParagraphStylePropertiesOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":194,"kind":1024,"name":"outlineLevel","url":"interfaces/IParagraphStylePropertiesOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":195,"kind":256,"name":"IParagraphPropertiesOptions","url":"interfaces/IParagraphPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":196,"kind":1024,"name":"border","url":"interfaces/IParagraphPropertiesOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":197,"kind":1024,"name":"heading","url":"interfaces/IParagraphPropertiesOptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":198,"kind":1024,"name":"bidirectional","url":"interfaces/IParagraphPropertiesOptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":199,"kind":1024,"name":"pageBreakBefore","url":"interfaces/IParagraphPropertiesOptions.html#pageBreakBefore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":200,"kind":1024,"name":"tabStops","url":"interfaces/IParagraphPropertiesOptions.html#tabStops","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":201,"kind":1024,"name":"style","url":"interfaces/IParagraphPropertiesOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":202,"kind":1024,"name":"bullet","url":"interfaces/IParagraphPropertiesOptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":203,"kind":65536,"name":"__type","url":"interfaces/IParagraphPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":204,"kind":1024,"name":"level","url":"interfaces/IParagraphPropertiesOptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":205,"kind":1024,"name":"shading","url":"interfaces/IParagraphPropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":206,"kind":1024,"name":"widowControl","url":"interfaces/IParagraphPropertiesOptions.html#widowControl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":207,"kind":1024,"name":"frame","url":"interfaces/IParagraphPropertiesOptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":208,"kind":1024,"name":"suppressLineNumbers","url":"interfaces/IParagraphPropertiesOptions.html#suppressLineNumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":209,"kind":1024,"name":"numbering","url":"interfaces/IParagraphPropertiesOptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":210,"kind":65536,"name":"__type","url":"interfaces/IParagraphPropertiesOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":211,"kind":1024,"name":"reference","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":212,"kind":1024,"name":"level","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.level-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":213,"kind":1024,"name":"instance","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":214,"kind":1024,"name":"custom","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":215,"kind":1024,"name":"alignment","url":"interfaces/IParagraphPropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":216,"kind":1024,"name":"thematicBreak","url":"interfaces/IParagraphPropertiesOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":217,"kind":1024,"name":"contextualSpacing","url":"interfaces/IParagraphPropertiesOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":218,"kind":1024,"name":"rightTabStop","url":"interfaces/IParagraphPropertiesOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":219,"kind":1024,"name":"leftTabStop","url":"interfaces/IParagraphPropertiesOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":220,"kind":1024,"name":"indent","url":"interfaces/IParagraphPropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":221,"kind":1024,"name":"spacing","url":"interfaces/IParagraphPropertiesOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":222,"kind":1024,"name":"keepNext","url":"interfaces/IParagraphPropertiesOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":223,"kind":1024,"name":"keepLines","url":"interfaces/IParagraphPropertiesOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":224,"kind":1024,"name":"outlineLevel","url":"interfaces/IParagraphPropertiesOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":225,"kind":128,"name":"ParagraphProperties","url":"classes/ParagraphProperties.html","classes":"tsd-kind-class"},{"id":226,"kind":512,"name":"constructor","url":"classes/ParagraphProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":227,"kind":2048,"name":"push","url":"classes/ParagraphProperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ParagraphProperties"},{"id":228,"kind":2048,"name":"prepForXml","url":"classes/ParagraphProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":229,"kind":2048,"name":"addChildElement","url":"classes/ParagraphProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphProperties"},{"id":230,"kind":256,"name":"IRunOptions","url":"interfaces/IRunOptions.html","classes":"tsd-kind-interface"},{"id":231,"kind":1024,"name":"children","url":"interfaces/IRunOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":232,"kind":1024,"name":"break","url":"interfaces/IRunOptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":233,"kind":1024,"name":"text","url":"interfaces/IRunOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":234,"kind":1024,"name":"style","url":"interfaces/IRunOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":235,"kind":1024,"name":"bold","url":"interfaces/IRunOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":236,"kind":1024,"name":"boldComplexScript","url":"interfaces/IRunOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":237,"kind":1024,"name":"italics","url":"interfaces/IRunOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":238,"kind":1024,"name":"italicsComplexScript","url":"interfaces/IRunOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":239,"kind":1024,"name":"underline","url":"interfaces/IRunOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":240,"kind":65536,"name":"__type","url":"interfaces/IRunOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":241,"kind":1024,"name":"color","url":"interfaces/IRunOptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":242,"kind":1024,"name":"type","url":"interfaces/IRunOptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":243,"kind":1024,"name":"emphasisMark","url":"interfaces/IRunOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":244,"kind":65536,"name":"__type","url":"interfaces/IRunOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":245,"kind":1024,"name":"type","url":"interfaces/IRunOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":246,"kind":1024,"name":"color","url":"interfaces/IRunOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":247,"kind":1024,"name":"size","url":"interfaces/IRunOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":248,"kind":1024,"name":"sizeComplexScript","url":"interfaces/IRunOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":249,"kind":1024,"name":"rightToLeft","url":"interfaces/IRunOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":250,"kind":1024,"name":"smallCaps","url":"interfaces/IRunOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":251,"kind":1024,"name":"allCaps","url":"interfaces/IRunOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":252,"kind":1024,"name":"strike","url":"interfaces/IRunOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":253,"kind":1024,"name":"doubleStrike","url":"interfaces/IRunOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":254,"kind":1024,"name":"subScript","url":"interfaces/IRunOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":255,"kind":1024,"name":"superScript","url":"interfaces/IRunOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":256,"kind":1024,"name":"font","url":"interfaces/IRunOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":257,"kind":1024,"name":"highlight","url":"interfaces/IRunOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":258,"kind":1024,"name":"highlightComplexScript","url":"interfaces/IRunOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":259,"kind":1024,"name":"characterSpacing","url":"interfaces/IRunOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":260,"kind":1024,"name":"shading","url":"interfaces/IRunOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":261,"kind":1024,"name":"emboss","url":"interfaces/IRunOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":262,"kind":1024,"name":"imprint","url":"interfaces/IRunOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":263,"kind":1024,"name":"revision","url":"interfaces/IRunOptions.html#revision","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":264,"kind":1024,"name":"border","url":"interfaces/IRunOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":265,"kind":8,"name":"PageNumber","url":"enums/PageNumber.html","classes":"tsd-kind-enum"},{"id":266,"kind":16,"name":"CURRENT","url":"enums/PageNumber.html#CURRENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":267,"kind":16,"name":"TOTAL_PAGES","url":"enums/PageNumber.html#TOTAL_PAGES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":268,"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":269,"kind":128,"name":"Run","url":"classes/Run.html","classes":"tsd-kind-class"},{"id":270,"kind":512,"name":"constructor","url":"classes/Run.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Run"},{"id":271,"kind":2048,"name":"prepForXml","url":"classes/Run.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":272,"kind":2048,"name":"addChildElement","url":"classes/Run.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":273,"kind":256,"name":"IRunStylePropertiesOptions","url":"interfaces/IRunStylePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":274,"kind":1024,"name":"bold","url":"interfaces/IRunStylePropertiesOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":275,"kind":1024,"name":"boldComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":276,"kind":1024,"name":"italics","url":"interfaces/IRunStylePropertiesOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":277,"kind":1024,"name":"italicsComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":278,"kind":1024,"name":"underline","url":"interfaces/IRunStylePropertiesOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":279,"kind":65536,"name":"__type","url":"interfaces/IRunStylePropertiesOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":280,"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":281,"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":282,"kind":1024,"name":"emphasisMark","url":"interfaces/IRunStylePropertiesOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":283,"kind":65536,"name":"__type","url":"interfaces/IRunStylePropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":284,"kind":1024,"name":"type","url":"interfaces/IRunStylePropertiesOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":285,"kind":1024,"name":"color","url":"interfaces/IRunStylePropertiesOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":286,"kind":1024,"name":"size","url":"interfaces/IRunStylePropertiesOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":287,"kind":1024,"name":"sizeComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":288,"kind":1024,"name":"rightToLeft","url":"interfaces/IRunStylePropertiesOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":289,"kind":1024,"name":"smallCaps","url":"interfaces/IRunStylePropertiesOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":290,"kind":1024,"name":"allCaps","url":"interfaces/IRunStylePropertiesOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":291,"kind":1024,"name":"strike","url":"interfaces/IRunStylePropertiesOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":292,"kind":1024,"name":"doubleStrike","url":"interfaces/IRunStylePropertiesOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":293,"kind":1024,"name":"subScript","url":"interfaces/IRunStylePropertiesOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":294,"kind":1024,"name":"superScript","url":"interfaces/IRunStylePropertiesOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":295,"kind":1024,"name":"font","url":"interfaces/IRunStylePropertiesOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":296,"kind":1024,"name":"highlight","url":"interfaces/IRunStylePropertiesOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":297,"kind":1024,"name":"highlightComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":298,"kind":1024,"name":"characterSpacing","url":"interfaces/IRunStylePropertiesOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":299,"kind":1024,"name":"shading","url":"interfaces/IRunStylePropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":300,"kind":1024,"name":"emboss","url":"interfaces/IRunStylePropertiesOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":301,"kind":1024,"name":"imprint","url":"interfaces/IRunStylePropertiesOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":302,"kind":1024,"name":"revision","url":"interfaces/IRunStylePropertiesOptions.html#revision","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":303,"kind":1024,"name":"border","url":"interfaces/IRunStylePropertiesOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":304,"kind":256,"name":"IRunPropertiesOptions","url":"interfaces/IRunPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":305,"kind":1024,"name":"style","url":"interfaces/IRunPropertiesOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":306,"kind":1024,"name":"bold","url":"interfaces/IRunPropertiesOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":307,"kind":1024,"name":"boldComplexScript","url":"interfaces/IRunPropertiesOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":308,"kind":1024,"name":"italics","url":"interfaces/IRunPropertiesOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":309,"kind":1024,"name":"italicsComplexScript","url":"interfaces/IRunPropertiesOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":310,"kind":1024,"name":"underline","url":"interfaces/IRunPropertiesOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":311,"kind":65536,"name":"__type","url":"interfaces/IRunPropertiesOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":312,"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":313,"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":314,"kind":1024,"name":"emphasisMark","url":"interfaces/IRunPropertiesOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":315,"kind":65536,"name":"__type","url":"interfaces/IRunPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":316,"kind":1024,"name":"type","url":"interfaces/IRunPropertiesOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":317,"kind":1024,"name":"color","url":"interfaces/IRunPropertiesOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":318,"kind":1024,"name":"size","url":"interfaces/IRunPropertiesOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":319,"kind":1024,"name":"sizeComplexScript","url":"interfaces/IRunPropertiesOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":320,"kind":1024,"name":"rightToLeft","url":"interfaces/IRunPropertiesOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":321,"kind":1024,"name":"smallCaps","url":"interfaces/IRunPropertiesOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":322,"kind":1024,"name":"allCaps","url":"interfaces/IRunPropertiesOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":323,"kind":1024,"name":"strike","url":"interfaces/IRunPropertiesOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":324,"kind":1024,"name":"doubleStrike","url":"interfaces/IRunPropertiesOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":325,"kind":1024,"name":"subScript","url":"interfaces/IRunPropertiesOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":326,"kind":1024,"name":"superScript","url":"interfaces/IRunPropertiesOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":327,"kind":1024,"name":"font","url":"interfaces/IRunPropertiesOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":328,"kind":1024,"name":"highlight","url":"interfaces/IRunPropertiesOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":329,"kind":1024,"name":"highlightComplexScript","url":"interfaces/IRunPropertiesOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":330,"kind":1024,"name":"characterSpacing","url":"interfaces/IRunPropertiesOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":331,"kind":1024,"name":"shading","url":"interfaces/IRunPropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":332,"kind":1024,"name":"emboss","url":"interfaces/IRunPropertiesOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":333,"kind":1024,"name":"imprint","url":"interfaces/IRunPropertiesOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":334,"kind":1024,"name":"revision","url":"interfaces/IRunPropertiesOptions.html#revision","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":335,"kind":1024,"name":"border","url":"interfaces/IRunPropertiesOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":336,"kind":256,"name":"IRunPropertiesChangeOptions","url":"interfaces/IRunPropertiesChangeOptions.html","classes":"tsd-kind-interface"},{"id":337,"kind":1024,"name":"style","url":"interfaces/IRunPropertiesChangeOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":338,"kind":1024,"name":"bold","url":"interfaces/IRunPropertiesChangeOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":339,"kind":1024,"name":"boldComplexScript","url":"interfaces/IRunPropertiesChangeOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":340,"kind":1024,"name":"italics","url":"interfaces/IRunPropertiesChangeOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":341,"kind":1024,"name":"italicsComplexScript","url":"interfaces/IRunPropertiesChangeOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":342,"kind":1024,"name":"underline","url":"interfaces/IRunPropertiesChangeOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":343,"kind":65536,"name":"__type","url":"interfaces/IRunPropertiesChangeOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesChangeOptions"},{"id":344,"kind":1024,"name":"color","url":"interfaces/IRunPropertiesChangeOptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesChangeOptions.__type"},{"id":345,"kind":1024,"name":"type","url":"interfaces/IRunPropertiesChangeOptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesChangeOptions.__type"},{"id":346,"kind":1024,"name":"emphasisMark","url":"interfaces/IRunPropertiesChangeOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":347,"kind":65536,"name":"__type","url":"interfaces/IRunPropertiesChangeOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesChangeOptions"},{"id":348,"kind":1024,"name":"type","url":"interfaces/IRunPropertiesChangeOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesChangeOptions.__type"},{"id":349,"kind":1024,"name":"color","url":"interfaces/IRunPropertiesChangeOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":350,"kind":1024,"name":"size","url":"interfaces/IRunPropertiesChangeOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":351,"kind":1024,"name":"sizeComplexScript","url":"interfaces/IRunPropertiesChangeOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":352,"kind":1024,"name":"rightToLeft","url":"interfaces/IRunPropertiesChangeOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":353,"kind":1024,"name":"smallCaps","url":"interfaces/IRunPropertiesChangeOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":354,"kind":1024,"name":"allCaps","url":"interfaces/IRunPropertiesChangeOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":355,"kind":1024,"name":"strike","url":"interfaces/IRunPropertiesChangeOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":356,"kind":1024,"name":"doubleStrike","url":"interfaces/IRunPropertiesChangeOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":357,"kind":1024,"name":"subScript","url":"interfaces/IRunPropertiesChangeOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":358,"kind":1024,"name":"superScript","url":"interfaces/IRunPropertiesChangeOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":359,"kind":1024,"name":"font","url":"interfaces/IRunPropertiesChangeOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":360,"kind":1024,"name":"highlight","url":"interfaces/IRunPropertiesChangeOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":361,"kind":1024,"name":"highlightComplexScript","url":"interfaces/IRunPropertiesChangeOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":362,"kind":1024,"name":"characterSpacing","url":"interfaces/IRunPropertiesChangeOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":363,"kind":1024,"name":"shading","url":"interfaces/IRunPropertiesChangeOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":364,"kind":1024,"name":"emboss","url":"interfaces/IRunPropertiesChangeOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":365,"kind":1024,"name":"imprint","url":"interfaces/IRunPropertiesChangeOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":366,"kind":1024,"name":"revision","url":"interfaces/IRunPropertiesChangeOptions.html#revision","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":367,"kind":1024,"name":"border","url":"interfaces/IRunPropertiesChangeOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":368,"kind":1024,"name":"id","url":"interfaces/IRunPropertiesChangeOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":369,"kind":1024,"name":"author","url":"interfaces/IRunPropertiesChangeOptions.html#author","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":370,"kind":1024,"name":"date","url":"interfaces/IRunPropertiesChangeOptions.html#date","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesChangeOptions"},{"id":371,"kind":128,"name":"RunProperties","url":"classes/RunProperties.html","classes":"tsd-kind-class"},{"id":372,"kind":512,"name":"constructor","url":"classes/RunProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunProperties"},{"id":373,"kind":2048,"name":"push","url":"classes/RunProperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RunProperties"},{"id":374,"kind":2048,"name":"prepForXml","url":"classes/RunProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":375,"kind":2048,"name":"addChildElement","url":"classes/RunProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":376,"kind":128,"name":"RunPropertiesChange","url":"classes/RunPropertiesChange.html","classes":"tsd-kind-class"},{"id":377,"kind":512,"name":"constructor","url":"classes/RunPropertiesChange.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunPropertiesChange"},{"id":378,"kind":2048,"name":"prepForXml","url":"classes/RunPropertiesChange.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesChange"},{"id":379,"kind":2048,"name":"addChildElement","url":"classes/RunPropertiesChange.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesChange"},{"id":380,"kind":128,"name":"TextRun","url":"classes/TextRun.html","classes":"tsd-kind-class"},{"id":381,"kind":512,"name":"constructor","url":"classes/TextRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TextRun"},{"id":382,"kind":2048,"name":"prepForXml","url":"classes/TextRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":383,"kind":2048,"name":"addChildElement","url":"classes/TextRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":384,"kind":256,"name":"ISymbolRunOptions","url":"interfaces/ISymbolRunOptions.html","classes":"tsd-kind-interface"},{"id":385,"kind":1024,"name":"char","url":"interfaces/ISymbolRunOptions.html#char","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":386,"kind":1024,"name":"symbolfont","url":"interfaces/ISymbolRunOptions.html#symbolfont","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":387,"kind":1024,"name":"children","url":"interfaces/ISymbolRunOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":388,"kind":1024,"name":"break","url":"interfaces/ISymbolRunOptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":389,"kind":1024,"name":"text","url":"interfaces/ISymbolRunOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":390,"kind":1024,"name":"style","url":"interfaces/ISymbolRunOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":391,"kind":1024,"name":"bold","url":"interfaces/ISymbolRunOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":392,"kind":1024,"name":"boldComplexScript","url":"interfaces/ISymbolRunOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":393,"kind":1024,"name":"italics","url":"interfaces/ISymbolRunOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":394,"kind":1024,"name":"italicsComplexScript","url":"interfaces/ISymbolRunOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":395,"kind":1024,"name":"underline","url":"interfaces/ISymbolRunOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":396,"kind":65536,"name":"__type","url":"interfaces/ISymbolRunOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":397,"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":398,"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":399,"kind":1024,"name":"emphasisMark","url":"interfaces/ISymbolRunOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":400,"kind":65536,"name":"__type","url":"interfaces/ISymbolRunOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":401,"kind":1024,"name":"type","url":"interfaces/ISymbolRunOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":402,"kind":1024,"name":"color","url":"interfaces/ISymbolRunOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":403,"kind":1024,"name":"size","url":"interfaces/ISymbolRunOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":404,"kind":1024,"name":"sizeComplexScript","url":"interfaces/ISymbolRunOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":405,"kind":1024,"name":"rightToLeft","url":"interfaces/ISymbolRunOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":406,"kind":1024,"name":"smallCaps","url":"interfaces/ISymbolRunOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":407,"kind":1024,"name":"allCaps","url":"interfaces/ISymbolRunOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":408,"kind":1024,"name":"strike","url":"interfaces/ISymbolRunOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":409,"kind":1024,"name":"doubleStrike","url":"interfaces/ISymbolRunOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":410,"kind":1024,"name":"subScript","url":"interfaces/ISymbolRunOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":411,"kind":1024,"name":"superScript","url":"interfaces/ISymbolRunOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":412,"kind":1024,"name":"font","url":"interfaces/ISymbolRunOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":413,"kind":1024,"name":"highlight","url":"interfaces/ISymbolRunOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":414,"kind":1024,"name":"highlightComplexScript","url":"interfaces/ISymbolRunOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":415,"kind":1024,"name":"characterSpacing","url":"interfaces/ISymbolRunOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":416,"kind":1024,"name":"shading","url":"interfaces/ISymbolRunOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":417,"kind":1024,"name":"emboss","url":"interfaces/ISymbolRunOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":418,"kind":1024,"name":"imprint","url":"interfaces/ISymbolRunOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":419,"kind":1024,"name":"revision","url":"interfaces/ISymbolRunOptions.html#revision","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":420,"kind":1024,"name":"border","url":"interfaces/ISymbolRunOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":421,"kind":128,"name":"SymbolRun","url":"classes/SymbolRun.html","classes":"tsd-kind-class"},{"id":422,"kind":512,"name":"constructor","url":"classes/SymbolRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SymbolRun"},{"id":423,"kind":2048,"name":"prepForXml","url":"classes/SymbolRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":424,"kind":2048,"name":"addChildElement","url":"classes/SymbolRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":425,"kind":256,"name":"IImageOptions","url":"interfaces/IImageOptions.html","classes":"tsd-kind-interface"},{"id":426,"kind":1024,"name":"data","url":"interfaces/IImageOptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":427,"kind":1024,"name":"transformation","url":"interfaces/IImageOptions.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":428,"kind":1024,"name":"floating","url":"interfaces/IImageOptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":429,"kind":128,"name":"ImageRun","url":"classes/ImageRun.html","classes":"tsd-kind-class"},{"id":430,"kind":512,"name":"constructor","url":"classes/ImageRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":431,"kind":2048,"name":"prepForXml","url":"classes/ImageRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":432,"kind":2048,"name":"addChildElement","url":"classes/ImageRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageRun"},{"id":433,"kind":256,"name":"IFontAttributesProperties","url":"interfaces/IFontAttributesProperties.html","classes":"tsd-kind-interface"},{"id":434,"kind":1024,"name":"ascii","url":"interfaces/IFontAttributesProperties.html#ascii","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":435,"kind":1024,"name":"cs","url":"interfaces/IFontAttributesProperties.html#cs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":436,"kind":1024,"name":"eastAsia","url":"interfaces/IFontAttributesProperties.html#eastAsia","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":437,"kind":1024,"name":"hAnsi","url":"interfaces/IFontAttributesProperties.html#hAnsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":438,"kind":1024,"name":"hint","url":"interfaces/IFontAttributesProperties.html#hint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":439,"kind":128,"name":"RunFonts","url":"classes/RunFonts.html","classes":"tsd-kind-class"},{"id":440,"kind":512,"name":"constructor","url":"classes/RunFonts.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunFonts"},{"id":441,"kind":2048,"name":"prepForXml","url":"classes/RunFonts.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":442,"kind":2048,"name":"addChildElement","url":"classes/RunFonts.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":443,"kind":128,"name":"SequentialIdentifier","url":"classes/SequentialIdentifier.html","classes":"tsd-kind-class"},{"id":444,"kind":512,"name":"constructor","url":"classes/SequentialIdentifier.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SequentialIdentifier"},{"id":445,"kind":2048,"name":"prepForXml","url":"classes/SequentialIdentifier.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":446,"kind":2048,"name":"addChildElement","url":"classes/SequentialIdentifier.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":447,"kind":8,"name":"UnderlineType","url":"enums/UnderlineType.html","classes":"tsd-kind-enum"},{"id":448,"kind":16,"name":"SINGLE","url":"enums/UnderlineType.html#SINGLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":449,"kind":16,"name":"WORDS","url":"enums/UnderlineType.html#WORDS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":450,"kind":16,"name":"DOUBLE","url":"enums/UnderlineType.html#DOUBLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":451,"kind":16,"name":"THICK","url":"enums/UnderlineType.html#THICK","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":452,"kind":16,"name":"DOTTED","url":"enums/UnderlineType.html#DOTTED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":453,"kind":16,"name":"DOTTEDHEAVY","url":"enums/UnderlineType.html#DOTTEDHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":454,"kind":16,"name":"DASH","url":"enums/UnderlineType.html#DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":455,"kind":16,"name":"DASHEDHEAVY","url":"enums/UnderlineType.html#DASHEDHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":456,"kind":16,"name":"DASHLONG","url":"enums/UnderlineType.html#DASHLONG","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":457,"kind":16,"name":"DASHLONGHEAVY","url":"enums/UnderlineType.html#DASHLONGHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":458,"kind":16,"name":"DOTDASH","url":"enums/UnderlineType.html#DOTDASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":459,"kind":16,"name":"DASHDOTHEAVY","url":"enums/UnderlineType.html#DASHDOTHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":460,"kind":16,"name":"DOTDOTDASH","url":"enums/UnderlineType.html#DOTDOTDASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":461,"kind":16,"name":"DASHDOTDOTHEAVY","url":"enums/UnderlineType.html#DASHDOTDOTHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":462,"kind":16,"name":"WAVE","url":"enums/UnderlineType.html#WAVE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":463,"kind":16,"name":"WAVYHEAVY","url":"enums/UnderlineType.html#WAVYHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":464,"kind":16,"name":"WAVYDOUBLE","url":"enums/UnderlineType.html#WAVYDOUBLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":465,"kind":128,"name":"Underline","url":"classes/Underline.html","classes":"tsd-kind-class"},{"id":466,"kind":512,"name":"constructor","url":"classes/Underline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Underline"},{"id":467,"kind":2048,"name":"prepForXml","url":"classes/Underline.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":468,"kind":2048,"name":"addChildElement","url":"classes/Underline.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":469,"kind":8,"name":"EmphasisMarkType","url":"enums/EmphasisMarkType.html","classes":"tsd-kind-enum"},{"id":470,"kind":16,"name":"DOT","url":"enums/EmphasisMarkType.html#DOT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"EmphasisMarkType"},{"id":471,"kind":128,"name":"BaseEmphasisMark","url":"classes/BaseEmphasisMark.html","classes":"tsd-kind-class"},{"id":472,"kind":2048,"name":"prepForXml","url":"classes/BaseEmphasisMark.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":473,"kind":2048,"name":"addChildElement","url":"classes/BaseEmphasisMark.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":474,"kind":128,"name":"EmphasisMark","url":"classes/EmphasisMark.html","classes":"tsd-kind-class"},{"id":475,"kind":512,"name":"constructor","url":"classes/EmphasisMark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"EmphasisMark"},{"id":476,"kind":2048,"name":"prepForXml","url":"classes/EmphasisMark.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":477,"kind":2048,"name":"addChildElement","url":"classes/EmphasisMark.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":478,"kind":128,"name":"DotEmphasisMark","url":"classes/DotEmphasisMark.html","classes":"tsd-kind-class"},{"id":479,"kind":512,"name":"constructor","url":"classes/DotEmphasisMark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DotEmphasisMark"},{"id":480,"kind":2048,"name":"prepForXml","url":"classes/DotEmphasisMark.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":481,"kind":2048,"name":"addChildElement","url":"classes/DotEmphasisMark.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":482,"kind":128,"name":"Tab","url":"classes/Tab.html","classes":"tsd-kind-class"},{"id":483,"kind":512,"name":"constructor","url":"classes/Tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Tab"},{"id":484,"kind":2048,"name":"prepForXml","url":"classes/Tab.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":485,"kind":2048,"name":"addChildElement","url":"classes/Tab.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":486,"kind":128,"name":"SimpleField","url":"classes/SimpleField.html","classes":"tsd-kind-class"},{"id":487,"kind":512,"name":"constructor","url":"classes/SimpleField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimpleField"},{"id":488,"kind":2048,"name":"prepForXml","url":"classes/SimpleField.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleField"},{"id":489,"kind":2048,"name":"addChildElement","url":"classes/SimpleField.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleField"},{"id":490,"kind":128,"name":"SimpleMailMergeField","url":"classes/SimpleMailMergeField.html","classes":"tsd-kind-class"},{"id":491,"kind":512,"name":"constructor","url":"classes/SimpleMailMergeField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimpleMailMergeField"},{"id":492,"kind":2048,"name":"prepForXml","url":"classes/SimpleMailMergeField.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleMailMergeField"},{"id":493,"kind":2048,"name":"addChildElement","url":"classes/SimpleMailMergeField.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleMailMergeField"},{"id":494,"kind":8,"name":"HyperlinkType","url":"enums/HyperlinkType.html","classes":"tsd-kind-enum"},{"id":495,"kind":16,"name":"INTERNAL","url":"enums/HyperlinkType.html#INTERNAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":496,"kind":16,"name":"EXTERNAL","url":"enums/HyperlinkType.html#EXTERNAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":497,"kind":128,"name":"ConcreteHyperlink","url":"classes/ConcreteHyperlink.html","classes":"tsd-kind-class"},{"id":498,"kind":512,"name":"constructor","url":"classes/ConcreteHyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteHyperlink"},{"id":499,"kind":1024,"name":"linkId","url":"classes/ConcreteHyperlink.html#linkId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteHyperlink"},{"id":500,"kind":2048,"name":"prepForXml","url":"classes/ConcreteHyperlink.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":501,"kind":2048,"name":"addChildElement","url":"classes/ConcreteHyperlink.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":502,"kind":128,"name":"InternalHyperlink","url":"classes/InternalHyperlink.html","classes":"tsd-kind-class"},{"id":503,"kind":512,"name":"constructor","url":"classes/InternalHyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InternalHyperlink"},{"id":504,"kind":1024,"name":"linkId","url":"classes/InternalHyperlink.html#linkId","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":505,"kind":2048,"name":"prepForXml","url":"classes/InternalHyperlink.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":506,"kind":2048,"name":"addChildElement","url":"classes/InternalHyperlink.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":507,"kind":128,"name":"ExternalHyperlink","url":"classes/ExternalHyperlink.html","classes":"tsd-kind-class"},{"id":508,"kind":512,"name":"constructor","url":"classes/ExternalHyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":509,"kind":1024,"name":"options","url":"classes/ExternalHyperlink.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":510,"kind":65536,"name":"__type","url":"classes/ExternalHyperlink.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":511,"kind":1024,"name":"children","url":"classes/ExternalHyperlink.html#__type.children","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":512,"kind":1024,"name":"link","url":"classes/ExternalHyperlink.html#__type.link","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":513,"kind":128,"name":"Bookmark","url":"classes/Bookmark.html","classes":"tsd-kind-class"},{"id":514,"kind":512,"name":"constructor","url":"classes/Bookmark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Bookmark"},{"id":515,"kind":1024,"name":"start","url":"classes/Bookmark.html#start","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":516,"kind":1024,"name":"children","url":"classes/Bookmark.html#children","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":517,"kind":1024,"name":"end","url":"classes/Bookmark.html#end","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":518,"kind":128,"name":"BookmarkStart","url":"classes/BookmarkStart.html","classes":"tsd-kind-class"},{"id":519,"kind":512,"name":"constructor","url":"classes/BookmarkStart.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkStart"},{"id":520,"kind":2048,"name":"prepForXml","url":"classes/BookmarkStart.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":521,"kind":2048,"name":"addChildElement","url":"classes/BookmarkStart.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":522,"kind":128,"name":"BookmarkEnd","url":"classes/BookmarkEnd.html","classes":"tsd-kind-class"},{"id":523,"kind":512,"name":"constructor","url":"classes/BookmarkEnd.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkEnd"},{"id":524,"kind":2048,"name":"prepForXml","url":"classes/BookmarkEnd.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":525,"kind":2048,"name":"addChildElement","url":"classes/BookmarkEnd.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":526,"kind":128,"name":"OutlineLevel","url":"classes/OutlineLevel.html","classes":"tsd-kind-class"},{"id":527,"kind":512,"name":"constructor","url":"classes/OutlineLevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutlineLevel"},{"id":528,"kind":1024,"name":"level","url":"classes/OutlineLevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutlineLevel"},{"id":529,"kind":2048,"name":"prepForXml","url":"classes/OutlineLevel.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":530,"kind":2048,"name":"addChildElement","url":"classes/OutlineLevel.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":531,"kind":128,"name":"PageReference","url":"classes/PageReference.html","classes":"tsd-kind-class"},{"id":532,"kind":512,"name":"constructor","url":"classes/PageReference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageReference"},{"id":533,"kind":2048,"name":"prepForXml","url":"classes/PageReference.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageReference"},{"id":534,"kind":2048,"name":"addChildElement","url":"classes/PageReference.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageReference"},{"id":535,"kind":256,"name":"IMathOptions","url":"interfaces/IMathOptions.html","classes":"tsd-kind-interface"},{"id":536,"kind":1024,"name":"children","url":"interfaces/IMathOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathOptions"},{"id":537,"kind":128,"name":"Math","url":"classes/Math.html","classes":"tsd-kind-class"},{"id":538,"kind":512,"name":"constructor","url":"classes/Math.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Math"},{"id":539,"kind":2048,"name":"prepForXml","url":"classes/Math.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":540,"kind":2048,"name":"addChildElement","url":"classes/Math.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":541,"kind":128,"name":"MathRun","url":"classes/MathRun.html","classes":"tsd-kind-class"},{"id":542,"kind":512,"name":"constructor","url":"classes/MathRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRun"},{"id":543,"kind":2048,"name":"prepForXml","url":"classes/MathRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":544,"kind":2048,"name":"addChildElement","url":"classes/MathRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":545,"kind":256,"name":"IMathFractionOptions","url":"interfaces/IMathFractionOptions.html","classes":"tsd-kind-interface"},{"id":546,"kind":1024,"name":"numerator","url":"interfaces/IMathFractionOptions.html#numerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":547,"kind":1024,"name":"denominator","url":"interfaces/IMathFractionOptions.html#denominator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":548,"kind":128,"name":"MathFraction","url":"classes/MathFraction.html","classes":"tsd-kind-class"},{"id":549,"kind":512,"name":"constructor","url":"classes/MathFraction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFraction"},{"id":550,"kind":2048,"name":"prepForXml","url":"classes/MathFraction.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":551,"kind":2048,"name":"addChildElement","url":"classes/MathFraction.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":552,"kind":128,"name":"MathDenominator","url":"classes/MathDenominator.html","classes":"tsd-kind-class"},{"id":553,"kind":512,"name":"constructor","url":"classes/MathDenominator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDenominator"},{"id":554,"kind":2048,"name":"prepForXml","url":"classes/MathDenominator.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":555,"kind":2048,"name":"addChildElement","url":"classes/MathDenominator.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":556,"kind":128,"name":"MathNumerator","url":"classes/MathNumerator.html","classes":"tsd-kind-class"},{"id":557,"kind":512,"name":"constructor","url":"classes/MathNumerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNumerator"},{"id":558,"kind":2048,"name":"prepForXml","url":"classes/MathNumerator.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":559,"kind":2048,"name":"addChildElement","url":"classes/MathNumerator.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":560,"kind":128,"name":"MathAccentCharacter","url":"classes/MathAccentCharacter.html","classes":"tsd-kind-class"},{"id":561,"kind":512,"name":"constructor","url":"classes/MathAccentCharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAccentCharacter"},{"id":562,"kind":2048,"name":"prepForXml","url":"classes/MathAccentCharacter.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":563,"kind":2048,"name":"addChildElement","url":"classes/MathAccentCharacter.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":564,"kind":128,"name":"MathBase","url":"classes/MathBase.html","classes":"tsd-kind-class"},{"id":565,"kind":512,"name":"constructor","url":"classes/MathBase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathBase"},{"id":566,"kind":2048,"name":"prepForXml","url":"classes/MathBase.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":567,"kind":2048,"name":"addChildElement","url":"classes/MathBase.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":568,"kind":128,"name":"MathLimitLocation","url":"classes/MathLimitLocation.html","classes":"tsd-kind-class"},{"id":569,"kind":512,"name":"constructor","url":"classes/MathLimitLocation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathLimitLocation"},{"id":570,"kind":2048,"name":"prepForXml","url":"classes/MathLimitLocation.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":571,"kind":2048,"name":"addChildElement","url":"classes/MathLimitLocation.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":572,"kind":128,"name":"MathNArayProperties","url":"classes/MathNArayProperties.html","classes":"tsd-kind-class"},{"id":573,"kind":512,"name":"constructor","url":"classes/MathNArayProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNArayProperties"},{"id":574,"kind":2048,"name":"prepForXml","url":"classes/MathNArayProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":575,"kind":2048,"name":"addChildElement","url":"classes/MathNArayProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":576,"kind":128,"name":"MathSubScriptElement","url":"classes/MathSubScriptElement.html","classes":"tsd-kind-class"},{"id":577,"kind":512,"name":"constructor","url":"classes/MathSubScriptElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptElement"},{"id":578,"kind":2048,"name":"prepForXml","url":"classes/MathSubScriptElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":579,"kind":2048,"name":"addChildElement","url":"classes/MathSubScriptElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":580,"kind":256,"name":"IMathSumOptions","url":"interfaces/IMathSumOptions.html","classes":"tsd-kind-interface"},{"id":581,"kind":1024,"name":"children","url":"interfaces/IMathSumOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":582,"kind":1024,"name":"subScript","url":"interfaces/IMathSumOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":583,"kind":1024,"name":"superScript","url":"interfaces/IMathSumOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":584,"kind":128,"name":"MathSum","url":"classes/MathSum.html","classes":"tsd-kind-class"},{"id":585,"kind":512,"name":"constructor","url":"classes/MathSum.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSum"},{"id":586,"kind":2048,"name":"prepForXml","url":"classes/MathSum.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":587,"kind":2048,"name":"addChildElement","url":"classes/MathSum.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":588,"kind":128,"name":"MathSuperScriptElement","url":"classes/MathSuperScriptElement.html","classes":"tsd-kind-class"},{"id":589,"kind":512,"name":"constructor","url":"classes/MathSuperScriptElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptElement"},{"id":590,"kind":2048,"name":"prepForXml","url":"classes/MathSuperScriptElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":591,"kind":2048,"name":"addChildElement","url":"classes/MathSuperScriptElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":592,"kind":256,"name":"IMathSuperScriptOptions","url":"interfaces/IMathSuperScriptOptions.html","classes":"tsd-kind-interface"},{"id":593,"kind":1024,"name":"children","url":"interfaces/IMathSuperScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":594,"kind":1024,"name":"superScript","url":"interfaces/IMathSuperScriptOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":595,"kind":128,"name":"MathSuperScript","url":"classes/MathSuperScript.html","classes":"tsd-kind-class"},{"id":596,"kind":512,"name":"constructor","url":"classes/MathSuperScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScript"},{"id":597,"kind":2048,"name":"prepForXml","url":"classes/MathSuperScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":598,"kind":2048,"name":"addChildElement","url":"classes/MathSuperScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":599,"kind":128,"name":"MathSuperScriptProperties","url":"classes/MathSuperScriptProperties.html","classes":"tsd-kind-class"},{"id":600,"kind":512,"name":"constructor","url":"classes/MathSuperScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptProperties"},{"id":601,"kind":2048,"name":"prepForXml","url":"classes/MathSuperScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":602,"kind":2048,"name":"addChildElement","url":"classes/MathSuperScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":603,"kind":256,"name":"IMathSubScriptOptions","url":"interfaces/IMathSubScriptOptions.html","classes":"tsd-kind-interface"},{"id":604,"kind":1024,"name":"children","url":"interfaces/IMathSubScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":605,"kind":1024,"name":"subScript","url":"interfaces/IMathSubScriptOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":606,"kind":128,"name":"MathSubScript","url":"classes/MathSubScript.html","classes":"tsd-kind-class"},{"id":607,"kind":512,"name":"constructor","url":"classes/MathSubScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScript"},{"id":608,"kind":2048,"name":"prepForXml","url":"classes/MathSubScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":609,"kind":2048,"name":"addChildElement","url":"classes/MathSubScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":610,"kind":128,"name":"MathSubScriptProperties","url":"classes/MathSubScriptProperties.html","classes":"tsd-kind-class"},{"id":611,"kind":512,"name":"constructor","url":"classes/MathSubScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptProperties"},{"id":612,"kind":2048,"name":"prepForXml","url":"classes/MathSubScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":613,"kind":2048,"name":"addChildElement","url":"classes/MathSubScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":614,"kind":256,"name":"IMathSubSuperScriptOptions","url":"interfaces/IMathSubSuperScriptOptions.html","classes":"tsd-kind-interface"},{"id":615,"kind":1024,"name":"children","url":"interfaces/IMathSubSuperScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":616,"kind":1024,"name":"subScript","url":"interfaces/IMathSubSuperScriptOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":617,"kind":1024,"name":"superScript","url":"interfaces/IMathSubSuperScriptOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":618,"kind":128,"name":"MathSubSuperScript","url":"classes/MathSubSuperScript.html","classes":"tsd-kind-class"},{"id":619,"kind":512,"name":"constructor","url":"classes/MathSubSuperScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScript"},{"id":620,"kind":2048,"name":"prepForXml","url":"classes/MathSubSuperScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":621,"kind":2048,"name":"addChildElement","url":"classes/MathSubSuperScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":622,"kind":128,"name":"MathSubSuperScriptProperties","url":"classes/MathSubSuperScriptProperties.html","classes":"tsd-kind-class"},{"id":623,"kind":512,"name":"constructor","url":"classes/MathSubSuperScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScriptProperties"},{"id":624,"kind":2048,"name":"prepForXml","url":"classes/MathSubSuperScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":625,"kind":2048,"name":"addChildElement","url":"classes/MathSubSuperScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":626,"kind":256,"name":"IMathPreSubSuperScriptOptions","url":"interfaces/IMathPreSubSuperScriptOptions.html","classes":"tsd-kind-interface"},{"id":627,"kind":1024,"name":"children","url":"interfaces/IMathPreSubSuperScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":628,"kind":1024,"name":"subScript","url":"interfaces/IMathPreSubSuperScriptOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":629,"kind":1024,"name":"superScript","url":"interfaces/IMathPreSubSuperScriptOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":630,"kind":128,"name":"MathPreSubSuperScript","url":"classes/MathPreSubSuperScript.html","classes":"tsd-kind-class"},{"id":631,"kind":512,"name":"constructor","url":"classes/MathPreSubSuperScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScript"},{"id":632,"kind":2048,"name":"prepForXml","url":"classes/MathPreSubSuperScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":633,"kind":2048,"name":"addChildElement","url":"classes/MathPreSubSuperScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":634,"kind":128,"name":"MathPreSubSuperScriptProperties","url":"classes/MathPreSubSuperScriptProperties.html","classes":"tsd-kind-class"},{"id":635,"kind":512,"name":"constructor","url":"classes/MathPreSubSuperScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScriptProperties"},{"id":636,"kind":2048,"name":"prepForXml","url":"classes/MathPreSubSuperScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":637,"kind":2048,"name":"addChildElement","url":"classes/MathPreSubSuperScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":638,"kind":4194304,"name":"MathComponent","url":"modules.html#MathComponent","classes":"tsd-kind-type-alias"},{"id":639,"kind":128,"name":"MathDegree","url":"classes/MathDegree.html","classes":"tsd-kind-class"},{"id":640,"kind":512,"name":"constructor","url":"classes/MathDegree.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDegree"},{"id":641,"kind":2048,"name":"prepForXml","url":"classes/MathDegree.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":642,"kind":2048,"name":"addChildElement","url":"classes/MathDegree.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":643,"kind":256,"name":"IMathRadicalOptions","url":"interfaces/IMathRadicalOptions.html","classes":"tsd-kind-interface"},{"id":644,"kind":1024,"name":"children","url":"interfaces/IMathRadicalOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":645,"kind":1024,"name":"degree","url":"interfaces/IMathRadicalOptions.html#degree","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":646,"kind":128,"name":"MathRadical","url":"classes/MathRadical.html","classes":"tsd-kind-class"},{"id":647,"kind":512,"name":"constructor","url":"classes/MathRadical.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadical"},{"id":648,"kind":2048,"name":"prepForXml","url":"classes/MathRadical.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":649,"kind":2048,"name":"addChildElement","url":"classes/MathRadical.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":650,"kind":128,"name":"MathRadicalProperties","url":"classes/MathRadicalProperties.html","classes":"tsd-kind-class"},{"id":651,"kind":512,"name":"constructor","url":"classes/MathRadicalProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadicalProperties"},{"id":652,"kind":2048,"name":"prepForXml","url":"classes/MathRadicalProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":653,"kind":2048,"name":"addChildElement","url":"classes/MathRadicalProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":654,"kind":256,"name":"IMathFunctionOptions","url":"interfaces/IMathFunctionOptions.html","classes":"tsd-kind-interface"},{"id":655,"kind":1024,"name":"children","url":"interfaces/IMathFunctionOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":656,"kind":1024,"name":"name","url":"interfaces/IMathFunctionOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":657,"kind":128,"name":"MathFunction","url":"classes/MathFunction.html","classes":"tsd-kind-class"},{"id":658,"kind":512,"name":"constructor","url":"classes/MathFunction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunction"},{"id":659,"kind":2048,"name":"prepForXml","url":"classes/MathFunction.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":660,"kind":2048,"name":"addChildElement","url":"classes/MathFunction.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":661,"kind":128,"name":"MathFunctionName","url":"classes/MathFunctionName.html","classes":"tsd-kind-class"},{"id":662,"kind":512,"name":"constructor","url":"classes/MathFunctionName.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionName"},{"id":663,"kind":2048,"name":"prepForXml","url":"classes/MathFunctionName.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":664,"kind":2048,"name":"addChildElement","url":"classes/MathFunctionName.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":665,"kind":128,"name":"MathFunctionProperties","url":"classes/MathFunctionProperties.html","classes":"tsd-kind-class"},{"id":666,"kind":512,"name":"constructor","url":"classes/MathFunctionProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionProperties"},{"id":667,"kind":2048,"name":"prepForXml","url":"classes/MathFunctionProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":668,"kind":2048,"name":"addChildElement","url":"classes/MathFunctionProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":669,"kind":128,"name":"MathRoundBrackets","url":"classes/MathRoundBrackets.html","classes":"tsd-kind-class"},{"id":670,"kind":512,"name":"constructor","url":"classes/MathRoundBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRoundBrackets"},{"id":671,"kind":2048,"name":"prepForXml","url":"classes/MathRoundBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":672,"kind":2048,"name":"addChildElement","url":"classes/MathRoundBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":673,"kind":128,"name":"MathSquareBrackets","url":"classes/MathSquareBrackets.html","classes":"tsd-kind-class"},{"id":674,"kind":512,"name":"constructor","url":"classes/MathSquareBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSquareBrackets"},{"id":675,"kind":2048,"name":"prepForXml","url":"classes/MathSquareBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":676,"kind":2048,"name":"addChildElement","url":"classes/MathSquareBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":677,"kind":128,"name":"MathCurlyBrackets","url":"classes/MathCurlyBrackets.html","classes":"tsd-kind-class"},{"id":678,"kind":512,"name":"constructor","url":"classes/MathCurlyBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathCurlyBrackets"},{"id":679,"kind":2048,"name":"prepForXml","url":"classes/MathCurlyBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":680,"kind":2048,"name":"addChildElement","url":"classes/MathCurlyBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":681,"kind":128,"name":"MathAngledBrackets","url":"classes/MathAngledBrackets.html","classes":"tsd-kind-class"},{"id":682,"kind":512,"name":"constructor","url":"classes/MathAngledBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAngledBrackets"},{"id":683,"kind":2048,"name":"prepForXml","url":"classes/MathAngledBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":684,"kind":2048,"name":"addChildElement","url":"classes/MathAngledBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":685,"kind":8,"name":"DropCapType","url":"enums/DropCapType.html","classes":"tsd-kind-enum"},{"id":686,"kind":16,"name":"NONE","url":"enums/DropCapType.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":687,"kind":16,"name":"DROP","url":"enums/DropCapType.html#DROP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":688,"kind":16,"name":"MARGIN","url":"enums/DropCapType.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":689,"kind":8,"name":"FrameAnchorType","url":"enums/FrameAnchorType.html","classes":"tsd-kind-enum"},{"id":690,"kind":16,"name":"MARGIN","url":"enums/FrameAnchorType.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":691,"kind":16,"name":"PAGE","url":"enums/FrameAnchorType.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":692,"kind":16,"name":"TEXT","url":"enums/FrameAnchorType.html#TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":693,"kind":8,"name":"FrameWrap","url":"enums/FrameWrap.html","classes":"tsd-kind-enum"},{"id":694,"kind":16,"name":"AROUND","url":"enums/FrameWrap.html#AROUND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":695,"kind":16,"name":"AUTO","url":"enums/FrameWrap.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":696,"kind":16,"name":"NONE","url":"enums/FrameWrap.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":697,"kind":16,"name":"NOT_BESIDE","url":"enums/FrameWrap.html#NOT_BESIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":698,"kind":16,"name":"THROUGH","url":"enums/FrameWrap.html#THROUGH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":699,"kind":16,"name":"TIGHT","url":"enums/FrameWrap.html#TIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":700,"kind":256,"name":"IFrameOptions","url":"interfaces/IFrameOptions.html","classes":"tsd-kind-interface"},{"id":701,"kind":1024,"name":"anchorLock","url":"interfaces/IFrameOptions.html#anchorLock","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":702,"kind":1024,"name":"dropCap","url":"interfaces/IFrameOptions.html#dropCap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":703,"kind":1024,"name":"width","url":"interfaces/IFrameOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":704,"kind":1024,"name":"height","url":"interfaces/IFrameOptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":705,"kind":1024,"name":"position","url":"interfaces/IFrameOptions.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":706,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":707,"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":708,"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":709,"kind":1024,"name":"wrap","url":"interfaces/IFrameOptions.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":710,"kind":1024,"name":"lines","url":"interfaces/IFrameOptions.html#lines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":711,"kind":1024,"name":"anchor","url":"interfaces/IFrameOptions.html#anchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":712,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":713,"kind":1024,"name":"horizontal","url":"interfaces/IFrameOptions.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":714,"kind":1024,"name":"vertical","url":"interfaces/IFrameOptions.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":715,"kind":1024,"name":"space","url":"interfaces/IFrameOptions.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":716,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":717,"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":718,"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":719,"kind":1024,"name":"rule","url":"interfaces/IFrameOptions.html#rule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":720,"kind":1024,"name":"alignment","url":"interfaces/IFrameOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":721,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":722,"kind":1024,"name":"x","url":"interfaces/IFrameOptions.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":723,"kind":1024,"name":"y","url":"interfaces/IFrameOptions.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":724,"kind":128,"name":"FramePropertiesAttributes","url":"classes/FramePropertiesAttributes.html","classes":"tsd-kind-class"},{"id":725,"kind":512,"name":"constructor","url":"classes/FramePropertiesAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":726,"kind":2048,"name":"prepForXml","url":"classes/FramePropertiesAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":727,"kind":2048,"name":"set","url":"classes/FramePropertiesAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":728,"kind":128,"name":"FrameProperties","url":"classes/FrameProperties.html","classes":"tsd-kind-class"},{"id":729,"kind":512,"name":"constructor","url":"classes/FrameProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FrameProperties"},{"id":730,"kind":2048,"name":"prepForXml","url":"classes/FrameProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":731,"kind":2048,"name":"addChildElement","url":"classes/FrameProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":732,"kind":256,"name":"ITableOptions","url":"interfaces/ITableOptions.html","classes":"tsd-kind-interface"},{"id":733,"kind":1024,"name":"rows","url":"interfaces/ITableOptions.html#rows","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":734,"kind":1024,"name":"width","url":"interfaces/ITableOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":735,"kind":1024,"name":"columnWidths","url":"interfaces/ITableOptions.html#columnWidths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":736,"kind":1024,"name":"margins","url":"interfaces/ITableOptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":737,"kind":1024,"name":"indent","url":"interfaces/ITableOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":738,"kind":1024,"name":"float","url":"interfaces/ITableOptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":739,"kind":1024,"name":"layout","url":"interfaces/ITableOptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":740,"kind":1024,"name":"style","url":"interfaces/ITableOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":741,"kind":1024,"name":"borders","url":"interfaces/ITableOptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":742,"kind":1024,"name":"alignment","url":"interfaces/ITableOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":743,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/ITableOptions.html#visuallyRightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":744,"kind":128,"name":"Table","url":"classes/Table.html","classes":"tsd-kind-class"},{"id":745,"kind":512,"name":"constructor","url":"classes/Table.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Table"},{"id":746,"kind":2048,"name":"prepForXml","url":"classes/Table.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":747,"kind":2048,"name":"addChildElement","url":"classes/Table.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":748,"kind":256,"name":"ITableCellOptions","url":"interfaces/ITableCellOptions.html","classes":"tsd-kind-interface"},{"id":749,"kind":1024,"name":"children","url":"interfaces/ITableCellOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":750,"kind":1024,"name":"shading","url":"interfaces/ITableCellOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":751,"kind":1024,"name":"margins","url":"interfaces/ITableCellOptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":752,"kind":1024,"name":"verticalAlign","url":"interfaces/ITableCellOptions.html#verticalAlign","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":753,"kind":1024,"name":"textDirection","url":"interfaces/ITableCellOptions.html#textDirection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":754,"kind":1024,"name":"verticalMerge","url":"interfaces/ITableCellOptions.html#verticalMerge","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":755,"kind":1024,"name":"width","url":"interfaces/ITableCellOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":756,"kind":1024,"name":"columnSpan","url":"interfaces/ITableCellOptions.html#columnSpan","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":757,"kind":1024,"name":"rowSpan","url":"interfaces/ITableCellOptions.html#rowSpan","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":758,"kind":1024,"name":"borders","url":"interfaces/ITableCellOptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":759,"kind":128,"name":"TableCell","url":"classes/TableCell.html","classes":"tsd-kind-class"},{"id":760,"kind":512,"name":"constructor","url":"classes/TableCell.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":761,"kind":1024,"name":"options","url":"classes/TableCell.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"TableCell"},{"id":762,"kind":2048,"name":"prepForXml","url":"classes/TableCell.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":763,"kind":2048,"name":"addChildElement","url":"classes/TableCell.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCell"},{"id":764,"kind":256,"name":"ITableCellBorders","url":"interfaces/ITableCellBorders.html","classes":"tsd-kind-interface"},{"id":765,"kind":1024,"name":"top","url":"interfaces/ITableCellBorders.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":766,"kind":1024,"name":"start","url":"interfaces/ITableCellBorders.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":767,"kind":1024,"name":"left","url":"interfaces/ITableCellBorders.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":768,"kind":1024,"name":"bottom","url":"interfaces/ITableCellBorders.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":769,"kind":1024,"name":"end","url":"interfaces/ITableCellBorders.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":770,"kind":1024,"name":"right","url":"interfaces/ITableCellBorders.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":771,"kind":128,"name":"TableCellBorders","url":"classes/TableCellBorders.html","classes":"tsd-kind-class"},{"id":772,"kind":512,"name":"constructor","url":"classes/TableCellBorders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCellBorders"},{"id":773,"kind":2048,"name":"prepForXml","url":"classes/TableCellBorders.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":774,"kind":2048,"name":"addChildElement","url":"classes/TableCellBorders.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":775,"kind":128,"name":"GridSpan","url":"classes/GridSpan.html","classes":"tsd-kind-class"},{"id":776,"kind":512,"name":"constructor","url":"classes/GridSpan.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GridSpan"},{"id":777,"kind":2048,"name":"prepForXml","url":"classes/GridSpan.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":778,"kind":2048,"name":"addChildElement","url":"classes/GridSpan.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":779,"kind":8,"name":"VerticalMergeType","url":"enums/VerticalMergeType.html","classes":"tsd-kind-enum"},{"id":780,"kind":16,"name":"CONTINUE","url":"enums/VerticalMergeType.html#CONTINUE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":781,"kind":16,"name":"RESTART","url":"enums/VerticalMergeType.html#RESTART","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":782,"kind":128,"name":"VerticalMerge","url":"classes/VerticalMerge.html","classes":"tsd-kind-class"},{"id":783,"kind":512,"name":"constructor","url":"classes/VerticalMerge.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalMerge"},{"id":784,"kind":2048,"name":"prepForXml","url":"classes/VerticalMerge.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":785,"kind":2048,"name":"addChildElement","url":"classes/VerticalMerge.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":786,"kind":8,"name":"TextDirection","url":"enums/TextDirection.html","classes":"tsd-kind-enum"},{"id":787,"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":788,"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":789,"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":790,"kind":128,"name":"TDirection","url":"classes/TDirection.html","classes":"tsd-kind-class"},{"id":791,"kind":512,"name":"constructor","url":"classes/TDirection.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TDirection"},{"id":792,"kind":2048,"name":"prepForXml","url":"classes/TDirection.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":793,"kind":2048,"name":"addChildElement","url":"classes/TDirection.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":794,"kind":256,"name":"ITablePropertiesOptions","url":"interfaces/ITablePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":795,"kind":1024,"name":"width","url":"interfaces/ITablePropertiesOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":796,"kind":1024,"name":"indent","url":"interfaces/ITablePropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":797,"kind":1024,"name":"layout","url":"interfaces/ITablePropertiesOptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":798,"kind":1024,"name":"borders","url":"interfaces/ITablePropertiesOptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":799,"kind":1024,"name":"float","url":"interfaces/ITablePropertiesOptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":800,"kind":1024,"name":"shading","url":"interfaces/ITablePropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":801,"kind":1024,"name":"style","url":"interfaces/ITablePropertiesOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":802,"kind":1024,"name":"alignment","url":"interfaces/ITablePropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":803,"kind":1024,"name":"cellMargin","url":"interfaces/ITablePropertiesOptions.html#cellMargin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":804,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/ITablePropertiesOptions.html#visuallyRightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":805,"kind":128,"name":"TableProperties","url":"classes/TableProperties.html","classes":"tsd-kind-class"},{"id":806,"kind":512,"name":"constructor","url":"classes/TableProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableProperties"},{"id":807,"kind":2048,"name":"prepForXml","url":"classes/TableProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":808,"kind":2048,"name":"addChildElement","url":"classes/TableProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":809,"kind":8,"name":"TableAnchorType","url":"enums/TableAnchorType.html","classes":"tsd-kind-enum"},{"id":810,"kind":16,"name":"MARGIN","url":"enums/TableAnchorType.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":811,"kind":16,"name":"PAGE","url":"enums/TableAnchorType.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":812,"kind":16,"name":"TEXT","url":"enums/TableAnchorType.html#TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":813,"kind":8,"name":"RelativeHorizontalPosition","url":"enums/RelativeHorizontalPosition.html","classes":"tsd-kind-enum"},{"id":814,"kind":16,"name":"CENTER","url":"enums/RelativeHorizontalPosition.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":815,"kind":16,"name":"INSIDE","url":"enums/RelativeHorizontalPosition.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":816,"kind":16,"name":"LEFT","url":"enums/RelativeHorizontalPosition.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":817,"kind":16,"name":"OUTSIDE","url":"enums/RelativeHorizontalPosition.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":818,"kind":16,"name":"RIGHT","url":"enums/RelativeHorizontalPosition.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":819,"kind":8,"name":"RelativeVerticalPosition","url":"enums/RelativeVerticalPosition.html","classes":"tsd-kind-enum"},{"id":820,"kind":16,"name":"CENTER","url":"enums/RelativeVerticalPosition.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":821,"kind":16,"name":"INSIDE","url":"enums/RelativeVerticalPosition.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":822,"kind":16,"name":"BOTTOM","url":"enums/RelativeVerticalPosition.html#BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":823,"kind":16,"name":"OUTSIDE","url":"enums/RelativeVerticalPosition.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":824,"kind":16,"name":"INLINE","url":"enums/RelativeVerticalPosition.html#INLINE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":825,"kind":16,"name":"TOP","url":"enums/RelativeVerticalPosition.html#TOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":826,"kind":256,"name":"ITableFloatOptions","url":"interfaces/ITableFloatOptions.html","classes":"tsd-kind-interface"},{"id":827,"kind":1024,"name":"horizontalAnchor","url":"interfaces/ITableFloatOptions.html#horizontalAnchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":828,"kind":1024,"name":"absoluteHorizontalPosition","url":"interfaces/ITableFloatOptions.html#absoluteHorizontalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":829,"kind":1024,"name":"relativeHorizontalPosition","url":"interfaces/ITableFloatOptions.html#relativeHorizontalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":830,"kind":1024,"name":"verticalAnchor","url":"interfaces/ITableFloatOptions.html#verticalAnchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":831,"kind":1024,"name":"absoluteVerticalPosition","url":"interfaces/ITableFloatOptions.html#absoluteVerticalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":832,"kind":1024,"name":"relativeVerticalPosition","url":"interfaces/ITableFloatOptions.html#relativeVerticalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":833,"kind":1024,"name":"bottomFromText","url":"interfaces/ITableFloatOptions.html#bottomFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":834,"kind":1024,"name":"topFromText","url":"interfaces/ITableFloatOptions.html#topFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":835,"kind":1024,"name":"leftFromText","url":"interfaces/ITableFloatOptions.html#leftFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":836,"kind":1024,"name":"rightFromText","url":"interfaces/ITableFloatOptions.html#rightFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":837,"kind":1024,"name":"overlap","url":"interfaces/ITableFloatOptions.html#overlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":838,"kind":128,"name":"TableFloatOptionsAttributes","url":"classes/TableFloatOptionsAttributes.html","classes":"tsd-kind-class"},{"id":839,"kind":512,"name":"constructor","url":"classes/TableFloatOptionsAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":840,"kind":2048,"name":"prepForXml","url":"classes/TableFloatOptionsAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":841,"kind":2048,"name":"set","url":"classes/TableFloatOptionsAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":842,"kind":128,"name":"TableFloatProperties","url":"classes/TableFloatProperties.html","classes":"tsd-kind-class"},{"id":843,"kind":512,"name":"constructor","url":"classes/TableFloatProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableFloatProperties"},{"id":844,"kind":2048,"name":"prepForXml","url":"classes/TableFloatProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":845,"kind":2048,"name":"addChildElement","url":"classes/TableFloatProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":846,"kind":8,"name":"TableLayoutType","url":"enums/TableLayoutType.html","classes":"tsd-kind-enum"},{"id":847,"kind":16,"name":"AUTOFIT","url":"enums/TableLayoutType.html#AUTOFIT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":848,"kind":16,"name":"FIXED","url":"enums/TableLayoutType.html#FIXED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":849,"kind":128,"name":"TableLayout","url":"classes/TableLayout.html","classes":"tsd-kind-class"},{"id":850,"kind":512,"name":"constructor","url":"classes/TableLayout.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableLayout"},{"id":851,"kind":2048,"name":"prepForXml","url":"classes/TableLayout.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":852,"kind":2048,"name":"addChildElement","url":"classes/TableLayout.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":853,"kind":256,"name":"ITableBordersOptions","url":"interfaces/ITableBordersOptions.html","classes":"tsd-kind-interface"},{"id":854,"kind":1024,"name":"top","url":"interfaces/ITableBordersOptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":855,"kind":1024,"name":"bottom","url":"interfaces/ITableBordersOptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":856,"kind":1024,"name":"left","url":"interfaces/ITableBordersOptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":857,"kind":1024,"name":"right","url":"interfaces/ITableBordersOptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":858,"kind":1024,"name":"insideHorizontal","url":"interfaces/ITableBordersOptions.html#insideHorizontal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":859,"kind":1024,"name":"insideVertical","url":"interfaces/ITableBordersOptions.html#insideVertical","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":860,"kind":128,"name":"TableBorders","url":"classes/TableBorders.html","classes":"tsd-kind-class"},{"id":861,"kind":1024,"name":"NONE","url":"classes/TableBorders.html#NONE","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"TableBorders"},{"id":862,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"TableBorders"},{"id":863,"kind":1024,"name":"top","url":"classes/TableBorders.html#__type.top","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":864,"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":865,"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":866,"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":867,"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":868,"kind":1024,"name":"bottom","url":"classes/TableBorders.html#__type.bottom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":869,"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":870,"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":871,"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":872,"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":873,"kind":1024,"name":"left","url":"classes/TableBorders.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":874,"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":875,"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":876,"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":877,"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":878,"kind":1024,"name":"right","url":"classes/TableBorders.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":879,"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":880,"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":881,"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":882,"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":883,"kind":1024,"name":"insideHorizontal","url":"classes/TableBorders.html#__type.insideHorizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":884,"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":885,"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":886,"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":887,"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":888,"kind":1024,"name":"insideVertical","url":"classes/TableBorders.html#__type.insideVertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":889,"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":890,"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":891,"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":892,"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":893,"kind":512,"name":"constructor","url":"classes/TableBorders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableBorders"},{"id":894,"kind":2048,"name":"prepForXml","url":"classes/TableBorders.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":895,"kind":2048,"name":"addChildElement","url":"classes/TableBorders.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":896,"kind":8,"name":"OverlapType","url":"enums/OverlapType.html","classes":"tsd-kind-enum"},{"id":897,"kind":16,"name":"NEVER","url":"enums/OverlapType.html#NEVER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":898,"kind":16,"name":"OVERLAP","url":"enums/OverlapType.html#OVERLAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":899,"kind":128,"name":"TableOverlap","url":"classes/TableOverlap.html","classes":"tsd-kind-class"},{"id":900,"kind":512,"name":"constructor","url":"classes/TableOverlap.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOverlap"},{"id":901,"kind":2048,"name":"prepForXml","url":"classes/TableOverlap.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":902,"kind":2048,"name":"addChildElement","url":"classes/TableOverlap.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":903,"kind":256,"name":"ITableRowOptions","url":"interfaces/ITableRowOptions.html","classes":"tsd-kind-interface"},{"id":904,"kind":1024,"name":"children","url":"interfaces/ITableRowOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":905,"kind":1024,"name":"cantSplit","url":"interfaces/ITableRowOptions.html#cantSplit","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":906,"kind":1024,"name":"tableHeader","url":"interfaces/ITableRowOptions.html#tableHeader","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":907,"kind":1024,"name":"height","url":"interfaces/ITableRowOptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":908,"kind":65536,"name":"__type","url":"interfaces/ITableRowOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":909,"kind":1024,"name":"value","url":"interfaces/ITableRowOptions.html#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":910,"kind":1024,"name":"rule","url":"interfaces/ITableRowOptions.html#__type.rule","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":911,"kind":128,"name":"TableRow","url":"classes/TableRow.html","classes":"tsd-kind-class"},{"id":912,"kind":512,"name":"constructor","url":"classes/TableRow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRow"},{"id":913,"kind":262144,"name":"CellCount","url":"classes/TableRow.html#CellCount","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":914,"kind":262144,"name":"cells","url":"classes/TableRow.html#cells","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":915,"kind":2048,"name":"addCellToIndex","url":"classes/TableRow.html#addCellToIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":916,"kind":2048,"name":"addCellToColumnIndex","url":"classes/TableRow.html#addCellToColumnIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":917,"kind":2048,"name":"rootIndexToColumnIndex","url":"classes/TableRow.html#rootIndexToColumnIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":918,"kind":2048,"name":"columnIndexToRootIndex","url":"classes/TableRow.html#columnIndexToRootIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":919,"kind":2048,"name":"prepForXml","url":"classes/TableRow.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":920,"kind":2048,"name":"addChildElement","url":"classes/TableRow.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":921,"kind":256,"name":"ITableRowPropertiesOptions","url":"interfaces/ITableRowPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":922,"kind":1024,"name":"cantSplit","url":"interfaces/ITableRowPropertiesOptions.html#cantSplit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":923,"kind":1024,"name":"tableHeader","url":"interfaces/ITableRowPropertiesOptions.html#tableHeader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":924,"kind":1024,"name":"height","url":"interfaces/ITableRowPropertiesOptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":925,"kind":65536,"name":"__type","url":"interfaces/ITableRowPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":926,"kind":1024,"name":"value","url":"interfaces/ITableRowPropertiesOptions.html#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowPropertiesOptions.__type"},{"id":927,"kind":1024,"name":"rule","url":"interfaces/ITableRowPropertiesOptions.html#__type.rule","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowPropertiesOptions.__type"},{"id":928,"kind":128,"name":"TableRowProperties","url":"classes/TableRowProperties.html","classes":"tsd-kind-class"},{"id":929,"kind":512,"name":"constructor","url":"classes/TableRowProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowProperties"},{"id":930,"kind":2048,"name":"prepForXml","url":"classes/TableRowProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":931,"kind":2048,"name":"addChildElement","url":"classes/TableRowProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":932,"kind":8,"name":"HeightRule","url":"enums/HeightRule.html","classes":"tsd-kind-enum"},{"id":933,"kind":16,"name":"AUTO","url":"enums/HeightRule.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":934,"kind":16,"name":"ATLEAST","url":"enums/HeightRule.html#ATLEAST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":935,"kind":16,"name":"EXACT","url":"enums/HeightRule.html#EXACT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":936,"kind":128,"name":"TableRowHeightAttributes","url":"classes/TableRowHeightAttributes.html","classes":"tsd-kind-class"},{"id":937,"kind":512,"name":"constructor","url":"classes/TableRowHeightAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":938,"kind":2048,"name":"prepForXml","url":"classes/TableRowHeightAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":939,"kind":2048,"name":"set","url":"classes/TableRowHeightAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":940,"kind":128,"name":"TableRowHeight","url":"classes/TableRowHeight.html","classes":"tsd-kind-class"},{"id":941,"kind":512,"name":"constructor","url":"classes/TableRowHeight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowHeight"},{"id":942,"kind":2048,"name":"prepForXml","url":"classes/TableRowHeight.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":943,"kind":2048,"name":"addChildElement","url":"classes/TableRowHeight.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":944,"kind":8,"name":"WidthType","url":"enums/WidthType.html","classes":"tsd-kind-enum"},{"id":945,"kind":16,"name":"AUTO","url":"enums/WidthType.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":946,"kind":16,"name":"DXA","url":"enums/WidthType.html#DXA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":947,"kind":16,"name":"NIL","url":"enums/WidthType.html#NIL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":948,"kind":16,"name":"PERCENTAGE","url":"enums/WidthType.html#PERCENTAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":949,"kind":256,"name":"ITableWidthProperties","url":"interfaces/ITableWidthProperties.html","classes":"tsd-kind-interface"},{"id":950,"kind":1024,"name":"size","url":"interfaces/ITableWidthProperties.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableWidthProperties"},{"id":951,"kind":1024,"name":"type","url":"interfaces/ITableWidthProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableWidthProperties"},{"id":952,"kind":128,"name":"TableWidthElement","url":"classes/TableWidthElement.html","classes":"tsd-kind-class"},{"id":953,"kind":512,"name":"constructor","url":"classes/TableWidthElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableWidthElement"},{"id":954,"kind":2048,"name":"prepForXml","url":"classes/TableWidthElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableWidthElement"},{"id":955,"kind":2048,"name":"addChildElement","url":"classes/TableWidthElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableWidthElement"},{"id":956,"kind":256,"name":"ISectionOptions","url":"interfaces/ISectionOptions.html","classes":"tsd-kind-interface"},{"id":957,"kind":1024,"name":"headers","url":"interfaces/ISectionOptions.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":958,"kind":65536,"name":"__type","url":"interfaces/ISectionOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":959,"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":960,"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":961,"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":962,"kind":1024,"name":"footers","url":"interfaces/ISectionOptions.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":963,"kind":65536,"name":"__type","url":"interfaces/ISectionOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":964,"kind":1024,"name":"default","url":"interfaces/ISectionOptions.html#__type.default","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":965,"kind":1024,"name":"first","url":"interfaces/ISectionOptions.html#__type.first","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":966,"kind":1024,"name":"even","url":"interfaces/ISectionOptions.html#__type.even","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":967,"kind":1024,"name":"properties","url":"interfaces/ISectionOptions.html#properties","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":968,"kind":1024,"name":"children","url":"interfaces/ISectionOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":969,"kind":16777216,"name":"File","url":"modules.html#File","classes":"tsd-kind-reference"},{"id":970,"kind":256,"name":"IFileProperties","url":"interfaces/IFileProperties.html","classes":"tsd-kind-interface"},{"id":971,"kind":1024,"name":"template","url":"interfaces/IFileProperties.html#template","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFileProperties"},{"id":972,"kind":256,"name":"INumberingOptions","url":"interfaces/INumberingOptions.html","classes":"tsd-kind-interface"},{"id":973,"kind":1024,"name":"config","url":"interfaces/INumberingOptions.html#config","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"INumberingOptions"},{"id":974,"kind":128,"name":"Numbering","url":"classes/Numbering.html","classes":"tsd-kind-class"},{"id":975,"kind":512,"name":"constructor","url":"classes/Numbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":976,"kind":2048,"name":"prepForXml","url":"classes/Numbering.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":977,"kind":2048,"name":"createConcreteNumberingInstance","url":"classes/Numbering.html#createConcreteNumberingInstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Numbering"},{"id":978,"kind":262144,"name":"ConcreteNumbering","url":"classes/Numbering.html#ConcreteNumbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Numbering"},{"id":979,"kind":262144,"name":"ReferenceConfig","url":"classes/Numbering.html#ReferenceConfig","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Numbering"},{"id":980,"kind":2048,"name":"addChildElement","url":"classes/Numbering.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Numbering"},{"id":981,"kind":128,"name":"AbstractNumbering","url":"classes/AbstractNumbering.html","classes":"tsd-kind-class"},{"id":982,"kind":512,"name":"constructor","url":"classes/AbstractNumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"AbstractNumbering"},{"id":983,"kind":1024,"name":"id","url":"classes/AbstractNumbering.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractNumbering"},{"id":984,"kind":2048,"name":"prepForXml","url":"classes/AbstractNumbering.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":985,"kind":2048,"name":"addChildElement","url":"classes/AbstractNumbering.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":986,"kind":8,"name":"LevelFormat","url":"enums/LevelFormat.html","classes":"tsd-kind-enum"},{"id":987,"kind":16,"name":"BULLET","url":"enums/LevelFormat.html#BULLET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":988,"kind":16,"name":"CARDINAL_TEXT","url":"enums/LevelFormat.html#CARDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":989,"kind":16,"name":"CHICAGO","url":"enums/LevelFormat.html#CHICAGO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":990,"kind":16,"name":"DECIMAL","url":"enums/LevelFormat.html#DECIMAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":991,"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":992,"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":993,"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":994,"kind":16,"name":"DECIMAL_ZERO","url":"enums/LevelFormat.html#DECIMAL_ZERO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":995,"kind":16,"name":"LOWER_LETTER","url":"enums/LevelFormat.html#LOWER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":996,"kind":16,"name":"LOWER_ROMAN","url":"enums/LevelFormat.html#LOWER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":997,"kind":16,"name":"NONE","url":"enums/LevelFormat.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":998,"kind":16,"name":"ORDINAL_TEXT","url":"enums/LevelFormat.html#ORDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":999,"kind":16,"name":"UPPER_LETTER","url":"enums/LevelFormat.html#UPPER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1000,"kind":16,"name":"UPPER_ROMAN","url":"enums/LevelFormat.html#UPPER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1001,"kind":8,"name":"LevelSuffix","url":"enums/LevelSuffix.html","classes":"tsd-kind-enum"},{"id":1002,"kind":16,"name":"NOTHING","url":"enums/LevelSuffix.html#NOTHING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":1003,"kind":16,"name":"SPACE","url":"enums/LevelSuffix.html#SPACE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":1004,"kind":16,"name":"TAB","url":"enums/LevelSuffix.html#TAB","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":1005,"kind":256,"name":"ILevelsOptions","url":"interfaces/ILevelsOptions.html","classes":"tsd-kind-interface"},{"id":1006,"kind":1024,"name":"level","url":"interfaces/ILevelsOptions.html#level","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1007,"kind":1024,"name":"format","url":"interfaces/ILevelsOptions.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1008,"kind":1024,"name":"text","url":"interfaces/ILevelsOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1009,"kind":1024,"name":"alignment","url":"interfaces/ILevelsOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1010,"kind":1024,"name":"start","url":"interfaces/ILevelsOptions.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1011,"kind":1024,"name":"suffix","url":"interfaces/ILevelsOptions.html#suffix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1012,"kind":1024,"name":"style","url":"interfaces/ILevelsOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1013,"kind":65536,"name":"__type","url":"interfaces/ILevelsOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1014,"kind":1024,"name":"run","url":"interfaces/ILevelsOptions.html#__type.run","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":1015,"kind":1024,"name":"paragraph","url":"interfaces/ILevelsOptions.html#__type.paragraph","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":1016,"kind":128,"name":"LevelBase","url":"classes/LevelBase.html","classes":"tsd-kind-class"},{"id":1017,"kind":512,"name":"constructor","url":"classes/LevelBase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelBase"},{"id":1018,"kind":2048,"name":"prepForXml","url":"classes/LevelBase.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":1019,"kind":2048,"name":"addChildElement","url":"classes/LevelBase.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":1020,"kind":128,"name":"Level","url":"classes/Level.html","classes":"tsd-kind-class"},{"id":1021,"kind":512,"name":"constructor","url":"classes/Level.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Level"},{"id":1022,"kind":2048,"name":"prepForXml","url":"classes/Level.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":1023,"kind":2048,"name":"addChildElement","url":"classes/Level.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":1024,"kind":128,"name":"LevelForOverride","url":"classes/LevelForOverride.html","classes":"tsd-kind-class"},{"id":1025,"kind":512,"name":"constructor","url":"classes/LevelForOverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1026,"kind":2048,"name":"prepForXml","url":"classes/LevelForOverride.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1027,"kind":2048,"name":"addChildElement","url":"classes/LevelForOverride.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1028,"kind":256,"name":"IConcreteNumberingOptions","url":"interfaces/IConcreteNumberingOptions.html","classes":"tsd-kind-interface"},{"id":1029,"kind":1024,"name":"numId","url":"interfaces/IConcreteNumberingOptions.html#numId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1030,"kind":1024,"name":"abstractNumId","url":"interfaces/IConcreteNumberingOptions.html#abstractNumId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1031,"kind":1024,"name":"reference","url":"interfaces/IConcreteNumberingOptions.html#reference","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1032,"kind":1024,"name":"instance","url":"interfaces/IConcreteNumberingOptions.html#instance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1033,"kind":1024,"name":"overrideLevel","url":"interfaces/IConcreteNumberingOptions.html#overrideLevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1034,"kind":65536,"name":"__type","url":"interfaces/IConcreteNumberingOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1035,"kind":1024,"name":"num","url":"interfaces/IConcreteNumberingOptions.html#__type.num","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":1036,"kind":1024,"name":"start","url":"interfaces/IConcreteNumberingOptions.html#__type.start","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":1037,"kind":128,"name":"ConcreteNumbering","url":"classes/ConcreteNumbering.html","classes":"tsd-kind-class"},{"id":1038,"kind":512,"name":"constructor","url":"classes/ConcreteNumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteNumbering"},{"id":1039,"kind":1024,"name":"numId","url":"classes/ConcreteNumbering.html#numId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":1040,"kind":1024,"name":"reference","url":"classes/ConcreteNumbering.html#reference","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":1041,"kind":1024,"name":"instance","url":"classes/ConcreteNumbering.html#instance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":1042,"kind":2048,"name":"prepForXml","url":"classes/ConcreteNumbering.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":1043,"kind":2048,"name":"addChildElement","url":"classes/ConcreteNumbering.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":1044,"kind":128,"name":"LevelOverride","url":"classes/LevelOverride.html","classes":"tsd-kind-class"},{"id":1045,"kind":512,"name":"constructor","url":"classes/LevelOverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelOverride"},{"id":1046,"kind":2048,"name":"prepForXml","url":"classes/LevelOverride.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1047,"kind":2048,"name":"addChildElement","url":"classes/LevelOverride.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1048,"kind":256,"name":"IMediaTransformation","url":"interfaces/IMediaTransformation.html","classes":"tsd-kind-interface"},{"id":1049,"kind":1024,"name":"width","url":"interfaces/IMediaTransformation.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1050,"kind":1024,"name":"height","url":"interfaces/IMediaTransformation.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1051,"kind":1024,"name":"flip","url":"interfaces/IMediaTransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1052,"kind":65536,"name":"__type","url":"interfaces/IMediaTransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1053,"kind":1024,"name":"vertical","url":"interfaces/IMediaTransformation.html#__type.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":1054,"kind":1024,"name":"horizontal","url":"interfaces/IMediaTransformation.html#__type.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":1055,"kind":1024,"name":"rotation","url":"interfaces/IMediaTransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1056,"kind":128,"name":"Media","url":"classes/Media.html","classes":"tsd-kind-class"},{"id":1057,"kind":512,"name":"constructor","url":"classes/Media.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Media"},{"id":1058,"kind":2048,"name":"addMedia","url":"classes/Media.html#addMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":1059,"kind":2048,"name":"addImage","url":"classes/Media.html#addImage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":1060,"kind":262144,"name":"Array","url":"classes/Media.html#Array","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Media"},{"id":1061,"kind":256,"name":"IMediaDataTransformation","url":"interfaces/IMediaDataTransformation.html","classes":"tsd-kind-interface"},{"id":1062,"kind":1024,"name":"pixels","url":"interfaces/IMediaDataTransformation.html#pixels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1063,"kind":65536,"name":"__type","url":"interfaces/IMediaDataTransformation.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1064,"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":1065,"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":1066,"kind":1024,"name":"emus","url":"interfaces/IMediaDataTransformation.html#emus","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1067,"kind":65536,"name":"__type","url":"interfaces/IMediaDataTransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1068,"kind":1024,"name":"x","url":"interfaces/IMediaDataTransformation.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1069,"kind":1024,"name":"y","url":"interfaces/IMediaDataTransformation.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1070,"kind":1024,"name":"flip","url":"interfaces/IMediaDataTransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1071,"kind":65536,"name":"__type","url":"interfaces/IMediaDataTransformation.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1072,"kind":1024,"name":"vertical","url":"interfaces/IMediaDataTransformation.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1073,"kind":1024,"name":"horizontal","url":"interfaces/IMediaDataTransformation.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1074,"kind":1024,"name":"rotation","url":"interfaces/IMediaDataTransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1075,"kind":256,"name":"IMediaData","url":"interfaces/IMediaData.html","classes":"tsd-kind-interface"},{"id":1076,"kind":1024,"name":"stream","url":"interfaces/IMediaData.html#stream","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1077,"kind":1024,"name":"fileName","url":"interfaces/IMediaData.html#fileName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1078,"kind":1024,"name":"transformation","url":"interfaces/IMediaData.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1079,"kind":256,"name":"IDistance","url":"interfaces/IDistance.html","classes":"tsd-kind-interface"},{"id":1080,"kind":1024,"name":"distT","url":"interfaces/IDistance.html#distT","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1081,"kind":1024,"name":"distB","url":"interfaces/IDistance.html#distB","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1082,"kind":1024,"name":"distL","url":"interfaces/IDistance.html#distL","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1083,"kind":1024,"name":"distR","url":"interfaces/IDistance.html#distR","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1084,"kind":256,"name":"IDrawingOptions","url":"interfaces/IDrawingOptions.html","classes":"tsd-kind-interface"},{"id":1085,"kind":1024,"name":"floating","url":"interfaces/IDrawingOptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDrawingOptions"},{"id":1086,"kind":128,"name":"Drawing","url":"classes/Drawing.html","classes":"tsd-kind-class"},{"id":1087,"kind":512,"name":"constructor","url":"classes/Drawing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Drawing"},{"id":1088,"kind":2048,"name":"prepForXml","url":"classes/Drawing.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1089,"kind":2048,"name":"addChildElement","url":"classes/Drawing.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1090,"kind":8,"name":"TextWrappingType","url":"enums/TextWrappingType.html","classes":"tsd-kind-enum"},{"id":1091,"kind":16,"name":"NONE","url":"enums/TextWrappingType.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1092,"kind":16,"name":"SQUARE","url":"enums/TextWrappingType.html#SQUARE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1093,"kind":16,"name":"TIGHT","url":"enums/TextWrappingType.html#TIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1094,"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":1095,"kind":8,"name":"TextWrappingSide","url":"enums/TextWrappingSide.html","classes":"tsd-kind-enum"},{"id":1096,"kind":16,"name":"BOTH_SIDES","url":"enums/TextWrappingSide.html#BOTH_SIDES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1097,"kind":16,"name":"LEFT","url":"enums/TextWrappingSide.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1098,"kind":16,"name":"RIGHT","url":"enums/TextWrappingSide.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1099,"kind":16,"name":"LARGEST","url":"enums/TextWrappingSide.html#LARGEST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1100,"kind":256,"name":"ITextWrapping","url":"interfaces/ITextWrapping.html","classes":"tsd-kind-interface"},{"id":1101,"kind":1024,"name":"type","url":"interfaces/ITextWrapping.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1102,"kind":1024,"name":"side","url":"interfaces/ITextWrapping.html#side","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1103,"kind":1024,"name":"margins","url":"interfaces/ITextWrapping.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1104,"kind":128,"name":"WrapNone","url":"classes/WrapNone.html","classes":"tsd-kind-class"},{"id":1105,"kind":512,"name":"constructor","url":"classes/WrapNone.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapNone"},{"id":1106,"kind":2048,"name":"prepForXml","url":"classes/WrapNone.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1107,"kind":2048,"name":"addChildElement","url":"classes/WrapNone.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1108,"kind":128,"name":"WrapSquare","url":"classes/WrapSquare.html","classes":"tsd-kind-class"},{"id":1109,"kind":512,"name":"constructor","url":"classes/WrapSquare.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapSquare"},{"id":1110,"kind":2048,"name":"prepForXml","url":"classes/WrapSquare.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1111,"kind":2048,"name":"addChildElement","url":"classes/WrapSquare.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1112,"kind":128,"name":"WrapTight","url":"classes/WrapTight.html","classes":"tsd-kind-class"},{"id":1113,"kind":512,"name":"constructor","url":"classes/WrapTight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTight"},{"id":1114,"kind":2048,"name":"prepForXml","url":"classes/WrapTight.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1115,"kind":2048,"name":"addChildElement","url":"classes/WrapTight.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1116,"kind":128,"name":"WrapTopAndBottom","url":"classes/WrapTopAndBottom.html","classes":"tsd-kind-class"},{"id":1117,"kind":512,"name":"constructor","url":"classes/WrapTopAndBottom.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTopAndBottom"},{"id":1118,"kind":2048,"name":"prepForXml","url":"classes/WrapTopAndBottom.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1119,"kind":2048,"name":"addChildElement","url":"classes/WrapTopAndBottom.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1120,"kind":8,"name":"HorizontalPositionRelativeFrom","url":"enums/HorizontalPositionRelativeFrom.html","classes":"tsd-kind-enum"},{"id":1121,"kind":16,"name":"CHARACTER","url":"enums/HorizontalPositionRelativeFrom.html#CHARACTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1122,"kind":16,"name":"COLUMN","url":"enums/HorizontalPositionRelativeFrom.html#COLUMN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1123,"kind":16,"name":"INSIDE_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#INSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1124,"kind":16,"name":"LEFT_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#LEFT_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1125,"kind":16,"name":"MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1126,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#OUTSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1127,"kind":16,"name":"PAGE","url":"enums/HorizontalPositionRelativeFrom.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1128,"kind":16,"name":"RIGHT_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#RIGHT_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1129,"kind":8,"name":"VerticalPositionRelativeFrom","url":"enums/VerticalPositionRelativeFrom.html","classes":"tsd-kind-enum"},{"id":1130,"kind":16,"name":"BOTTOM_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#BOTTOM_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1131,"kind":16,"name":"INSIDE_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#INSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1132,"kind":16,"name":"LINE","url":"enums/VerticalPositionRelativeFrom.html#LINE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1133,"kind":16,"name":"MARGIN","url":"enums/VerticalPositionRelativeFrom.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1134,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#OUTSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1135,"kind":16,"name":"PAGE","url":"enums/VerticalPositionRelativeFrom.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1136,"kind":16,"name":"PARAGRAPH","url":"enums/VerticalPositionRelativeFrom.html#PARAGRAPH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1137,"kind":16,"name":"TOP_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#TOP_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1138,"kind":256,"name":"IHorizontalPositionOptions","url":"interfaces/IHorizontalPositionOptions.html","classes":"tsd-kind-interface"},{"id":1139,"kind":1024,"name":"relative","url":"interfaces/IHorizontalPositionOptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1140,"kind":1024,"name":"align","url":"interfaces/IHorizontalPositionOptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1141,"kind":1024,"name":"offset","url":"interfaces/IHorizontalPositionOptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1142,"kind":256,"name":"IVerticalPositionOptions","url":"interfaces/IVerticalPositionOptions.html","classes":"tsd-kind-interface"},{"id":1143,"kind":1024,"name":"relative","url":"interfaces/IVerticalPositionOptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1144,"kind":1024,"name":"align","url":"interfaces/IVerticalPositionOptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1145,"kind":1024,"name":"offset","url":"interfaces/IVerticalPositionOptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1146,"kind":256,"name":"IMargins","url":"interfaces/IMargins.html","classes":"tsd-kind-interface"},{"id":1147,"kind":1024,"name":"left","url":"interfaces/IMargins.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1148,"kind":1024,"name":"bottom","url":"interfaces/IMargins.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1149,"kind":1024,"name":"top","url":"interfaces/IMargins.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1150,"kind":1024,"name":"right","url":"interfaces/IMargins.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1151,"kind":256,"name":"IFloating","url":"interfaces/IFloating.html","classes":"tsd-kind-interface"},{"id":1152,"kind":1024,"name":"horizontalPosition","url":"interfaces/IFloating.html#horizontalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1153,"kind":1024,"name":"verticalPosition","url":"interfaces/IFloating.html#verticalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1154,"kind":1024,"name":"allowOverlap","url":"interfaces/IFloating.html#allowOverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1155,"kind":1024,"name":"lockAnchor","url":"interfaces/IFloating.html#lockAnchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1156,"kind":1024,"name":"behindDocument","url":"interfaces/IFloating.html#behindDocument","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1157,"kind":1024,"name":"layoutInCell","url":"interfaces/IFloating.html#layoutInCell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1158,"kind":1024,"name":"margins","url":"interfaces/IFloating.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1159,"kind":1024,"name":"wrap","url":"interfaces/IFloating.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1160,"kind":1024,"name":"zIndex","url":"interfaces/IFloating.html#zIndex","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1161,"kind":128,"name":"SimplePos","url":"classes/SimplePos.html","classes":"tsd-kind-class"},{"id":1162,"kind":512,"name":"constructor","url":"classes/SimplePos.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimplePos"},{"id":1163,"kind":2048,"name":"prepForXml","url":"classes/SimplePos.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1164,"kind":2048,"name":"addChildElement","url":"classes/SimplePos.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1165,"kind":128,"name":"HorizontalPosition","url":"classes/HorizontalPosition.html","classes":"tsd-kind-class"},{"id":1166,"kind":512,"name":"constructor","url":"classes/HorizontalPosition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HorizontalPosition"},{"id":1167,"kind":2048,"name":"prepForXml","url":"classes/HorizontalPosition.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1168,"kind":2048,"name":"addChildElement","url":"classes/HorizontalPosition.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1169,"kind":128,"name":"VerticalPosition","url":"classes/VerticalPosition.html","classes":"tsd-kind-class"},{"id":1170,"kind":512,"name":"constructor","url":"classes/VerticalPosition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalPosition"},{"id":1171,"kind":2048,"name":"prepForXml","url":"classes/VerticalPosition.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1172,"kind":2048,"name":"addChildElement","url":"classes/VerticalPosition.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1173,"kind":256,"name":"IDocumentOptions","url":"interfaces/IDocumentOptions.html","classes":"tsd-kind-interface"},{"id":1174,"kind":1024,"name":"background","url":"interfaces/IDocumentOptions.html#background","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentOptions"},{"id":1175,"kind":256,"name":"IDocumentAttributesProperties","url":"interfaces/IDocumentAttributesProperties.html","classes":"tsd-kind-interface"},{"id":1176,"kind":1024,"name":"wpc","url":"interfaces/IDocumentAttributesProperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1177,"kind":1024,"name":"mc","url":"interfaces/IDocumentAttributesProperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1178,"kind":1024,"name":"o","url":"interfaces/IDocumentAttributesProperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1179,"kind":1024,"name":"r","url":"interfaces/IDocumentAttributesProperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1180,"kind":1024,"name":"m","url":"interfaces/IDocumentAttributesProperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1181,"kind":1024,"name":"v","url":"interfaces/IDocumentAttributesProperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1182,"kind":1024,"name":"wp14","url":"interfaces/IDocumentAttributesProperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1183,"kind":1024,"name":"wp","url":"interfaces/IDocumentAttributesProperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1184,"kind":1024,"name":"w10","url":"interfaces/IDocumentAttributesProperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1185,"kind":1024,"name":"w","url":"interfaces/IDocumentAttributesProperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1186,"kind":1024,"name":"w14","url":"interfaces/IDocumentAttributesProperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1187,"kind":1024,"name":"w15","url":"interfaces/IDocumentAttributesProperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1188,"kind":1024,"name":"wpg","url":"interfaces/IDocumentAttributesProperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1189,"kind":1024,"name":"wpi","url":"interfaces/IDocumentAttributesProperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1190,"kind":1024,"name":"wne","url":"interfaces/IDocumentAttributesProperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1191,"kind":1024,"name":"wps","url":"interfaces/IDocumentAttributesProperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1192,"kind":1024,"name":"Ignorable","url":"interfaces/IDocumentAttributesProperties.html#Ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1193,"kind":1024,"name":"cp","url":"interfaces/IDocumentAttributesProperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1194,"kind":1024,"name":"dc","url":"interfaces/IDocumentAttributesProperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1195,"kind":1024,"name":"dcterms","url":"interfaces/IDocumentAttributesProperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1196,"kind":1024,"name":"dcmitype","url":"interfaces/IDocumentAttributesProperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1197,"kind":1024,"name":"xsi","url":"interfaces/IDocumentAttributesProperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1198,"kind":1024,"name":"type","url":"interfaces/IDocumentAttributesProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1199,"kind":128,"name":"DocumentAttributes","url":"classes/DocumentAttributes.html","classes":"tsd-kind-class"},{"id":1200,"kind":512,"name":"constructor","url":"classes/DocumentAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1201,"kind":2048,"name":"prepForXml","url":"classes/DocumentAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1202,"kind":2048,"name":"set","url":"classes/DocumentAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1203,"kind":128,"name":"Body","url":"classes/Body.html","classes":"tsd-kind-class"},{"id":1204,"kind":512,"name":"constructor","url":"classes/Body.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1205,"kind":2048,"name":"addSection","url":"classes/Body.html#addSection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1206,"kind":2048,"name":"prepForXml","url":"classes/Body.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1207,"kind":2048,"name":"push","url":"classes/Body.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1208,"kind":2048,"name":"addChildElement","url":"classes/Body.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Body"},{"id":1209,"kind":256,"name":"IHeaderFooterGroup","url":"interfaces/IHeaderFooterGroup.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1210,"kind":1024,"name":"default","url":"interfaces/IHeaderFooterGroup.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1211,"kind":1024,"name":"first","url":"interfaces/IHeaderFooterGroup.html#first","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1212,"kind":1024,"name":"even","url":"interfaces/IHeaderFooterGroup.html#even","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1213,"kind":256,"name":"ISectionPropertiesOptions","url":"interfaces/ISectionPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":1214,"kind":1024,"name":"page","url":"interfaces/ISectionPropertiesOptions.html#page","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1215,"kind":65536,"name":"__type","url":"interfaces/ISectionPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1216,"kind":1024,"name":"size","url":"interfaces/ISectionPropertiesOptions.html#__type.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1217,"kind":1024,"name":"margin","url":"interfaces/ISectionPropertiesOptions.html#__type.margin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1218,"kind":1024,"name":"pageNumbers","url":"interfaces/ISectionPropertiesOptions.html#__type.pageNumbers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1219,"kind":1024,"name":"borders","url":"interfaces/ISectionPropertiesOptions.html#__type.borders","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1220,"kind":1024,"name":"textDirection","url":"interfaces/ISectionPropertiesOptions.html#__type.textDirection","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1221,"kind":1024,"name":"grid","url":"interfaces/ISectionPropertiesOptions.html#grid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1222,"kind":1024,"name":"headerWrapperGroup","url":"interfaces/ISectionPropertiesOptions.html#headerWrapperGroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1223,"kind":1024,"name":"footerWrapperGroup","url":"interfaces/ISectionPropertiesOptions.html#footerWrapperGroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1224,"kind":1024,"name":"lineNumbers","url":"interfaces/ISectionPropertiesOptions.html#lineNumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1225,"kind":1024,"name":"titlePage","url":"interfaces/ISectionPropertiesOptions.html#titlePage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1226,"kind":1024,"name":"verticalAlign","url":"interfaces/ISectionPropertiesOptions.html#verticalAlign","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1227,"kind":1024,"name":"column","url":"interfaces/ISectionPropertiesOptions.html#column","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1228,"kind":1024,"name":"type","url":"interfaces/ISectionPropertiesOptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1229,"kind":32,"name":"sectionMarginDefaults","url":"modules.html#sectionMarginDefaults","classes":"tsd-kind-variable"},{"id":1230,"kind":65536,"name":"__type","url":"modules.html#sectionMarginDefaults.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"sectionMarginDefaults"},{"id":1231,"kind":1024,"name":"TOP","url":"modules.html#sectionMarginDefaults.__type.TOP","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1232,"kind":1024,"name":"RIGHT","url":"modules.html#sectionMarginDefaults.__type.RIGHT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1233,"kind":1024,"name":"BOTTOM","url":"modules.html#sectionMarginDefaults.__type.BOTTOM","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1234,"kind":1024,"name":"LEFT","url":"modules.html#sectionMarginDefaults.__type.LEFT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1235,"kind":1024,"name":"HEADER","url":"modules.html#sectionMarginDefaults.__type.HEADER","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1236,"kind":1024,"name":"FOOTER","url":"modules.html#sectionMarginDefaults.__type.FOOTER","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1237,"kind":1024,"name":"GUTTER","url":"modules.html#sectionMarginDefaults.__type.GUTTER","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1238,"kind":32,"name":"sectionPageSizeDefaults","url":"modules.html#sectionPageSizeDefaults","classes":"tsd-kind-variable"},{"id":1239,"kind":65536,"name":"__type","url":"modules.html#sectionPageSizeDefaults.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"sectionPageSizeDefaults"},{"id":1240,"kind":1024,"name":"WIDTH","url":"modules.html#sectionPageSizeDefaults.__type.WIDTH","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1241,"kind":1024,"name":"HEIGHT","url":"modules.html#sectionPageSizeDefaults.__type.HEIGHT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1242,"kind":1024,"name":"ORIENTATION","url":"modules.html#sectionPageSizeDefaults.__type.ORIENTATION","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1243,"kind":128,"name":"SectionProperties","url":"classes/SectionProperties.html","classes":"tsd-kind-class"},{"id":1244,"kind":512,"name":"constructor","url":"classes/SectionProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SectionProperties"},{"id":1245,"kind":2048,"name":"prepForXml","url":"classes/SectionProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1246,"kind":2048,"name":"addChildElement","url":"classes/SectionProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1247,"kind":256,"name":"IColumnAttributes","url":"interfaces/IColumnAttributes.html","classes":"tsd-kind-interface"},{"id":1248,"kind":1024,"name":"width","url":"interfaces/IColumnAttributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnAttributes"},{"id":1249,"kind":1024,"name":"space","url":"interfaces/IColumnAttributes.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnAttributes"},{"id":1250,"kind":128,"name":"ColumnAttributes","url":"classes/ColumnAttributes.html","classes":"tsd-kind-class"},{"id":1251,"kind":512,"name":"constructor","url":"classes/ColumnAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ColumnAttributes"},{"id":1252,"kind":2048,"name":"prepForXml","url":"classes/ColumnAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnAttributes"},{"id":1253,"kind":2048,"name":"set","url":"classes/ColumnAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnAttributes"},{"id":1254,"kind":128,"name":"Column","url":"classes/Column.html","classes":"tsd-kind-class"},{"id":1255,"kind":512,"name":"constructor","url":"classes/Column.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Column"},{"id":1256,"kind":2048,"name":"prepForXml","url":"classes/Column.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Column"},{"id":1257,"kind":2048,"name":"addChildElement","url":"classes/Column.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Column"},{"id":1258,"kind":256,"name":"IColumnsAttributes","url":"interfaces/IColumnsAttributes.html","classes":"tsd-kind-interface"},{"id":1259,"kind":1024,"name":"space","url":"interfaces/IColumnsAttributes.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1260,"kind":1024,"name":"count","url":"interfaces/IColumnsAttributes.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1261,"kind":1024,"name":"separate","url":"interfaces/IColumnsAttributes.html#separate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1262,"kind":1024,"name":"equalWidth","url":"interfaces/IColumnsAttributes.html#equalWidth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1263,"kind":1024,"name":"children","url":"interfaces/IColumnsAttributes.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1264,"kind":128,"name":"ColumnsAttributes","url":"classes/ColumnsAttributes.html","classes":"tsd-kind-class"},{"id":1265,"kind":512,"name":"constructor","url":"classes/ColumnsAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1266,"kind":2048,"name":"prepForXml","url":"classes/ColumnsAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1267,"kind":2048,"name":"set","url":"classes/ColumnsAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1268,"kind":128,"name":"Columns","url":"classes/Columns.html","classes":"tsd-kind-class"},{"id":1269,"kind":512,"name":"constructor","url":"classes/Columns.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Columns"},{"id":1270,"kind":2048,"name":"prepForXml","url":"classes/Columns.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Columns"},{"id":1271,"kind":2048,"name":"addChildElement","url":"classes/Columns.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Columns"},{"id":1272,"kind":8,"name":"DocumentGridType","url":"enums/DocumentGridType.html","classes":"tsd-kind-enum"},{"id":1273,"kind":16,"name":"DEFAULT","url":"enums/DocumentGridType.html#DEFAULT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DocumentGridType"},{"id":1274,"kind":16,"name":"LINES","url":"enums/DocumentGridType.html#LINES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DocumentGridType"},{"id":1275,"kind":16,"name":"LINES_AND_CHARS","url":"enums/DocumentGridType.html#LINES_AND_CHARS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DocumentGridType"},{"id":1276,"kind":16,"name":"SNAP_TO_CHARS","url":"enums/DocumentGridType.html#SNAP_TO_CHARS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DocumentGridType"},{"id":1277,"kind":256,"name":"IDocGridAttributesProperties","url":"interfaces/IDocGridAttributesProperties.html","classes":"tsd-kind-interface"},{"id":1278,"kind":1024,"name":"type","url":"interfaces/IDocGridAttributesProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocGridAttributesProperties"},{"id":1279,"kind":1024,"name":"linePitch","url":"interfaces/IDocGridAttributesProperties.html#linePitch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocGridAttributesProperties"},{"id":1280,"kind":1024,"name":"charSpace","url":"interfaces/IDocGridAttributesProperties.html#charSpace","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocGridAttributesProperties"},{"id":1281,"kind":128,"name":"DocGridAttributes","url":"classes/DocGridAttributes.html","classes":"tsd-kind-class"},{"id":1282,"kind":512,"name":"constructor","url":"classes/DocGridAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1283,"kind":2048,"name":"prepForXml","url":"classes/DocGridAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1284,"kind":2048,"name":"set","url":"classes/DocGridAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1285,"kind":128,"name":"DocumentGrid","url":"classes/DocumentGrid.html","classes":"tsd-kind-class"},{"id":1286,"kind":512,"name":"constructor","url":"classes/DocumentGrid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentGrid"},{"id":1287,"kind":2048,"name":"prepForXml","url":"classes/DocumentGrid.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentGrid"},{"id":1288,"kind":2048,"name":"addChildElement","url":"classes/DocumentGrid.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentGrid"},{"id":1289,"kind":8,"name":"PageOrientation","url":"enums/PageOrientation.html","classes":"tsd-kind-enum"},{"id":1290,"kind":16,"name":"PORTRAIT","url":"enums/PageOrientation.html#PORTRAIT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1291,"kind":16,"name":"LANDSCAPE","url":"enums/PageOrientation.html#LANDSCAPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1292,"kind":256,"name":"IPageSizeAttributes","url":"interfaces/IPageSizeAttributes.html","classes":"tsd-kind-interface"},{"id":1293,"kind":1024,"name":"width","url":"interfaces/IPageSizeAttributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1294,"kind":1024,"name":"height","url":"interfaces/IPageSizeAttributes.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1295,"kind":1024,"name":"orientation","url":"interfaces/IPageSizeAttributes.html#orientation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1296,"kind":128,"name":"PageSizeAttributes","url":"classes/PageSizeAttributes.html","classes":"tsd-kind-class"},{"id":1297,"kind":512,"name":"constructor","url":"classes/PageSizeAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1298,"kind":2048,"name":"prepForXml","url":"classes/PageSizeAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1299,"kind":2048,"name":"set","url":"classes/PageSizeAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1300,"kind":128,"name":"PageSize","url":"classes/PageSize.html","classes":"tsd-kind-class"},{"id":1301,"kind":512,"name":"constructor","url":"classes/PageSize.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageSize"},{"id":1302,"kind":2048,"name":"prepForXml","url":"classes/PageSize.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1303,"kind":2048,"name":"addChildElement","url":"classes/PageSize.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1304,"kind":8,"name":"PageNumberSeparator","url":"enums/PageNumberSeparator.html","classes":"tsd-kind-enum"},{"id":1305,"kind":16,"name":"HYPHEN","url":"enums/PageNumberSeparator.html#HYPHEN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1306,"kind":16,"name":"PERIOD","url":"enums/PageNumberSeparator.html#PERIOD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1307,"kind":16,"name":"COLON","url":"enums/PageNumberSeparator.html#COLON","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1308,"kind":16,"name":"EM_DASH","url":"enums/PageNumberSeparator.html#EM_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1309,"kind":16,"name":"EN_DASH","url":"enums/PageNumberSeparator.html#EN_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1310,"kind":256,"name":"IPageNumberTypeAttributes","url":"interfaces/IPageNumberTypeAttributes.html","classes":"tsd-kind-interface"},{"id":1311,"kind":1024,"name":"start","url":"interfaces/IPageNumberTypeAttributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1312,"kind":1024,"name":"formatType","url":"interfaces/IPageNumberTypeAttributes.html#formatType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1313,"kind":1024,"name":"separator","url":"interfaces/IPageNumberTypeAttributes.html#separator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1314,"kind":128,"name":"PageNumberTypeAttributes","url":"classes/PageNumberTypeAttributes.html","classes":"tsd-kind-class"},{"id":1315,"kind":512,"name":"constructor","url":"classes/PageNumberTypeAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1316,"kind":2048,"name":"prepForXml","url":"classes/PageNumberTypeAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1317,"kind":2048,"name":"set","url":"classes/PageNumberTypeAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1318,"kind":128,"name":"PageNumberType","url":"classes/PageNumberType.html","classes":"tsd-kind-class"},{"id":1319,"kind":512,"name":"constructor","url":"classes/PageNumberType.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageNumberType"},{"id":1320,"kind":2048,"name":"prepForXml","url":"classes/PageNumberType.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1321,"kind":2048,"name":"addChildElement","url":"classes/PageNumberType.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1322,"kind":8,"name":"PageBorderDisplay","url":"enums/PageBorderDisplay.html","classes":"tsd-kind-enum"},{"id":1323,"kind":16,"name":"ALL_PAGES","url":"enums/PageBorderDisplay.html#ALL_PAGES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1324,"kind":16,"name":"FIRST_PAGE","url":"enums/PageBorderDisplay.html#FIRST_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1325,"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":1326,"kind":8,"name":"PageBorderOffsetFrom","url":"enums/PageBorderOffsetFrom.html","classes":"tsd-kind-enum"},{"id":1327,"kind":16,"name":"PAGE","url":"enums/PageBorderOffsetFrom.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1328,"kind":16,"name":"TEXT","url":"enums/PageBorderOffsetFrom.html#TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1329,"kind":8,"name":"PageBorderZOrder","url":"enums/PageBorderZOrder.html","classes":"tsd-kind-enum"},{"id":1330,"kind":16,"name":"BACK","url":"enums/PageBorderZOrder.html#BACK","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1331,"kind":16,"name":"FRONT","url":"enums/PageBorderZOrder.html#FRONT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1332,"kind":256,"name":"IPageBorderAttributes","url":"interfaces/IPageBorderAttributes.html","classes":"tsd-kind-interface"},{"id":1333,"kind":1024,"name":"display","url":"interfaces/IPageBorderAttributes.html#display","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1334,"kind":1024,"name":"offsetFrom","url":"interfaces/IPageBorderAttributes.html#offsetFrom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1335,"kind":1024,"name":"zOrder","url":"interfaces/IPageBorderAttributes.html#zOrder","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1336,"kind":256,"name":"IPageBordersOptions","url":"interfaces/IPageBordersOptions.html","classes":"tsd-kind-interface"},{"id":1337,"kind":1024,"name":"pageBorders","url":"interfaces/IPageBordersOptions.html#pageBorders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1338,"kind":1024,"name":"pageBorderTop","url":"interfaces/IPageBordersOptions.html#pageBorderTop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1339,"kind":1024,"name":"pageBorderRight","url":"interfaces/IPageBordersOptions.html#pageBorderRight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1340,"kind":1024,"name":"pageBorderBottom","url":"interfaces/IPageBordersOptions.html#pageBorderBottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1341,"kind":1024,"name":"pageBorderLeft","url":"interfaces/IPageBordersOptions.html#pageBorderLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1342,"kind":128,"name":"PageBorders","url":"classes/PageBorders.html","classes":"tsd-kind-class"},{"id":1343,"kind":512,"name":"constructor","url":"classes/PageBorders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBorders"},{"id":1344,"kind":2048,"name":"prepForXml","url":"classes/PageBorders.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1345,"kind":2048,"name":"addChildElement","url":"classes/PageBorders.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1346,"kind":256,"name":"IPageMarginAttributes","url":"interfaces/IPageMarginAttributes.html","classes":"tsd-kind-interface"},{"id":1347,"kind":1024,"name":"top","url":"interfaces/IPageMarginAttributes.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1348,"kind":1024,"name":"right","url":"interfaces/IPageMarginAttributes.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1349,"kind":1024,"name":"bottom","url":"interfaces/IPageMarginAttributes.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1350,"kind":1024,"name":"left","url":"interfaces/IPageMarginAttributes.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1351,"kind":1024,"name":"header","url":"interfaces/IPageMarginAttributes.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1352,"kind":1024,"name":"footer","url":"interfaces/IPageMarginAttributes.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1353,"kind":1024,"name":"gutter","url":"interfaces/IPageMarginAttributes.html#gutter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1354,"kind":128,"name":"PageMarginAttributes","url":"classes/PageMarginAttributes.html","classes":"tsd-kind-class"},{"id":1355,"kind":512,"name":"constructor","url":"classes/PageMarginAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1356,"kind":2048,"name":"prepForXml","url":"classes/PageMarginAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1357,"kind":2048,"name":"set","url":"classes/PageMarginAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1358,"kind":128,"name":"PageMargin","url":"classes/PageMargin.html","classes":"tsd-kind-class"},{"id":1359,"kind":512,"name":"constructor","url":"classes/PageMargin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageMargin"},{"id":1360,"kind":2048,"name":"prepForXml","url":"classes/PageMargin.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMargin"},{"id":1361,"kind":2048,"name":"addChildElement","url":"classes/PageMargin.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMargin"},{"id":1362,"kind":8,"name":"PageTextDirectionType","url":"enums/PageTextDirectionType.html","classes":"tsd-kind-enum"},{"id":1363,"kind":16,"name":"LEFT_TO_RIGHT_TOP_TO_BOTTOM","url":"enums/PageTextDirectionType.html#LEFT_TO_RIGHT_TOP_TO_BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageTextDirectionType"},{"id":1364,"kind":16,"name":"TOP_TO_BOTTOM_RIGHT_TO_LEFT","url":"enums/PageTextDirectionType.html#TOP_TO_BOTTOM_RIGHT_TO_LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageTextDirectionType"},{"id":1365,"kind":128,"name":"PageTextDirection","url":"classes/PageTextDirection.html","classes":"tsd-kind-class"},{"id":1366,"kind":512,"name":"constructor","url":"classes/PageTextDirection.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageTextDirection"},{"id":1367,"kind":2048,"name":"prepForXml","url":"classes/PageTextDirection.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageTextDirection"},{"id":1368,"kind":2048,"name":"addChildElement","url":"classes/PageTextDirection.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageTextDirection"},{"id":1369,"kind":8,"name":"LineNumberRestartFormat","url":"enums/LineNumberRestartFormat.html","classes":"tsd-kind-enum"},{"id":1370,"kind":16,"name":"NEW_PAGE","url":"enums/LineNumberRestartFormat.html#NEW_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1371,"kind":16,"name":"NEW_SECTION","url":"enums/LineNumberRestartFormat.html#NEW_SECTION","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1372,"kind":16,"name":"CONTINUOUS","url":"enums/LineNumberRestartFormat.html#CONTINUOUS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1373,"kind":256,"name":"ILineNumberAttributes","url":"interfaces/ILineNumberAttributes.html","classes":"tsd-kind-interface"},{"id":1374,"kind":1024,"name":"countBy","url":"interfaces/ILineNumberAttributes.html#countBy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1375,"kind":1024,"name":"start","url":"interfaces/ILineNumberAttributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1376,"kind":1024,"name":"restart","url":"interfaces/ILineNumberAttributes.html#restart","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1377,"kind":1024,"name":"distance","url":"interfaces/ILineNumberAttributes.html#distance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1378,"kind":128,"name":"LineNumberAttributes","url":"classes/LineNumberAttributes.html","classes":"tsd-kind-class"},{"id":1379,"kind":512,"name":"constructor","url":"classes/LineNumberAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1380,"kind":2048,"name":"prepForXml","url":"classes/LineNumberAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1381,"kind":2048,"name":"set","url":"classes/LineNumberAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1382,"kind":128,"name":"LineNumberType","url":"classes/LineNumberType.html","classes":"tsd-kind-class"},{"id":1383,"kind":512,"name":"constructor","url":"classes/LineNumberType.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LineNumberType"},{"id":1384,"kind":2048,"name":"prepForXml","url":"classes/LineNumberType.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1385,"kind":2048,"name":"addChildElement","url":"classes/LineNumberType.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1386,"kind":8,"name":"SectionType","url":"enums/SectionType.html","classes":"tsd-kind-enum"},{"id":1387,"kind":16,"name":"NEXT_PAGE","url":"enums/SectionType.html#NEXT_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1388,"kind":16,"name":"NEXT_COLUMN","url":"enums/SectionType.html#NEXT_COLUMN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1389,"kind":16,"name":"CONTINUOUS","url":"enums/SectionType.html#CONTINUOUS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1390,"kind":16,"name":"EVEN_PAGE","url":"enums/SectionType.html#EVEN_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1391,"kind":16,"name":"ODD_PAGE","url":"enums/SectionType.html#ODD_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1392,"kind":128,"name":"SectionTypeAttributes","url":"classes/SectionTypeAttributes.html","classes":"tsd-kind-class"},{"id":1393,"kind":512,"name":"constructor","url":"classes/SectionTypeAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1394,"kind":2048,"name":"prepForXml","url":"classes/SectionTypeAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1395,"kind":2048,"name":"set","url":"classes/SectionTypeAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1396,"kind":128,"name":"Type","url":"classes/Type.html","classes":"tsd-kind-class"},{"id":1397,"kind":512,"name":"constructor","url":"classes/Type.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Type"},{"id":1398,"kind":2048,"name":"prepForXml","url":"classes/Type.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1399,"kind":2048,"name":"addChildElement","url":"classes/Type.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1400,"kind":8,"name":"HeaderFooterReferenceType","url":"enums/HeaderFooterReferenceType.html","classes":"tsd-kind-enum"},{"id":1401,"kind":16,"name":"DEFAULT","url":"enums/HeaderFooterReferenceType.html#DEFAULT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1402,"kind":16,"name":"FIRST","url":"enums/HeaderFooterReferenceType.html#FIRST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1403,"kind":16,"name":"EVEN","url":"enums/HeaderFooterReferenceType.html#EVEN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1404,"kind":256,"name":"IHeaderFooterOptions","url":"interfaces/IHeaderFooterOptions.html","classes":"tsd-kind-interface"},{"id":1405,"kind":1024,"name":"type","url":"interfaces/IHeaderFooterOptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterOptions"},{"id":1406,"kind":1024,"name":"id","url":"interfaces/IHeaderFooterOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterOptions"},{"id":1407,"kind":8,"name":"HeaderFooterType","url":"enums/HeaderFooterType.html","classes":"tsd-kind-enum"},{"id":1408,"kind":16,"name":"HEADER","url":"enums/HeaderFooterType.html#HEADER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterType"},{"id":1409,"kind":16,"name":"FOOTER","url":"enums/HeaderFooterType.html#FOOTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterType"},{"id":1410,"kind":128,"name":"HeaderFooterReference","url":"classes/HeaderFooterReference.html","classes":"tsd-kind-class"},{"id":1411,"kind":512,"name":"constructor","url":"classes/HeaderFooterReference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HeaderFooterReference"},{"id":1412,"kind":2048,"name":"prepForXml","url":"classes/HeaderFooterReference.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderFooterReference"},{"id":1413,"kind":2048,"name":"addChildElement","url":"classes/HeaderFooterReference.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderFooterReference"},{"id":1414,"kind":128,"name":"DocumentBackgroundAttributes","url":"classes/DocumentBackgroundAttributes.html","classes":"tsd-kind-class"},{"id":1415,"kind":512,"name":"constructor","url":"classes/DocumentBackgroundAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1416,"kind":2048,"name":"prepForXml","url":"classes/DocumentBackgroundAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1417,"kind":2048,"name":"set","url":"classes/DocumentBackgroundAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1418,"kind":256,"name":"IDocumentBackgroundOptions","url":"interfaces/IDocumentBackgroundOptions.html","classes":"tsd-kind-interface"},{"id":1419,"kind":1024,"name":"color","url":"interfaces/IDocumentBackgroundOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1420,"kind":1024,"name":"themeColor","url":"interfaces/IDocumentBackgroundOptions.html#themeColor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1421,"kind":1024,"name":"themeShade","url":"interfaces/IDocumentBackgroundOptions.html#themeShade","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1422,"kind":1024,"name":"themeTint","url":"interfaces/IDocumentBackgroundOptions.html#themeTint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1423,"kind":128,"name":"DocumentBackground","url":"classes/DocumentBackground.html","classes":"tsd-kind-class"},{"id":1424,"kind":512,"name":"constructor","url":"classes/DocumentBackground.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentBackground"},{"id":1425,"kind":2048,"name":"prepForXml","url":"classes/DocumentBackground.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1426,"kind":2048,"name":"addChildElement","url":"classes/DocumentBackground.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1427,"kind":256,"name":"IShadingAttributesProperties","url":"interfaces/IShadingAttributesProperties.html","classes":"tsd-kind-interface"},{"id":1428,"kind":1024,"name":"fill","url":"interfaces/IShadingAttributesProperties.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1429,"kind":1024,"name":"color","url":"interfaces/IShadingAttributesProperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1430,"kind":1024,"name":"type","url":"interfaces/IShadingAttributesProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1431,"kind":128,"name":"Shading","url":"classes/Shading.html","classes":"tsd-kind-class"},{"id":1432,"kind":512,"name":"constructor","url":"classes/Shading.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Shading"},{"id":1433,"kind":2048,"name":"prepForXml","url":"classes/Shading.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Shading"},{"id":1434,"kind":2048,"name":"addChildElement","url":"classes/Shading.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Shading"},{"id":1435,"kind":8,"name":"ShadingType","url":"enums/ShadingType.html","classes":"tsd-kind-enum"},{"id":1436,"kind":16,"name":"CLEAR","url":"enums/ShadingType.html#CLEAR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1437,"kind":16,"name":"DIAGONAL_CROSS","url":"enums/ShadingType.html#DIAGONAL_CROSS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1438,"kind":16,"name":"DIAGONAL_STRIPE","url":"enums/ShadingType.html#DIAGONAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1439,"kind":16,"name":"HORIZONTAL_CROSS","url":"enums/ShadingType.html#HORIZONTAL_CROSS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1440,"kind":16,"name":"HORIZONTAL_STRIPE","url":"enums/ShadingType.html#HORIZONTAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1441,"kind":16,"name":"NIL","url":"enums/ShadingType.html#NIL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1442,"kind":16,"name":"PERCENT_5","url":"enums/ShadingType.html#PERCENT_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1443,"kind":16,"name":"PERCENT_10","url":"enums/ShadingType.html#PERCENT_10","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1444,"kind":16,"name":"PERCENT_12","url":"enums/ShadingType.html#PERCENT_12","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1445,"kind":16,"name":"PERCENT_15","url":"enums/ShadingType.html#PERCENT_15","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1446,"kind":16,"name":"PERCENT_20","url":"enums/ShadingType.html#PERCENT_20","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1447,"kind":16,"name":"PERCENT_25","url":"enums/ShadingType.html#PERCENT_25","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1448,"kind":16,"name":"PERCENT_30","url":"enums/ShadingType.html#PERCENT_30","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1449,"kind":16,"name":"PERCENT_35","url":"enums/ShadingType.html#PERCENT_35","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1450,"kind":16,"name":"PERCENT_37","url":"enums/ShadingType.html#PERCENT_37","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1451,"kind":16,"name":"PERCENT_40","url":"enums/ShadingType.html#PERCENT_40","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1452,"kind":16,"name":"PERCENT_45","url":"enums/ShadingType.html#PERCENT_45","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1453,"kind":16,"name":"PERCENT_50","url":"enums/ShadingType.html#PERCENT_50","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1454,"kind":16,"name":"PERCENT_55","url":"enums/ShadingType.html#PERCENT_55","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1455,"kind":16,"name":"PERCENT_60","url":"enums/ShadingType.html#PERCENT_60","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1456,"kind":16,"name":"PERCENT_62","url":"enums/ShadingType.html#PERCENT_62","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1457,"kind":16,"name":"PERCENT_65","url":"enums/ShadingType.html#PERCENT_65","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1458,"kind":16,"name":"PERCENT_70","url":"enums/ShadingType.html#PERCENT_70","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1459,"kind":16,"name":"PERCENT_75","url":"enums/ShadingType.html#PERCENT_75","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1460,"kind":16,"name":"PERCENT_80","url":"enums/ShadingType.html#PERCENT_80","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1461,"kind":16,"name":"PERCENT_85","url":"enums/ShadingType.html#PERCENT_85","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1462,"kind":16,"name":"PERCENT_87","url":"enums/ShadingType.html#PERCENT_87","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1463,"kind":16,"name":"PERCENT_90","url":"enums/ShadingType.html#PERCENT_90","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1464,"kind":16,"name":"PERCENT_95","url":"enums/ShadingType.html#PERCENT_95","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1465,"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":1466,"kind":16,"name":"SOLID","url":"enums/ShadingType.html#SOLID","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1467,"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":1468,"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":1469,"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":1470,"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":1471,"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":1472,"kind":16,"name":"VERTICAL_STRIPE","url":"enums/ShadingType.html#VERTICAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1473,"kind":256,"name":"IStylesOptions","url":"interfaces/IStylesOptions.html","classes":"tsd-kind-interface"},{"id":1474,"kind":1024,"name":"default","url":"interfaces/IStylesOptions.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1475,"kind":1024,"name":"initialStyles","url":"interfaces/IStylesOptions.html#initialStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1476,"kind":1024,"name":"paragraphStyles","url":"interfaces/IStylesOptions.html#paragraphStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1477,"kind":1024,"name":"characterStyles","url":"interfaces/IStylesOptions.html#characterStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1478,"kind":1024,"name":"importedStyles","url":"interfaces/IStylesOptions.html#importedStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1479,"kind":128,"name":"Styles","url":"classes/Styles.html","classes":"tsd-kind-class"},{"id":1480,"kind":512,"name":"constructor","url":"classes/Styles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Styles"},{"id":1481,"kind":2048,"name":"prepForXml","url":"classes/Styles.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1482,"kind":2048,"name":"addChildElement","url":"classes/Styles.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1483,"kind":256,"name":"IBaseCharacterStyleOptions","url":"interfaces/IBaseCharacterStyleOptions.html","classes":"tsd-kind-interface"},{"id":1484,"kind":1024,"name":"run","url":"interfaces/IBaseCharacterStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseCharacterStyleOptions"},{"id":1485,"kind":1024,"name":"name","url":"interfaces/IBaseCharacterStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1486,"kind":1024,"name":"basedOn","url":"interfaces/IBaseCharacterStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1487,"kind":1024,"name":"next","url":"interfaces/IBaseCharacterStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1488,"kind":1024,"name":"link","url":"interfaces/IBaseCharacterStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1489,"kind":1024,"name":"uiPriority","url":"interfaces/IBaseCharacterStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1490,"kind":1024,"name":"semiHidden","url":"interfaces/IBaseCharacterStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1491,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/IBaseCharacterStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1492,"kind":1024,"name":"quickFormat","url":"interfaces/IBaseCharacterStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1493,"kind":256,"name":"ICharacterStyleOptions","url":"interfaces/ICharacterStyleOptions.html","classes":"tsd-kind-interface"},{"id":1494,"kind":1024,"name":"id","url":"interfaces/ICharacterStyleOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICharacterStyleOptions"},{"id":1495,"kind":1024,"name":"name","url":"interfaces/ICharacterStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ICharacterStyleOptions"},{"id":1496,"kind":1024,"name":"run","url":"interfaces/ICharacterStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1497,"kind":1024,"name":"basedOn","url":"interfaces/ICharacterStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1498,"kind":1024,"name":"next","url":"interfaces/ICharacterStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1499,"kind":1024,"name":"link","url":"interfaces/ICharacterStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1500,"kind":1024,"name":"uiPriority","url":"interfaces/ICharacterStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1501,"kind":1024,"name":"semiHidden","url":"interfaces/ICharacterStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1502,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/ICharacterStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1503,"kind":1024,"name":"quickFormat","url":"interfaces/ICharacterStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1504,"kind":128,"name":"StyleForCharacter","url":"classes/StyleForCharacter.html","classes":"tsd-kind-class"},{"id":1505,"kind":512,"name":"constructor","url":"classes/StyleForCharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForCharacter"},{"id":1506,"kind":2048,"name":"prepForXml","url":"classes/StyleForCharacter.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1507,"kind":2048,"name":"addChildElement","url":"classes/StyleForCharacter.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1508,"kind":256,"name":"IBaseParagraphStyleOptions","url":"interfaces/IBaseParagraphStyleOptions.html","classes":"tsd-kind-interface"},{"id":1509,"kind":1024,"name":"paragraph","url":"interfaces/IBaseParagraphStyleOptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1510,"kind":1024,"name":"run","url":"interfaces/IBaseParagraphStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1511,"kind":1024,"name":"name","url":"interfaces/IBaseParagraphStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1512,"kind":1024,"name":"basedOn","url":"interfaces/IBaseParagraphStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1513,"kind":1024,"name":"next","url":"interfaces/IBaseParagraphStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1514,"kind":1024,"name":"link","url":"interfaces/IBaseParagraphStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1515,"kind":1024,"name":"uiPriority","url":"interfaces/IBaseParagraphStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1516,"kind":1024,"name":"semiHidden","url":"interfaces/IBaseParagraphStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1517,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/IBaseParagraphStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1518,"kind":1024,"name":"quickFormat","url":"interfaces/IBaseParagraphStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1519,"kind":256,"name":"IParagraphStyleOptions","url":"interfaces/IParagraphStyleOptions.html","classes":"tsd-kind-interface"},{"id":1520,"kind":1024,"name":"id","url":"interfaces/IParagraphStyleOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStyleOptions"},{"id":1521,"kind":1024,"name":"name","url":"interfaces/IParagraphStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"IParagraphStyleOptions"},{"id":1522,"kind":1024,"name":"paragraph","url":"interfaces/IParagraphStyleOptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1523,"kind":1024,"name":"run","url":"interfaces/IParagraphStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1524,"kind":1024,"name":"basedOn","url":"interfaces/IParagraphStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1525,"kind":1024,"name":"next","url":"interfaces/IParagraphStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1526,"kind":1024,"name":"link","url":"interfaces/IParagraphStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1527,"kind":1024,"name":"uiPriority","url":"interfaces/IParagraphStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1528,"kind":1024,"name":"semiHidden","url":"interfaces/IParagraphStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1529,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/IParagraphStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1530,"kind":1024,"name":"quickFormat","url":"interfaces/IParagraphStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1531,"kind":128,"name":"StyleForParagraph","url":"classes/StyleForParagraph.html","classes":"tsd-kind-class"},{"id":1532,"kind":512,"name":"constructor","url":"classes/StyleForParagraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForParagraph"},{"id":1533,"kind":2048,"name":"prepForXml","url":"classes/StyleForParagraph.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1534,"kind":2048,"name":"addChildElement","url":"classes/StyleForParagraph.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1535,"kind":128,"name":"ParagraphPropertiesDefaults","url":"classes/ParagraphPropertiesDefaults.html","classes":"tsd-kind-class"},{"id":1536,"kind":512,"name":"constructor","url":"classes/ParagraphPropertiesDefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphPropertiesDefaults"},{"id":1537,"kind":2048,"name":"prepForXml","url":"classes/ParagraphPropertiesDefaults.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1538,"kind":2048,"name":"addChildElement","url":"classes/ParagraphPropertiesDefaults.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1539,"kind":128,"name":"RunPropertiesDefaults","url":"classes/RunPropertiesDefaults.html","classes":"tsd-kind-class"},{"id":1540,"kind":512,"name":"constructor","url":"classes/RunPropertiesDefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunPropertiesDefaults"},{"id":1541,"kind":2048,"name":"prepForXml","url":"classes/RunPropertiesDefaults.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1542,"kind":2048,"name":"addChildElement","url":"classes/RunPropertiesDefaults.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1543,"kind":256,"name":"IDocumentDefaultsOptions","url":"interfaces/IDocumentDefaultsOptions.html","classes":"tsd-kind-interface"},{"id":1544,"kind":1024,"name":"paragraph","url":"interfaces/IDocumentDefaultsOptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1545,"kind":1024,"name":"run","url":"interfaces/IDocumentDefaultsOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1546,"kind":128,"name":"DocumentDefaults","url":"classes/DocumentDefaults.html","classes":"tsd-kind-class"},{"id":1547,"kind":512,"name":"constructor","url":"classes/DocumentDefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentDefaults"},{"id":1548,"kind":2048,"name":"prepForXml","url":"classes/DocumentDefaults.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1549,"kind":2048,"name":"addChildElement","url":"classes/DocumentDefaults.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1550,"kind":128,"name":"TableOfContents","url":"classes/TableOfContents.html","classes":"tsd-kind-class"},{"id":1551,"kind":512,"name":"constructor","url":"classes/TableOfContents.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOfContents"},{"id":1552,"kind":2048,"name":"prepForXml","url":"classes/TableOfContents.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1553,"kind":2048,"name":"addChildElement","url":"classes/TableOfContents.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1554,"kind":128,"name":"StyleLevel","url":"classes/StyleLevel.html","classes":"tsd-kind-class"},{"id":1555,"kind":512,"name":"constructor","url":"classes/StyleLevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"StyleLevel"},{"id":1556,"kind":1024,"name":"styleName","url":"classes/StyleLevel.html#styleName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1557,"kind":1024,"name":"level","url":"classes/StyleLevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1558,"kind":256,"name":"ITableOfContentsOptions","url":"interfaces/ITableOfContentsOptions.html","classes":"tsd-kind-interface"},{"id":1559,"kind":1024,"name":"captionLabel","url":"interfaces/ITableOfContentsOptions.html#captionLabel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1560,"kind":1024,"name":"entriesFromBookmark","url":"interfaces/ITableOfContentsOptions.html#entriesFromBookmark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1561,"kind":1024,"name":"captionLabelIncludingNumbers","url":"interfaces/ITableOfContentsOptions.html#captionLabelIncludingNumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1562,"kind":1024,"name":"sequenceAndPageNumbersSeparator","url":"interfaces/ITableOfContentsOptions.html#sequenceAndPageNumbersSeparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1563,"kind":1024,"name":"tcFieldIdentifier","url":"interfaces/ITableOfContentsOptions.html#tcFieldIdentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1564,"kind":1024,"name":"hyperlink","url":"interfaces/ITableOfContentsOptions.html#hyperlink","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1565,"kind":1024,"name":"tcFieldLevelRange","url":"interfaces/ITableOfContentsOptions.html#tcFieldLevelRange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1566,"kind":1024,"name":"pageNumbersEntryLevelsRange","url":"interfaces/ITableOfContentsOptions.html#pageNumbersEntryLevelsRange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1567,"kind":1024,"name":"headingStyleRange","url":"interfaces/ITableOfContentsOptions.html#headingStyleRange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1568,"kind":1024,"name":"entryAndPageNumberSeparator","url":"interfaces/ITableOfContentsOptions.html#entryAndPageNumberSeparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1569,"kind":1024,"name":"seqFieldIdentifierForPrefix","url":"interfaces/ITableOfContentsOptions.html#seqFieldIdentifierForPrefix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1570,"kind":1024,"name":"stylesWithLevels","url":"interfaces/ITableOfContentsOptions.html#stylesWithLevels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1571,"kind":1024,"name":"useAppliedParagraphOutlineLevel","url":"interfaces/ITableOfContentsOptions.html#useAppliedParagraphOutlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1572,"kind":1024,"name":"preserveTabInEntries","url":"interfaces/ITableOfContentsOptions.html#preserveTabInEntries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1573,"kind":1024,"name":"preserveNewLineInEntries","url":"interfaces/ITableOfContentsOptions.html#preserveNewLineInEntries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1574,"kind":1024,"name":"hideTabAndPageNumbersInWebView","url":"interfaces/ITableOfContentsOptions.html#hideTabAndPageNumbersInWebView","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1575,"kind":32,"name":"EMPTY_OBJECT","url":"modules.html#EMPTY_OBJECT","classes":"tsd-kind-variable"},{"id":1576,"kind":65536,"name":"__type","url":"modules.html#EMPTY_OBJECT.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"EMPTY_OBJECT"},{"id":1577,"kind":128,"name":"XmlComponent","url":"classes/XmlComponent.html","classes":"tsd-kind-class"},{"id":1578,"kind":512,"name":"constructor","url":"classes/XmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1579,"kind":2048,"name":"prepForXml","url":"classes/XmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1580,"kind":2048,"name":"addChildElement","url":"classes/XmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlComponent"},{"id":1581,"kind":128,"name":"IgnoreIfEmptyXmlComponent","url":"classes/IgnoreIfEmptyXmlComponent.html","classes":"tsd-kind-class"},{"id":1582,"kind":512,"name":"constructor","url":"classes/IgnoreIfEmptyXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1583,"kind":2048,"name":"prepForXml","url":"classes/IgnoreIfEmptyXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IgnoreIfEmptyXmlComponent"},{"id":1584,"kind":2048,"name":"addChildElement","url":"classes/IgnoreIfEmptyXmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1585,"kind":128,"name":"Attributes","url":"classes/Attributes.html","classes":"tsd-kind-class"},{"id":1586,"kind":512,"name":"constructor","url":"classes/Attributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1587,"kind":2048,"name":"prepForXml","url":"classes/Attributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1588,"kind":2048,"name":"set","url":"classes/Attributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1589,"kind":4194304,"name":"AttributeMap","url":"modules.html#AttributeMap","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1590,"kind":128,"name":"XmlAttributeComponent","url":"classes/XmlAttributeComponent.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1591,"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":1592,"kind":2048,"name":"prepForXml","url":"classes/XmlAttributeComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlAttributeComponent"},{"id":1593,"kind":2048,"name":"set","url":"classes/XmlAttributeComponent.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlAttributeComponent"},{"id":1594,"kind":64,"name":"convertToXmlComponent","url":"modules.html#convertToXmlComponent","classes":"tsd-kind-function"},{"id":1595,"kind":128,"name":"ImportedXmlComponent","url":"classes/ImportedXmlComponent.html","classes":"tsd-kind-class"},{"id":1596,"kind":2048,"name":"fromXmlString","url":"classes/ImportedXmlComponent.html#fromXmlString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ImportedXmlComponent"},{"id":1597,"kind":512,"name":"constructor","url":"classes/ImportedXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedXmlComponent"},{"id":1598,"kind":2048,"name":"push","url":"classes/ImportedXmlComponent.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportedXmlComponent"},{"id":1599,"kind":2048,"name":"prepForXml","url":"classes/ImportedXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":1600,"kind":2048,"name":"addChildElement","url":"classes/ImportedXmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":1601,"kind":128,"name":"ImportedRootElementAttributes","url":"classes/ImportedRootElementAttributes.html","classes":"tsd-kind-class"},{"id":1602,"kind":512,"name":"constructor","url":"classes/ImportedRootElementAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":1603,"kind":2048,"name":"prepForXml","url":"classes/ImportedRootElementAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":1604,"kind":2048,"name":"addChildElement","url":"classes/ImportedRootElementAttributes.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedRootElementAttributes"},{"id":1605,"kind":256,"name":"IXmlAttribute","url":"interfaces/IXmlAttribute.html","classes":"tsd-kind-interface"},{"id":1606,"kind":256,"name":"IXmlableObject","url":"interfaces/IXmlableObject.html","classes":"tsd-kind-interface"},{"id":1607,"kind":1024,"name":"_attr","url":"interfaces/IXmlableObject.html#_attr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IXmlableObject"},{"id":1608,"kind":128,"name":"InitializableXmlComponent","url":"classes/InitializableXmlComponent.html","classes":"tsd-kind-class"},{"id":1609,"kind":512,"name":"constructor","url":"classes/InitializableXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InitializableXmlComponent"},{"id":1610,"kind":2048,"name":"prepForXml","url":"classes/InitializableXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":1611,"kind":2048,"name":"addChildElement","url":"classes/InitializableXmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":1612,"kind":128,"name":"OnOffElement","url":"classes/OnOffElement.html","classes":"tsd-kind-class"},{"id":1613,"kind":512,"name":"constructor","url":"classes/OnOffElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OnOffElement"},{"id":1614,"kind":2048,"name":"prepForXml","url":"classes/OnOffElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OnOffElement"},{"id":1615,"kind":2048,"name":"addChildElement","url":"classes/OnOffElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OnOffElement"},{"id":1616,"kind":128,"name":"HpsMeasureElement","url":"classes/HpsMeasureElement.html","classes":"tsd-kind-class"},{"id":1617,"kind":512,"name":"constructor","url":"classes/HpsMeasureElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HpsMeasureElement"},{"id":1618,"kind":2048,"name":"prepForXml","url":"classes/HpsMeasureElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HpsMeasureElement"},{"id":1619,"kind":2048,"name":"addChildElement","url":"classes/HpsMeasureElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HpsMeasureElement"},{"id":1620,"kind":128,"name":"StringValueElement","url":"classes/StringValueElement.html","classes":"tsd-kind-class"},{"id":1621,"kind":512,"name":"constructor","url":"classes/StringValueElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StringValueElement"},{"id":1622,"kind":2048,"name":"prepForXml","url":"classes/StringValueElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringValueElement"},{"id":1623,"kind":2048,"name":"addChildElement","url":"classes/StringValueElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringValueElement"},{"id":1624,"kind":128,"name":"NumberValueElement","url":"classes/NumberValueElement.html","classes":"tsd-kind-class"},{"id":1625,"kind":512,"name":"constructor","url":"classes/NumberValueElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NumberValueElement"},{"id":1626,"kind":2048,"name":"prepForXml","url":"classes/NumberValueElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberValueElement"},{"id":1627,"kind":2048,"name":"addChildElement","url":"classes/NumberValueElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberValueElement"},{"id":1628,"kind":128,"name":"StringContainer","url":"classes/StringContainer.html","classes":"tsd-kind-class"},{"id":1629,"kind":512,"name":"constructor","url":"classes/StringContainer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StringContainer"},{"id":1630,"kind":2048,"name":"prepForXml","url":"classes/StringContainer.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringContainer"},{"id":1631,"kind":2048,"name":"addChildElement","url":"classes/StringContainer.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringContainer"},{"id":1632,"kind":256,"name":"IContext","url":"interfaces/IContext.html","classes":"tsd-kind-interface"},{"id":1633,"kind":1024,"name":"file","url":"interfaces/IContext.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":1634,"kind":1024,"name":"viewWrapper","url":"interfaces/IContext.html#viewWrapper","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":1635,"kind":128,"name":"BaseXmlComponent","url":"classes/BaseXmlComponent.html","classes":"tsd-kind-class"},{"id":1636,"kind":512,"name":"constructor","url":"classes/BaseXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":1637,"kind":2048,"name":"prepForXml","url":"classes/BaseXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":1638,"kind":256,"name":"IDocumentHeader","url":"interfaces/IDocumentHeader.html","classes":"tsd-kind-interface"},{"id":1639,"kind":1024,"name":"header","url":"interfaces/IDocumentHeader.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":1640,"kind":1024,"name":"type","url":"interfaces/IDocumentHeader.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":1641,"kind":128,"name":"HeaderWrapper","url":"classes/HeaderWrapper.html","classes":"tsd-kind-class"},{"id":1642,"kind":512,"name":"constructor","url":"classes/HeaderWrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1643,"kind":2048,"name":"add","url":"classes/HeaderWrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1644,"kind":2048,"name":"addChildElement","url":"classes/HeaderWrapper.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1645,"kind":262144,"name":"View","url":"classes/HeaderWrapper.html#View","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1646,"kind":262144,"name":"Relationships","url":"classes/HeaderWrapper.html#Relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1647,"kind":262144,"name":"Media","url":"classes/HeaderWrapper.html#Media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1648,"kind":256,"name":"IDocumentFooter","url":"interfaces/IDocumentFooter.html","classes":"tsd-kind-interface"},{"id":1649,"kind":1024,"name":"footer","url":"interfaces/IDocumentFooter.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":1650,"kind":1024,"name":"type","url":"interfaces/IDocumentFooter.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":1651,"kind":128,"name":"FooterWrapper","url":"classes/FooterWrapper.html","classes":"tsd-kind-class"},{"id":1652,"kind":512,"name":"constructor","url":"classes/FooterWrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1653,"kind":2048,"name":"add","url":"classes/FooterWrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1654,"kind":2048,"name":"addChildElement","url":"classes/FooterWrapper.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1655,"kind":262144,"name":"View","url":"classes/FooterWrapper.html#View","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1656,"kind":262144,"name":"Relationships","url":"classes/FooterWrapper.html#Relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1657,"kind":262144,"name":"Media","url":"classes/FooterWrapper.html#Media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1658,"kind":256,"name":"IHeaderOptions","url":"interfaces/IHeaderOptions.html","classes":"tsd-kind-interface"},{"id":1659,"kind":1024,"name":"children","url":"interfaces/IHeaderOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderOptions"},{"id":1660,"kind":128,"name":"Header","url":"classes/Header.html","classes":"tsd-kind-class"},{"id":1661,"kind":512,"name":"constructor","url":"classes/Header.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Header"},{"id":1662,"kind":1024,"name":"options","url":"classes/Header.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Header"},{"id":1663,"kind":128,"name":"Footer","url":"classes/Footer.html","classes":"tsd-kind-class"},{"id":1664,"kind":512,"name":"constructor","url":"classes/Footer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Footer"},{"id":1665,"kind":1024,"name":"options","url":"classes/Footer.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Footer"},{"id":1666,"kind":128,"name":"FootNotes","url":"classes/FootNotes.html","classes":"tsd-kind-class"},{"id":1667,"kind":512,"name":"constructor","url":"classes/FootNotes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootNotes"},{"id":1668,"kind":2048,"name":"createFootNote","url":"classes/FootNotes.html#createFootNote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FootNotes"},{"id":1669,"kind":2048,"name":"prepForXml","url":"classes/FootNotes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":1670,"kind":2048,"name":"addChildElement","url":"classes/FootNotes.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":1671,"kind":128,"name":"FootNoteReferenceRunAttributes","url":"classes/FootNoteReferenceRunAttributes.html","classes":"tsd-kind-class"},{"id":1672,"kind":512,"name":"constructor","url":"classes/FootNoteReferenceRunAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1673,"kind":2048,"name":"prepForXml","url":"classes/FootNoteReferenceRunAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1674,"kind":2048,"name":"set","url":"classes/FootNoteReferenceRunAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1675,"kind":128,"name":"FootnoteReference","url":"classes/FootnoteReference.html","classes":"tsd-kind-class"},{"id":1676,"kind":512,"name":"constructor","url":"classes/FootnoteReference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReference"},{"id":1677,"kind":2048,"name":"prepForXml","url":"classes/FootnoteReference.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":1678,"kind":2048,"name":"addChildElement","url":"classes/FootnoteReference.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":1679,"kind":128,"name":"FootnoteReferenceRun","url":"classes/FootnoteReferenceRun.html","classes":"tsd-kind-class"},{"id":1680,"kind":512,"name":"constructor","url":"classes/FootnoteReferenceRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReferenceRun"},{"id":1681,"kind":2048,"name":"prepForXml","url":"classes/FootnoteReferenceRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":1682,"kind":2048,"name":"addChildElement","url":"classes/FootnoteReferenceRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":1683,"kind":128,"name":"InsertedTextRun","url":"classes/InsertedTextRun.html","classes":"tsd-kind-class"},{"id":1684,"kind":512,"name":"constructor","url":"classes/InsertedTextRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InsertedTextRun"},{"id":1685,"kind":2048,"name":"prepForXml","url":"classes/InsertedTextRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":1686,"kind":2048,"name":"addChildElement","url":"classes/InsertedTextRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":1687,"kind":128,"name":"DeletedTextRun","url":"classes/DeletedTextRun.html","classes":"tsd-kind-class"},{"id":1688,"kind":512,"name":"constructor","url":"classes/DeletedTextRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DeletedTextRun"},{"id":1689,"kind":2048,"name":"prepForXml","url":"classes/DeletedTextRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":1690,"kind":2048,"name":"addChildElement","url":"classes/DeletedTextRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":1691,"kind":8,"name":"HorizontalPositionAlign","url":"enums/HorizontalPositionAlign.html","classes":"tsd-kind-enum"},{"id":1692,"kind":16,"name":"CENTER","url":"enums/HorizontalPositionAlign.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1693,"kind":16,"name":"INSIDE","url":"enums/HorizontalPositionAlign.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1694,"kind":16,"name":"LEFT","url":"enums/HorizontalPositionAlign.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1695,"kind":16,"name":"OUTSIDE","url":"enums/HorizontalPositionAlign.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1696,"kind":16,"name":"RIGHT","url":"enums/HorizontalPositionAlign.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1697,"kind":8,"name":"VerticalPositionAlign","url":"enums/VerticalPositionAlign.html","classes":"tsd-kind-enum"},{"id":1698,"kind":16,"name":"BOTTOM","url":"enums/VerticalPositionAlign.html#BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1699,"kind":16,"name":"CENTER","url":"enums/VerticalPositionAlign.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1700,"kind":16,"name":"INSIDE","url":"enums/VerticalPositionAlign.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1701,"kind":16,"name":"OUTSIDE","url":"enums/VerticalPositionAlign.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1702,"kind":16,"name":"TOP","url":"enums/VerticalPositionAlign.html#TOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1703,"kind":8,"name":"NumberFormat","url":"enums/NumberFormat.html","classes":"tsd-kind-enum"},{"id":1704,"kind":16,"name":"DECIMAL","url":"enums/NumberFormat.html#DECIMAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1705,"kind":16,"name":"UPPER_ROMAN","url":"enums/NumberFormat.html#UPPER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1706,"kind":16,"name":"LOWER_ROMAN","url":"enums/NumberFormat.html#LOWER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1707,"kind":16,"name":"UPPER_LETTER","url":"enums/NumberFormat.html#UPPER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1708,"kind":16,"name":"LOWER_LETTER","url":"enums/NumberFormat.html#LOWER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1709,"kind":16,"name":"ORDINAL","url":"enums/NumberFormat.html#ORDINAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1710,"kind":16,"name":"CARDINAL_TEXT","url":"enums/NumberFormat.html#CARDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1711,"kind":16,"name":"ORDINAL_TEXT","url":"enums/NumberFormat.html#ORDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1712,"kind":16,"name":"HEX","url":"enums/NumberFormat.html#HEX","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1713,"kind":16,"name":"CHICAGO","url":"enums/NumberFormat.html#CHICAGO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1714,"kind":16,"name":"IDEOGRAPH_DIGITAL","url":"enums/NumberFormat.html#IDEOGRAPH_DIGITAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1715,"kind":16,"name":"JAPANESE_COUNTING","url":"enums/NumberFormat.html#JAPANESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1716,"kind":16,"name":"AIUEO","url":"enums/NumberFormat.html#AIUEO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1717,"kind":16,"name":"IROHA","url":"enums/NumberFormat.html#IROHA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1718,"kind":16,"name":"DECIMAL_FULL_WIDTH","url":"enums/NumberFormat.html#DECIMAL_FULL_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1719,"kind":16,"name":"DECIMAL_HALF_WIDTH","url":"enums/NumberFormat.html#DECIMAL_HALF_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1720,"kind":16,"name":"JAPANESE_LEGAL","url":"enums/NumberFormat.html#JAPANESE_LEGAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1721,"kind":16,"name":"JAPANESE_DIGITAL_TEN_THOUSAND","url":"enums/NumberFormat.html#JAPANESE_DIGITAL_TEN_THOUSAND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1722,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_CIRCLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1723,"kind":16,"name":"DECIMAL_FULL_WIDTH_2","url":"enums/NumberFormat.html#DECIMAL_FULL_WIDTH_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1724,"kind":16,"name":"AIUEO_FULL_WIDTH","url":"enums/NumberFormat.html#AIUEO_FULL_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1725,"kind":16,"name":"IROHA_FULL_WIDTH","url":"enums/NumberFormat.html#IROHA_FULL_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1726,"kind":16,"name":"DECIMAL_ZERO","url":"enums/NumberFormat.html#DECIMAL_ZERO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1727,"kind":16,"name":"BULLET","url":"enums/NumberFormat.html#BULLET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1728,"kind":16,"name":"GANADA","url":"enums/NumberFormat.html#GANADA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1729,"kind":16,"name":"CHOSUNG","url":"enums/NumberFormat.html#CHOSUNG","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1730,"kind":16,"name":"DECIMAL_ENCLOSED_FULL_STOP","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_FULL_STOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1731,"kind":16,"name":"DECIMAL_ENCLOSED_PAREN","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_PAREN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1732,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE_CHINESE","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_CIRCLE_CHINESE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1733,"kind":16,"name":"IDEOGRAPH_ENCLOSED_CIRCLE","url":"enums/NumberFormat.html#IDEOGRAPH_ENCLOSED_CIRCLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1734,"kind":16,"name":"IDEOGRAPH_TRADITIONAL","url":"enums/NumberFormat.html#IDEOGRAPH_TRADITIONAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1735,"kind":16,"name":"IDEOGRAPH_ZODIAC","url":"enums/NumberFormat.html#IDEOGRAPH_ZODIAC","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1736,"kind":16,"name":"IDEOGRAPH_ZODIAC_TRADITIONAL","url":"enums/NumberFormat.html#IDEOGRAPH_ZODIAC_TRADITIONAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1737,"kind":16,"name":"TAIWANESE_COUNTING","url":"enums/NumberFormat.html#TAIWANESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1738,"kind":16,"name":"IDEOGRAPH_LEGAL_TRADITIONAL","url":"enums/NumberFormat.html#IDEOGRAPH_LEGAL_TRADITIONAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1739,"kind":16,"name":"TAIWANESE_COUNTING_THOUSAND","url":"enums/NumberFormat.html#TAIWANESE_COUNTING_THOUSAND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1740,"kind":16,"name":"TAIWANESE_DIGITAL","url":"enums/NumberFormat.html#TAIWANESE_DIGITAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1741,"kind":16,"name":"CHINESE_COUNTING","url":"enums/NumberFormat.html#CHINESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1742,"kind":16,"name":"CHINESE_LEGAL_SIMPLIFIED","url":"enums/NumberFormat.html#CHINESE_LEGAL_SIMPLIFIED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1743,"kind":16,"name":"CHINESE_COUNTING_TEN_THOUSAND","url":"enums/NumberFormat.html#CHINESE_COUNTING_TEN_THOUSAND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1744,"kind":16,"name":"KOREAN_DIGITAL","url":"enums/NumberFormat.html#KOREAN_DIGITAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1745,"kind":16,"name":"KOREAN_COUNTING","url":"enums/NumberFormat.html#KOREAN_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1746,"kind":16,"name":"KOREAN_LEGAL","url":"enums/NumberFormat.html#KOREAN_LEGAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1747,"kind":16,"name":"KOREAN_DIGITAL_2","url":"enums/NumberFormat.html#KOREAN_DIGITAL_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1748,"kind":16,"name":"VIETNAMESE_COUNTING","url":"enums/NumberFormat.html#VIETNAMESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1749,"kind":16,"name":"RUSSIAN_LOWER","url":"enums/NumberFormat.html#RUSSIAN_LOWER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1750,"kind":16,"name":"RUSSIAN_UPPER","url":"enums/NumberFormat.html#RUSSIAN_UPPER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1751,"kind":16,"name":"NONE","url":"enums/NumberFormat.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1752,"kind":16,"name":"NUMBER_IN_DASH","url":"enums/NumberFormat.html#NUMBER_IN_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1753,"kind":16,"name":"HEBREW_1","url":"enums/NumberFormat.html#HEBREW_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1754,"kind":16,"name":"HEBREW_2","url":"enums/NumberFormat.html#HEBREW_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1755,"kind":16,"name":"ARABIC_ALPHA","url":"enums/NumberFormat.html#ARABIC_ALPHA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1756,"kind":16,"name":"ARABIC_ABJAD","url":"enums/NumberFormat.html#ARABIC_ABJAD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1757,"kind":16,"name":"HINDI_VOWELS","url":"enums/NumberFormat.html#HINDI_VOWELS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1758,"kind":16,"name":"HINDI_CONSONANTS","url":"enums/NumberFormat.html#HINDI_CONSONANTS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1759,"kind":16,"name":"HINDI_NUMBERS","url":"enums/NumberFormat.html#HINDI_NUMBERS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1760,"kind":16,"name":"HINDI_COUNTING","url":"enums/NumberFormat.html#HINDI_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1761,"kind":16,"name":"THAI_LETTERS","url":"enums/NumberFormat.html#THAI_LETTERS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1762,"kind":16,"name":"THAI_NUMBERS","url":"enums/NumberFormat.html#THAI_NUMBERS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1763,"kind":16,"name":"THAI_COUNTING","url":"enums/NumberFormat.html#THAI_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1764,"kind":16,"name":"BAHT_TEXT","url":"enums/NumberFormat.html#BAHT_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1765,"kind":16,"name":"DOLLAR_TEXT","url":"enums/NumberFormat.html#DOLLAR_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1766,"kind":256,"name":"IBorderOptions","url":"interfaces/IBorderOptions.html","classes":"tsd-kind-interface"},{"id":1767,"kind":1024,"name":"style","url":"interfaces/IBorderOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1768,"kind":1024,"name":"color","url":"interfaces/IBorderOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1769,"kind":1024,"name":"size","url":"interfaces/IBorderOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1770,"kind":1024,"name":"space","url":"interfaces/IBorderOptions.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1771,"kind":128,"name":"BorderElement","url":"classes/BorderElement.html","classes":"tsd-kind-class"},{"id":1772,"kind":512,"name":"constructor","url":"classes/BorderElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BorderElement"},{"id":1773,"kind":2048,"name":"prepForXml","url":"classes/BorderElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BorderElement"},{"id":1774,"kind":2048,"name":"addChildElement","url":"classes/BorderElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BorderElement"},{"id":1775,"kind":8,"name":"BorderStyle","url":"enums/BorderStyle.html","classes":"tsd-kind-enum"},{"id":1776,"kind":16,"name":"SINGLE","url":"enums/BorderStyle.html#SINGLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1777,"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":1778,"kind":16,"name":"DASHED","url":"enums/BorderStyle.html#DASHED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1779,"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":1780,"kind":16,"name":"DOT_DASH","url":"enums/BorderStyle.html#DOT_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1781,"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":1782,"kind":16,"name":"DOTTED","url":"enums/BorderStyle.html#DOTTED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1783,"kind":16,"name":"DOUBLE","url":"enums/BorderStyle.html#DOUBLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1784,"kind":16,"name":"DOUBLE_WAVE","url":"enums/BorderStyle.html#DOUBLE_WAVE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1785,"kind":16,"name":"INSET","url":"enums/BorderStyle.html#INSET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1786,"kind":16,"name":"NIL","url":"enums/BorderStyle.html#NIL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1787,"kind":16,"name":"NONE","url":"enums/BorderStyle.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1788,"kind":16,"name":"OUTSET","url":"enums/BorderStyle.html#OUTSET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1789,"kind":16,"name":"THICK","url":"enums/BorderStyle.html#THICK","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1790,"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":1791,"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":1792,"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":1793,"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":1794,"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":1795,"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":1796,"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":1797,"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":1798,"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":1799,"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":1800,"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":1801,"kind":16,"name":"TRIPLE","url":"enums/BorderStyle.html#TRIPLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1802,"kind":16,"name":"WAVE","url":"enums/BorderStyle.html#WAVE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1803,"kind":64,"name":"decimalNumber","url":"modules.html#decimalNumber","classes":"tsd-kind-function"},{"id":1804,"kind":64,"name":"unsignedDecimalNumber","url":"modules.html#unsignedDecimalNumber","classes":"tsd-kind-function"},{"id":1805,"kind":64,"name":"longHexNumber","url":"modules.html#longHexNumber","classes":"tsd-kind-function"},{"id":1806,"kind":64,"name":"shortHexNumber","url":"modules.html#shortHexNumber","classes":"tsd-kind-function"},{"id":1807,"kind":64,"name":"uCharHexNumber","url":"modules.html#uCharHexNumber","classes":"tsd-kind-function"},{"id":1808,"kind":64,"name":"universalMeasureValue","url":"modules.html#universalMeasureValue","classes":"tsd-kind-function"},{"id":1809,"kind":64,"name":"positiveUniversalMeasureValue","url":"modules.html#positiveUniversalMeasureValue","classes":"tsd-kind-function"},{"id":1810,"kind":64,"name":"hexColorValue","url":"modules.html#hexColorValue","classes":"tsd-kind-function"},{"id":1811,"kind":64,"name":"signedTwipsMeasureValue","url":"modules.html#signedTwipsMeasureValue","classes":"tsd-kind-function"},{"id":1812,"kind":64,"name":"hpsMeasureValue","url":"modules.html#hpsMeasureValue","classes":"tsd-kind-function"},{"id":1813,"kind":64,"name":"signedHpsMeasureValue","url":"modules.html#signedHpsMeasureValue","classes":"tsd-kind-function"},{"id":1814,"kind":64,"name":"twipsMeasureValue","url":"modules.html#twipsMeasureValue","classes":"tsd-kind-function"},{"id":1815,"kind":64,"name":"percentageValue","url":"modules.html#percentageValue","classes":"tsd-kind-function"},{"id":1816,"kind":64,"name":"measurementOrPercentValue","url":"modules.html#measurementOrPercentValue","classes":"tsd-kind-function"},{"id":1817,"kind":64,"name":"dateTimeValue","url":"modules.html#dateTimeValue","classes":"tsd-kind-function"},{"id":1818,"kind":64,"name":"eighthPointMeasureValue","url":"modules.html#eighthPointMeasureValue","classes":"tsd-kind-function"},{"id":1819,"kind":64,"name":"pointMeasureValue","url":"modules.html#pointMeasureValue","classes":"tsd-kind-function"},{"id":1820,"kind":8,"name":"VerticalAlign","url":"enums/VerticalAlign.html","classes":"tsd-kind-enum"},{"id":1821,"kind":16,"name":"BOTH","url":"enums/VerticalAlign.html#BOTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1822,"kind":16,"name":"BOTTOM","url":"enums/VerticalAlign.html#BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1823,"kind":16,"name":"CENTER","url":"enums/VerticalAlign.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1824,"kind":16,"name":"TOP","url":"enums/VerticalAlign.html#TOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1825,"kind":128,"name":"VerticalAlignAttributes","url":"classes/VerticalAlignAttributes.html","classes":"tsd-kind-class"},{"id":1826,"kind":512,"name":"constructor","url":"classes/VerticalAlignAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1827,"kind":2048,"name":"prepForXml","url":"classes/VerticalAlignAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1828,"kind":2048,"name":"set","url":"classes/VerticalAlignAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1829,"kind":128,"name":"VerticalAlignElement","url":"classes/VerticalAlignElement.html","classes":"tsd-kind-class"},{"id":1830,"kind":512,"name":"constructor","url":"classes/VerticalAlignElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalAlignElement"},{"id":1831,"kind":2048,"name":"prepForXml","url":"classes/VerticalAlignElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignElement"},{"id":1832,"kind":2048,"name":"addChildElement","url":"classes/VerticalAlignElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignElement"},{"id":1833,"kind":128,"name":"Packer","url":"classes/Packer.html","classes":"tsd-kind-class"},{"id":1834,"kind":2048,"name":"toBuffer","url":"classes/Packer.html#toBuffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1835,"kind":2048,"name":"toBase64String","url":"classes/Packer.html#toBase64String","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1836,"kind":2048,"name":"toBlob","url":"classes/Packer.html#toBlob","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1837,"kind":512,"name":"constructor","url":"classes/Packer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Packer"},{"id":1838,"kind":256,"name":"IDocumentTemplate","url":"interfaces/IDocumentTemplate.html","classes":"tsd-kind-interface"},{"id":1839,"kind":1024,"name":"currentRelationshipId","url":"interfaces/IDocumentTemplate.html#currentRelationshipId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1840,"kind":1024,"name":"headers","url":"interfaces/IDocumentTemplate.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1841,"kind":1024,"name":"footers","url":"interfaces/IDocumentTemplate.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1842,"kind":1024,"name":"styles","url":"interfaces/IDocumentTemplate.html#styles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1843,"kind":1024,"name":"titlePageIsDefined","url":"interfaces/IDocumentTemplate.html#titlePageIsDefined","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1844,"kind":1024,"name":"media","url":"interfaces/IDocumentTemplate.html#media","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1845,"kind":128,"name":"ImportDotx","url":"classes/ImportDotx.html","classes":"tsd-kind-class"},{"id":1846,"kind":512,"name":"constructor","url":"classes/ImportDotx.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ImportDotx"},{"id":1847,"kind":2048,"name":"extract","url":"classes/ImportDotx.html#extract","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportDotx"},{"id":1848,"kind":64,"name":"convertMillimetersToTwip","url":"modules.html#convertMillimetersToTwip","classes":"tsd-kind-function"},{"id":1849,"kind":64,"name":"convertInchesToTwip","url":"modules.html#convertInchesToTwip","classes":"tsd-kind-function"},{"id":1850,"kind":64,"name":"uniqueNumericId","url":"modules.html#uniqueNumericId","classes":"tsd-kind-function"},{"id":1851,"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.212]],["parent/0",[]],["name/1",[1,24.156]],["parent/1",[0,4.351]],["name/2",[0,47.212]],["parent/2",[0,4.351]],["name/3",[2,56.528]],["parent/3",[0,4.351]],["name/4",[3,71.191]],["parent/4",[0,4.351]],["name/5",[4,50.822]],["parent/5",[0,4.351]],["name/6",[5,52.733]],["parent/6",[0,4.351]],["name/7",[6,71.191]],["parent/7",[0,4.351]],["name/8",[7,62.718]],["parent/8",[0,4.351]],["name/9",[8,62.718]],["parent/9",[0,4.351]],["name/10",[9,71.191]],["parent/10",[0,4.351]],["name/11",[10,71.191]],["parent/11",[0,4.351]],["name/12",[11,71.191]],["parent/12",[0,4.351]],["name/13",[12,56.528]],["parent/13",[0,4.351]],["name/14",[13,71.191]],["parent/14",[0,4.351]],["name/15",[14,52.733]],["parent/15",[]],["name/16",[15,52.733]],["parent/16",[14,4.86]],["name/17",[16,58.198]],["parent/17",[14,4.86]],["name/18",[17,55.097]],["parent/18",[14,4.86]],["name/19",[18,66.083]],["parent/19",[14,4.86]],["name/20",[19,71.191]],["parent/20",[14,4.86]],["name/21",[20,71.191]],["parent/21",[14,4.86]],["name/22",[21,49.219]],["parent/22",[14,4.86]],["name/23",[22,49.219]],["parent/23",[14,4.86]],["name/24",[23,60.205]],["parent/24",[]],["name/25",[1,24.156]],["parent/25",[23,5.548]],["name/26",[24,24.779]],["parent/26",[23,5.548]],["name/27",[25,45.541]],["parent/27",[23,5.548]],["name/28",[26,49.988]],["parent/28",[]],["name/29",[1,24.156]],["parent/29",[26,4.607]],["name/30",[24,24.779]],["parent/30",[26,4.607]],["name/31",[27,26.009]],["parent/31",[26,4.607]],["name/32",[28,58.198]],["parent/32",[]],["name/33",[29,51.732]],["parent/33",[28,5.363]],["name/34",[30,51.732]],["parent/34",[28,5.363]],["name/35",[21,49.219]],["parent/35",[28,5.363]],["name/36",[22,49.219]],["parent/36",[28,5.363]],["name/37",[31,50.822]],["parent/37",[]],["name/38",[1,24.156]],["parent/38",[31,4.684]],["name/39",[24,24.779]],["parent/39",[31,4.684]],["name/40",[27,26.009]],["parent/40",[31,4.684]],["name/41",[32,53.845]],["parent/41",[]],["name/42",[1,24.156]],["parent/42",[32,4.962]],["name/43",[24,24.779]],["parent/43",[32,4.962]],["name/44",[27,26.009]],["parent/44",[32,4.962]],["name/45",[33,55.097]],["parent/45",[]],["name/46",[15,52.733]],["parent/46",[33,5.077]],["name/47",[16,58.198]],["parent/47",[33,5.077]],["name/48",[21,49.219]],["parent/48",[33,5.077]],["name/49",[22,49.219]],["parent/49",[33,5.077]],["name/50",[34,71.191]],["parent/50",[33,5.077]],["name/51",[35,71.191]],["parent/51",[33,5.077]],["name/52",[36,51.732]],["parent/52",[]],["name/53",[1,24.156]],["parent/53",[36,4.767]],["name/54",[24,24.779]],["parent/54",[36,4.767]],["name/55",[27,26.009]],["parent/55",[36,4.767]],["name/56",[37,60.205]],["parent/56",[]],["name/57",[1,24.156]],["parent/57",[37,5.548]],["name/58",[24,24.779]],["parent/58",[37,5.548]],["name/59",[27,26.009]],["parent/59",[37,5.548]],["name/60",[38,60.205]],["parent/60",[]],["name/61",[1,24.156]],["parent/61",[38,5.548]],["name/62",[24,24.779]],["parent/62",[38,5.548]],["name/63",[27,26.009]],["parent/63",[38,5.548]],["name/64",[39,56.528]],["parent/64",[]],["name/65",[1,24.156]],["parent/65",[39,5.209]],["name/66",[24,24.779]],["parent/66",[39,5.209]],["name/67",[27,26.009]],["parent/67",[39,5.209]],["name/68",[40,60.205]],["parent/68",[]],["name/69",[41,71.191]],["parent/69",[40,5.548]],["name/70",[42,71.191]],["parent/70",[40,5.548]],["name/71",[43,60.205]],["parent/71",[40,5.548]],["name/72",[44,55.097]],["parent/72",[]],["name/73",[45,71.191]],["parent/73",[44,5.077]],["name/74",[46,71.191]],["parent/74",[44,5.077]],["name/75",[47,66.083]],["parent/75",[44,5.077]],["name/76",[48,71.191]],["parent/76",[44,5.077]],["name/77",[49,71.191]],["parent/77",[44,5.077]],["name/78",[50,71.191]],["parent/78",[44,5.077]],["name/79",[51,53.845]],["parent/79",[]],["name/80",[1,24.156]],["parent/80",[51,4.962]],["name/81",[24,24.779]],["parent/81",[51,4.962]],["name/82",[27,26.009]],["parent/82",[51,4.962]],["name/83",[52,53.845]],["parent/83",[]],["name/84",[53,71.191]],["parent/84",[52,4.962]],["name/85",[54,71.191]],["parent/85",[52,4.962]],["name/86",[55,71.191]],["parent/86",[52,4.962]],["name/87",[56,71.191]],["parent/87",[52,4.962]],["name/88",[57,71.191]],["parent/88",[52,4.962]],["name/89",[58,71.191]],["parent/89",[52,4.962]],["name/90",[59,71.191]],["parent/90",[52,4.962]],["name/91",[60,45.041]],["parent/91",[]],["name/92",[1,24.156]],["parent/92",[60,4.151]],["name/93",[24,24.779]],["parent/93",[60,4.151]],["name/94",[27,26.009]],["parent/94",[60,4.151]],["name/95",[61,60.205]],["parent/95",[]],["name/96",[1,24.156]],["parent/96",[61,5.548]],["name/97",[24,24.779]],["parent/97",[61,5.548]],["name/98",[27,26.009]],["parent/98",[61,5.548]],["name/99",[62,51.732]],["parent/99",[]],["name/100",[21,49.219]],["parent/100",[62,4.767]],["name/101",[22,49.219]],["parent/101",[62,4.767]],["name/102",[17,55.097]],["parent/102",[62,4.767]],["name/103",[63,71.191]],["parent/103",[62,4.767]],["name/104",[64,66.083]],["parent/104",[62,4.767]],["name/105",[65,62.718]],["parent/105",[62,4.767]],["name/106",[16,58.198]],["parent/106",[62,4.767]],["name/107",[66,66.083]],["parent/107",[62,4.767]],["name/108",[15,52.733]],["parent/108",[62,4.767]],["name/109",[67,56.528]],["parent/109",[]],["name/110",[68,66.083]],["parent/110",[67,5.209]],["name/111",[69,66.083]],["parent/111",[67,5.209]],["name/112",[70,71.191]],["parent/112",[67,5.209]],["name/113",[71,53.845]],["parent/113",[67,5.209]],["name/114",[72,71.191]],["parent/114",[67,5.209]],["name/115",[73,66.083]],["parent/115",[]],["name/116",[74,71.191]],["parent/116",[73,6.09]],["name/117",[75,60.205]],["parent/117",[]],["name/118",[1,24.156]],["parent/118",[75,5.548]],["name/119",[24,24.779]],["parent/119",[75,5.548]],["name/120",[25,45.541]],["parent/120",[75,5.548]],["name/121",[76,60.205]],["parent/121",[]],["name/122",[1,24.156]],["parent/122",[76,5.548]],["name/123",[24,24.779]],["parent/123",[76,5.548]],["name/124",[27,26.009]],["parent/124",[76,5.548]],["name/125",[77,60.205]],["parent/125",[]],["name/126",[1,24.156]],["parent/126",[77,5.548]],["name/127",[24,24.779]],["parent/127",[77,5.548]],["name/128",[27,26.009]],["parent/128",[77,5.548]],["name/129",[78,71.191]],["parent/129",[]],["name/130",[79,42.104]],["parent/130",[]],["name/131",[80,55.097]],["parent/131",[79,3.88]],["name/132",[81,46.068]],["parent/132",[79,3.88]],["name/133",[31,50.822]],["parent/133",[79,3.88]],["name/134",[82,66.083]],["parent/134",[79,3.88]],["name/135",[83,66.083]],["parent/135",[79,3.88]],["name/136",[39,56.528]],["parent/136",[79,3.88]],["name/137",[84,66.083]],["parent/137",[79,3.88]],["name/138",[60,45.041]],["parent/138",[79,3.88]],["name/139",[85,60.205]],["parent/139",[79,3.88]],["name/140",[86,37.989]],["parent/140",[79,3.88]],["name/141",[87,49.988]],["parent/141",[88,5.363]],["name/142",[89,49.219]],["parent/142",[79,3.88]],["name/143",[90,66.083]],["parent/143",[79,3.88]],["name/144",[91,66.083]],["parent/144",[79,3.88]],["name/145",[92,66.083]],["parent/145",[79,3.88]],["name/146",[4,50.822]],["parent/146",[79,3.88]],["name/147",[86,37.989]],["parent/147",[79,3.88]],["name/148",[93,58.198]],["parent/148",[88,5.363]],["name/149",[87,49.988]],["parent/149",[88,5.363]],["name/150",[94,58.198]],["parent/150",[88,5.363]],["name/151",[95,62.718]],["parent/151",[88,5.363]],["name/152",[26,49.988]],["parent/152",[79,3.88]],["name/153",[32,53.845]],["parent/153",[79,3.88]],["name/154",[96,60.205]],["parent/154",[79,3.88]],["name/155",[97,60.205]],["parent/155",[79,3.88]],["name/156",[98,60.205]],["parent/156",[79,3.88]],["name/157",[36,51.732]],["parent/157",[79,3.88]],["name/158",[51,53.845]],["parent/158",[79,3.88]],["name/159",[99,60.205]],["parent/159",[79,3.88]],["name/160",[100,60.205]],["parent/160",[79,3.88]],["name/161",[101,52.733]],["parent/161",[79,3.88]],["name/162",[102,51.732]],["parent/162",[]],["name/163",[1,24.156]],["parent/163",[102,4.767]],["name/164",[24,24.779]],["parent/164",[102,4.767]],["name/165",[103,71.191]],["parent/165",[102,4.767]],["name/166",[27,26.009]],["parent/166",[102,4.767]],["name/167",[104,50.822]],["parent/167",[]],["name/168",[26,49.988]],["parent/168",[104,4.684]],["name/169",[32,53.845]],["parent/169",[104,4.684]],["name/170",[96,60.205]],["parent/170",[104,4.684]],["name/171",[97,60.205]],["parent/171",[104,4.684]],["name/172",[98,60.205]],["parent/172",[104,4.684]],["name/173",[36,51.732]],["parent/173",[104,4.684]],["name/174",[51,53.845]],["parent/174",[104,4.684]],["name/175",[99,60.205]],["parent/175",[104,4.684]],["name/176",[100,60.205]],["parent/176",[104,4.684]],["name/177",[101,52.733]],["parent/177",[104,4.684]],["name/178",[105,49.219]],["parent/178",[]],["name/179",[4,50.822]],["parent/179",[105,4.536]],["name/180",[86,37.989]],["parent/180",[105,4.536]],["name/181",[93,58.198]],["parent/181",[106,5.548]],["name/182",[87,49.988]],["parent/182",[106,5.548]],["name/183",[94,58.198]],["parent/183",[106,5.548]],["name/184",[95,62.718]],["parent/184",[106,5.548]],["name/185",[26,49.988]],["parent/185",[105,4.536]],["name/186",[32,53.845]],["parent/186",[105,4.536]],["name/187",[96,60.205]],["parent/187",[105,4.536]],["name/188",[97,60.205]],["parent/188",[105,4.536]],["name/189",[98,60.205]],["parent/189",[105,4.536]],["name/190",[36,51.732]],["parent/190",[105,4.536]],["name/191",[51,53.845]],["parent/191",[105,4.536]],["name/192",[99,60.205]],["parent/192",[105,4.536]],["name/193",[100,60.205]],["parent/193",[105,4.536]],["name/194",[101,52.733]],["parent/194",[105,4.536]],["name/195",[107,42.859]],["parent/195",[]],["name/196",[31,50.822]],["parent/196",[107,3.95]],["name/197",[82,66.083]],["parent/197",[107,3.95]],["name/198",[83,66.083]],["parent/198",[107,3.95]],["name/199",[39,56.528]],["parent/199",[107,3.95]],["name/200",[84,66.083]],["parent/200",[107,3.95]],["name/201",[60,45.041]],["parent/201",[107,3.95]],["name/202",[85,60.205]],["parent/202",[107,3.95]],["name/203",[86,37.989]],["parent/203",[107,3.95]],["name/204",[87,49.988]],["parent/204",[108,5.363]],["name/205",[89,49.219]],["parent/205",[107,3.95]],["name/206",[90,66.083]],["parent/206",[107,3.95]],["name/207",[91,66.083]],["parent/207",[107,3.95]],["name/208",[92,66.083]],["parent/208",[107,3.95]],["name/209",[4,50.822]],["parent/209",[107,3.95]],["name/210",[86,37.989]],["parent/210",[107,3.95]],["name/211",[93,58.198]],["parent/211",[108,5.363]],["name/212",[87,49.988]],["parent/212",[108,5.363]],["name/213",[94,58.198]],["parent/213",[108,5.363]],["name/214",[95,62.718]],["parent/214",[108,5.363]],["name/215",[26,49.988]],["parent/215",[107,3.95]],["name/216",[32,53.845]],["parent/216",[107,3.95]],["name/217",[96,60.205]],["parent/217",[107,3.95]],["name/218",[97,60.205]],["parent/218",[107,3.95]],["name/219",[98,60.205]],["parent/219",[107,3.95]],["name/220",[36,51.732]],["parent/220",[107,3.95]],["name/221",[51,53.845]],["parent/221",[107,3.95]],["name/222",[99,60.205]],["parent/222",[107,3.95]],["name/223",[100,60.205]],["parent/223",[107,3.95]],["name/224",[101,52.733]],["parent/224",[107,3.95]],["name/225",[109,58.198]],["parent/225",[]],["name/226",[1,24.156]],["parent/226",[109,5.363]],["name/227",[110,60.205]],["parent/227",[109,5.363]],["name/228",[24,24.779]],["parent/228",[109,5.363]],["name/229",[27,26.009]],["parent/229",[109,5.363]],["name/230",[111,40.433]],["parent/230",[]],["name/231",[81,46.068]],["parent/231",[111,3.726]],["name/232",[112,66.083]],["parent/232",[111,3.726]],["name/233",[80,55.097]],["parent/233",[111,3.726]],["name/234",[60,45.041]],["parent/234",[111,3.726]],["name/235",[113,58.198]],["parent/235",[111,3.726]],["name/236",[114,58.198]],["parent/236",[111,3.726]],["name/237",[115,58.198]],["parent/237",[111,3.726]],["name/238",[116,58.198]],["parent/238",[111,3.726]],["name/239",[117,52.733]],["parent/239",[111,3.726]],["name/240",[86,37.989]],["parent/240",[111,3.726]],["name/241",[118,45.541]],["parent/241",[119,5.78]],["name/242",[120,43.676]],["parent/242",[119,5.78]],["name/243",[121,52.733]],["parent/243",[111,3.726]],["name/244",[86,37.989]],["parent/244",[111,3.726]],["name/245",[120,43.676]],["parent/245",[119,5.78]],["name/246",[118,45.541]],["parent/246",[111,3.726]],["name/247",[122,48.504]],["parent/247",[111,3.726]],["name/248",[123,58.198]],["parent/248",[111,3.726]],["name/249",[124,58.198]],["parent/249",[111,3.726]],["name/250",[125,58.198]],["parent/250",[111,3.726]],["name/251",[126,58.198]],["parent/251",[111,3.726]],["name/252",[127,58.198]],["parent/252",[111,3.726]],["name/253",[128,58.198]],["parent/253",[111,3.726]],["name/254",[129,52.733]],["parent/254",[111,3.726]],["name/255",[130,52.733]],["parent/255",[111,3.726]],["name/256",[131,58.198]],["parent/256",[111,3.726]],["name/257",[132,58.198]],["parent/257",[111,3.726]],["name/258",[133,58.198]],["parent/258",[111,3.726]],["name/259",[134,58.198]],["parent/259",[111,3.726]],["name/260",[89,49.219]],["parent/260",[111,3.726]],["name/261",[135,58.198]],["parent/261",[111,3.726]],["name/262",[136,58.198]],["parent/262",[111,3.726]],["name/263",[137,58.198]],["parent/263",[111,3.726]],["name/264",[31,50.822]],["parent/264",[111,3.726]],["name/265",[138,60.205]],["parent/265",[]],["name/266",[139,71.191]],["parent/266",[138,5.548]],["name/267",[140,71.191]],["parent/267",[138,5.548]],["name/268",[141,71.191]],["parent/268",[138,5.548]],["name/269",[142,51.732]],["parent/269",[]],["name/270",[1,24.156]],["parent/270",[142,4.767]],["name/271",[24,24.779]],["parent/271",[142,4.767]],["name/272",[27,26.009]],["parent/272",[142,4.767]],["name/273",[143,41.747]],["parent/273",[]],["name/274",[113,58.198]],["parent/274",[143,3.847]],["name/275",[114,58.198]],["parent/275",[143,3.847]],["name/276",[115,58.198]],["parent/276",[143,3.847]],["name/277",[116,58.198]],["parent/277",[143,3.847]],["name/278",[117,52.733]],["parent/278",[143,3.847]],["name/279",[86,37.989]],["parent/279",[143,3.847]],["name/280",[118,45.541]],["parent/280",[144,5.78]],["name/281",[120,43.676]],["parent/281",[144,5.78]],["name/282",[121,52.733]],["parent/282",[143,3.847]],["name/283",[86,37.989]],["parent/283",[143,3.847]],["name/284",[120,43.676]],["parent/284",[144,5.78]],["name/285",[118,45.541]],["parent/285",[143,3.847]],["name/286",[122,48.504]],["parent/286",[143,3.847]],["name/287",[123,58.198]],["parent/287",[143,3.847]],["name/288",[124,58.198]],["parent/288",[143,3.847]],["name/289",[125,58.198]],["parent/289",[143,3.847]],["name/290",[126,58.198]],["parent/290",[143,3.847]],["name/291",[127,58.198]],["parent/291",[143,3.847]],["name/292",[128,58.198]],["parent/292",[143,3.847]],["name/293",[129,52.733]],["parent/293",[143,3.847]],["name/294",[130,52.733]],["parent/294",[143,3.847]],["name/295",[131,58.198]],["parent/295",[143,3.847]],["name/296",[132,58.198]],["parent/296",[143,3.847]],["name/297",[133,58.198]],["parent/297",[143,3.847]],["name/298",[134,58.198]],["parent/298",[143,3.847]],["name/299",[89,49.219]],["parent/299",[143,3.847]],["name/300",[135,58.198]],["parent/300",[143,3.847]],["name/301",[136,58.198]],["parent/301",[143,3.847]],["name/302",[137,58.198]],["parent/302",[143,3.847]],["name/303",[31,50.822]],["parent/303",[143,3.847]],["name/304",[145,41.402]],["parent/304",[]],["name/305",[60,45.041]],["parent/305",[145,3.815]],["name/306",[113,58.198]],["parent/306",[145,3.815]],["name/307",[114,58.198]],["parent/307",[145,3.815]],["name/308",[115,58.198]],["parent/308",[145,3.815]],["name/309",[116,58.198]],["parent/309",[145,3.815]],["name/310",[117,52.733]],["parent/310",[145,3.815]],["name/311",[86,37.989]],["parent/311",[145,3.815]],["name/312",[118,45.541]],["parent/312",[146,5.78]],["name/313",[120,43.676]],["parent/313",[146,5.78]],["name/314",[121,52.733]],["parent/314",[145,3.815]],["name/315",[86,37.989]],["parent/315",[145,3.815]],["name/316",[120,43.676]],["parent/316",[146,5.78]],["name/317",[118,45.541]],["parent/317",[145,3.815]],["name/318",[122,48.504]],["parent/318",[145,3.815]],["name/319",[123,58.198]],["parent/319",[145,3.815]],["name/320",[124,58.198]],["parent/320",[145,3.815]],["name/321",[125,58.198]],["parent/321",[145,3.815]],["name/322",[126,58.198]],["parent/322",[145,3.815]],["name/323",[127,58.198]],["parent/323",[145,3.815]],["name/324",[128,58.198]],["parent/324",[145,3.815]],["name/325",[129,52.733]],["parent/325",[145,3.815]],["name/326",[130,52.733]],["parent/326",[145,3.815]],["name/327",[131,58.198]],["parent/327",[145,3.815]],["name/328",[132,58.198]],["parent/328",[145,3.815]],["name/329",[133,58.198]],["parent/329",[145,3.815]],["name/330",[134,58.198]],["parent/330",[145,3.815]],["name/331",[89,49.219]],["parent/331",[145,3.815]],["name/332",[135,58.198]],["parent/332",[145,3.815]],["name/333",[136,58.198]],["parent/333",[145,3.815]],["name/334",[137,58.198]],["parent/334",[145,3.815]],["name/335",[31,50.822]],["parent/335",[145,3.815]],["name/336",[147,40.433]],["parent/336",[]],["name/337",[60,45.041]],["parent/337",[147,3.726]],["name/338",[113,58.198]],["parent/338",[147,3.726]],["name/339",[114,58.198]],["parent/339",[147,3.726]],["name/340",[115,58.198]],["parent/340",[147,3.726]],["name/341",[116,58.198]],["parent/341",[147,3.726]],["name/342",[117,52.733]],["parent/342",[147,3.726]],["name/343",[86,37.989]],["parent/343",[147,3.726]],["name/344",[118,45.541]],["parent/344",[148,5.78]],["name/345",[120,43.676]],["parent/345",[148,5.78]],["name/346",[121,52.733]],["parent/346",[147,3.726]],["name/347",[86,37.989]],["parent/347",[147,3.726]],["name/348",[120,43.676]],["parent/348",[148,5.78]],["name/349",[118,45.541]],["parent/349",[147,3.726]],["name/350",[122,48.504]],["parent/350",[147,3.726]],["name/351",[123,58.198]],["parent/351",[147,3.726]],["name/352",[124,58.198]],["parent/352",[147,3.726]],["name/353",[125,58.198]],["parent/353",[147,3.726]],["name/354",[126,58.198]],["parent/354",[147,3.726]],["name/355",[127,58.198]],["parent/355",[147,3.726]],["name/356",[128,58.198]],["parent/356",[147,3.726]],["name/357",[129,52.733]],["parent/357",[147,3.726]],["name/358",[130,52.733]],["parent/358",[147,3.726]],["name/359",[131,58.198]],["parent/359",[147,3.726]],["name/360",[132,58.198]],["parent/360",[147,3.726]],["name/361",[133,58.198]],["parent/361",[147,3.726]],["name/362",[134,58.198]],["parent/362",[147,3.726]],["name/363",[89,49.219]],["parent/363",[147,3.726]],["name/364",[135,58.198]],["parent/364",[147,3.726]],["name/365",[136,58.198]],["parent/365",[147,3.726]],["name/366",[137,58.198]],["parent/366",[147,3.726]],["name/367",[31,50.822]],["parent/367",[147,3.726]],["name/368",[149,58.198]],["parent/368",[147,3.726]],["name/369",[150,71.191]],["parent/369",[147,3.726]],["name/370",[151,71.191]],["parent/370",[147,3.726]],["name/371",[152,58.198]],["parent/371",[]],["name/372",[1,24.156]],["parent/372",[152,5.363]],["name/373",[110,60.205]],["parent/373",[152,5.363]],["name/374",[24,24.779]],["parent/374",[152,5.363]],["name/375",[27,26.009]],["parent/375",[152,5.363]],["name/376",[153,60.205]],["parent/376",[]],["name/377",[1,24.156]],["parent/377",[153,5.548]],["name/378",[24,24.779]],["parent/378",[153,5.548]],["name/379",[27,26.009]],["parent/379",[153,5.548]],["name/380",[154,60.205]],["parent/380",[]],["name/381",[1,24.156]],["parent/381",[154,5.548]],["name/382",[24,24.779]],["parent/382",[154,5.548]],["name/383",[27,26.009]],["parent/383",[154,5.548]],["name/384",[155,39.836]],["parent/384",[]],["name/385",[156,71.191]],["parent/385",[155,3.671]],["name/386",[157,71.191]],["parent/386",[155,3.671]],["name/387",[81,46.068]],["parent/387",[155,3.671]],["name/388",[112,66.083]],["parent/388",[155,3.671]],["name/389",[80,55.097]],["parent/389",[155,3.671]],["name/390",[60,45.041]],["parent/390",[155,3.671]],["name/391",[113,58.198]],["parent/391",[155,3.671]],["name/392",[114,58.198]],["parent/392",[155,3.671]],["name/393",[115,58.198]],["parent/393",[155,3.671]],["name/394",[116,58.198]],["parent/394",[155,3.671]],["name/395",[117,52.733]],["parent/395",[155,3.671]],["name/396",[86,37.989]],["parent/396",[155,3.671]],["name/397",[118,45.541]],["parent/397",[158,5.78]],["name/398",[120,43.676]],["parent/398",[158,5.78]],["name/399",[121,52.733]],["parent/399",[155,3.671]],["name/400",[86,37.989]],["parent/400",[155,3.671]],["name/401",[120,43.676]],["parent/401",[158,5.78]],["name/402",[118,45.541]],["parent/402",[155,3.671]],["name/403",[122,48.504]],["parent/403",[155,3.671]],["name/404",[123,58.198]],["parent/404",[155,3.671]],["name/405",[124,58.198]],["parent/405",[155,3.671]],["name/406",[125,58.198]],["parent/406",[155,3.671]],["name/407",[126,58.198]],["parent/407",[155,3.671]],["name/408",[127,58.198]],["parent/408",[155,3.671]],["name/409",[128,58.198]],["parent/409",[155,3.671]],["name/410",[129,52.733]],["parent/410",[155,3.671]],["name/411",[130,52.733]],["parent/411",[155,3.671]],["name/412",[131,58.198]],["parent/412",[155,3.671]],["name/413",[132,58.198]],["parent/413",[155,3.671]],["name/414",[133,58.198]],["parent/414",[155,3.671]],["name/415",[134,58.198]],["parent/415",[155,3.671]],["name/416",[89,49.219]],["parent/416",[155,3.671]],["name/417",[135,58.198]],["parent/417",[155,3.671]],["name/418",[136,58.198]],["parent/418",[155,3.671]],["name/419",[137,58.198]],["parent/419",[155,3.671]],["name/420",[31,50.822]],["parent/420",[155,3.671]],["name/421",[159,60.205]],["parent/421",[]],["name/422",[1,24.156]],["parent/422",[159,5.548]],["name/423",[24,24.779]],["parent/423",[159,5.548]],["name/424",[27,26.009]],["parent/424",[159,5.548]],["name/425",[160,60.205]],["parent/425",[]],["name/426",[161,71.191]],["parent/426",[160,5.548]],["name/427",[162,66.083]],["parent/427",[160,5.548]],["name/428",[163,66.083]],["parent/428",[160,5.548]],["name/429",[164,60.205]],["parent/429",[]],["name/430",[1,24.156]],["parent/430",[164,5.548]],["name/431",[24,24.779]],["parent/431",[164,5.548]],["name/432",[27,26.009]],["parent/432",[164,5.548]],["name/433",[165,56.528]],["parent/433",[]],["name/434",[166,71.191]],["parent/434",[165,5.209]],["name/435",[167,71.191]],["parent/435",[165,5.209]],["name/436",[168,71.191]],["parent/436",[165,5.209]],["name/437",[169,71.191]],["parent/437",[165,5.209]],["name/438",[170,71.191]],["parent/438",[165,5.209]],["name/439",[171,60.205]],["parent/439",[]],["name/440",[1,24.156]],["parent/440",[171,5.548]],["name/441",[24,24.779]],["parent/441",[171,5.548]],["name/442",[27,26.009]],["parent/442",[171,5.548]],["name/443",[172,60.205]],["parent/443",[]],["name/444",[1,24.156]],["parent/444",[172,5.548]],["name/445",[24,24.779]],["parent/445",[172,5.548]],["name/446",[27,26.009]],["parent/446",[172,5.548]],["name/447",[173,46.068]],["parent/447",[]],["name/448",[174,66.083]],["parent/448",[173,4.245]],["name/449",[175,71.191]],["parent/449",[173,4.245]],["name/450",[176,66.083]],["parent/450",[173,4.245]],["name/451",[177,66.083]],["parent/451",[173,4.245]],["name/452",[178,66.083]],["parent/452",[173,4.245]],["name/453",[179,71.191]],["parent/453",[173,4.245]],["name/454",[180,71.191]],["parent/454",[173,4.245]],["name/455",[181,71.191]],["parent/455",[173,4.245]],["name/456",[182,71.191]],["parent/456",[173,4.245]],["name/457",[183,71.191]],["parent/457",[173,4.245]],["name/458",[184,71.191]],["parent/458",[173,4.245]],["name/459",[185,71.191]],["parent/459",[173,4.245]],["name/460",[186,71.191]],["parent/460",[173,4.245]],["name/461",[187,71.191]],["parent/461",[173,4.245]],["name/462",[188,66.083]],["parent/462",[173,4.245]],["name/463",[189,71.191]],["parent/463",[173,4.245]],["name/464",[190,71.191]],["parent/464",[173,4.245]],["name/465",[117,52.733]],["parent/465",[]],["name/466",[1,24.156]],["parent/466",[117,4.86]],["name/467",[24,24.779]],["parent/467",[117,4.86]],["name/468",[27,26.009]],["parent/468",[117,4.86]],["name/469",[191,66.083]],["parent/469",[]],["name/470",[68,66.083]],["parent/470",[191,6.09]],["name/471",[192,62.718]],["parent/471",[]],["name/472",[24,24.779]],["parent/472",[192,5.78]],["name/473",[27,26.009]],["parent/473",[192,5.78]],["name/474",[121,52.733]],["parent/474",[]],["name/475",[1,24.156]],["parent/475",[121,4.86]],["name/476",[24,24.779]],["parent/476",[121,4.86]],["name/477",[27,26.009]],["parent/477",[121,4.86]],["name/478",[193,60.205]],["parent/478",[]],["name/479",[1,24.156]],["parent/479",[193,5.548]],["name/480",[24,24.779]],["parent/480",[193,5.548]],["name/481",[27,26.009]],["parent/481",[193,5.548]],["name/482",[194,58.198]],["parent/482",[]],["name/483",[1,24.156]],["parent/483",[194,5.363]],["name/484",[24,24.779]],["parent/484",[194,5.363]],["name/485",[27,26.009]],["parent/485",[194,5.363]],["name/486",[195,60.205]],["parent/486",[]],["name/487",[1,24.156]],["parent/487",[195,5.548]],["name/488",[24,24.779]],["parent/488",[195,5.548]],["name/489",[27,26.009]],["parent/489",[195,5.548]],["name/490",[196,60.205]],["parent/490",[]],["name/491",[1,24.156]],["parent/491",[196,5.548]],["name/492",[24,24.779]],["parent/492",[196,5.548]],["name/493",[27,26.009]],["parent/493",[196,5.548]],["name/494",[197,62.718]],["parent/494",[]],["name/495",[198,71.191]],["parent/495",[197,5.78]],["name/496",[199,71.191]],["parent/496",[197,5.78]],["name/497",[200,58.198]],["parent/497",[]],["name/498",[1,24.156]],["parent/498",[200,5.363]],["name/499",[201,66.083]],["parent/499",[200,5.363]],["name/500",[24,24.779]],["parent/500",[200,5.363]],["name/501",[27,26.009]],["parent/501",[200,5.363]],["name/502",[202,58.198]],["parent/502",[]],["name/503",[1,24.156]],["parent/503",[202,5.363]],["name/504",[201,66.083]],["parent/504",[202,5.363]],["name/505",[24,24.779]],["parent/505",[202,5.363]],["name/506",[27,26.009]],["parent/506",[202,5.363]],["name/507",[203,60.205]],["parent/507",[]],["name/508",[1,24.156]],["parent/508",[203,5.548]],["name/509",[204,60.205]],["parent/509",[203,5.548]],["name/510",[86,37.989]],["parent/510",[203,5.548]],["name/511",[81,46.068]],["parent/511",[205,6.09]],["name/512",[206,58.198]],["parent/512",[205,6.09]],["name/513",[207,58.198]],["parent/513",[]],["name/514",[1,24.156]],["parent/514",[207,5.363]],["name/515",[15,52.733]],["parent/515",[207,5.363]],["name/516",[81,46.068]],["parent/516",[207,5.363]],["name/517",[16,58.198]],["parent/517",[207,5.363]],["name/518",[208,60.205]],["parent/518",[]],["name/519",[1,24.156]],["parent/519",[208,5.548]],["name/520",[24,24.779]],["parent/520",[208,5.548]],["name/521",[27,26.009]],["parent/521",[208,5.548]],["name/522",[209,60.205]],["parent/522",[]],["name/523",[1,24.156]],["parent/523",[209,5.548]],["name/524",[24,24.779]],["parent/524",[209,5.548]],["name/525",[27,26.009]],["parent/525",[209,5.548]],["name/526",[101,52.733]],["parent/526",[]],["name/527",[1,24.156]],["parent/527",[101,4.86]],["name/528",[87,49.988]],["parent/528",[101,4.86]],["name/529",[24,24.779]],["parent/529",[101,4.86]],["name/530",[27,26.009]],["parent/530",[101,4.86]],["name/531",[210,60.205]],["parent/531",[]],["name/532",[1,24.156]],["parent/532",[210,5.548]],["name/533",[24,24.779]],["parent/533",[210,5.548]],["name/534",[27,26.009]],["parent/534",[210,5.548]],["name/535",[211,66.083]],["parent/535",[]],["name/536",[81,46.068]],["parent/536",[211,6.09]],["name/537",[212,60.205]],["parent/537",[]],["name/538",[1,24.156]],["parent/538",[212,5.548]],["name/539",[24,24.779]],["parent/539",[212,5.548]],["name/540",[27,26.009]],["parent/540",[212,5.548]],["name/541",[213,60.205]],["parent/541",[]],["name/542",[1,24.156]],["parent/542",[213,5.548]],["name/543",[24,24.779]],["parent/543",[213,5.548]],["name/544",[27,26.009]],["parent/544",[213,5.548]],["name/545",[214,62.718]],["parent/545",[]],["name/546",[215,71.191]],["parent/546",[214,5.78]],["name/547",[216,71.191]],["parent/547",[214,5.78]],["name/548",[217,60.205]],["parent/548",[]],["name/549",[1,24.156]],["parent/549",[217,5.548]],["name/550",[24,24.779]],["parent/550",[217,5.548]],["name/551",[27,26.009]],["parent/551",[217,5.548]],["name/552",[218,60.205]],["parent/552",[]],["name/553",[1,24.156]],["parent/553",[218,5.548]],["name/554",[24,24.779]],["parent/554",[218,5.548]],["name/555",[27,26.009]],["parent/555",[218,5.548]],["name/556",[219,60.205]],["parent/556",[]],["name/557",[1,24.156]],["parent/557",[219,5.548]],["name/558",[24,24.779]],["parent/558",[219,5.548]],["name/559",[27,26.009]],["parent/559",[219,5.548]],["name/560",[220,60.205]],["parent/560",[]],["name/561",[1,24.156]],["parent/561",[220,5.548]],["name/562",[24,24.779]],["parent/562",[220,5.548]],["name/563",[27,26.009]],["parent/563",[220,5.548]],["name/564",[221,60.205]],["parent/564",[]],["name/565",[1,24.156]],["parent/565",[221,5.548]],["name/566",[24,24.779]],["parent/566",[221,5.548]],["name/567",[27,26.009]],["parent/567",[221,5.548]],["name/568",[222,60.205]],["parent/568",[]],["name/569",[1,24.156]],["parent/569",[222,5.548]],["name/570",[24,24.779]],["parent/570",[222,5.548]],["name/571",[27,26.009]],["parent/571",[222,5.548]],["name/572",[223,60.205]],["parent/572",[]],["name/573",[1,24.156]],["parent/573",[223,5.548]],["name/574",[24,24.779]],["parent/574",[223,5.548]],["name/575",[27,26.009]],["parent/575",[223,5.548]],["name/576",[224,60.205]],["parent/576",[]],["name/577",[1,24.156]],["parent/577",[224,5.548]],["name/578",[24,24.779]],["parent/578",[224,5.548]],["name/579",[27,26.009]],["parent/579",[224,5.548]],["name/580",[225,60.205]],["parent/580",[]],["name/581",[81,46.068]],["parent/581",[225,5.548]],["name/582",[129,52.733]],["parent/582",[225,5.548]],["name/583",[130,52.733]],["parent/583",[225,5.548]],["name/584",[226,60.205]],["parent/584",[]],["name/585",[1,24.156]],["parent/585",[226,5.548]],["name/586",[24,24.779]],["parent/586",[226,5.548]],["name/587",[27,26.009]],["parent/587",[226,5.548]],["name/588",[227,60.205]],["parent/588",[]],["name/589",[1,24.156]],["parent/589",[227,5.548]],["name/590",[24,24.779]],["parent/590",[227,5.548]],["name/591",[27,26.009]],["parent/591",[227,5.548]],["name/592",[228,62.718]],["parent/592",[]],["name/593",[81,46.068]],["parent/593",[228,5.78]],["name/594",[130,52.733]],["parent/594",[228,5.78]],["name/595",[229,60.205]],["parent/595",[]],["name/596",[1,24.156]],["parent/596",[229,5.548]],["name/597",[24,24.779]],["parent/597",[229,5.548]],["name/598",[27,26.009]],["parent/598",[229,5.548]],["name/599",[230,60.205]],["parent/599",[]],["name/600",[1,24.156]],["parent/600",[230,5.548]],["name/601",[24,24.779]],["parent/601",[230,5.548]],["name/602",[27,26.009]],["parent/602",[230,5.548]],["name/603",[231,62.718]],["parent/603",[]],["name/604",[81,46.068]],["parent/604",[231,5.78]],["name/605",[129,52.733]],["parent/605",[231,5.78]],["name/606",[232,60.205]],["parent/606",[]],["name/607",[1,24.156]],["parent/607",[232,5.548]],["name/608",[24,24.779]],["parent/608",[232,5.548]],["name/609",[27,26.009]],["parent/609",[232,5.548]],["name/610",[233,60.205]],["parent/610",[]],["name/611",[1,24.156]],["parent/611",[233,5.548]],["name/612",[24,24.779]],["parent/612",[233,5.548]],["name/613",[27,26.009]],["parent/613",[233,5.548]],["name/614",[234,60.205]],["parent/614",[]],["name/615",[81,46.068]],["parent/615",[234,5.548]],["name/616",[129,52.733]],["parent/616",[234,5.548]],["name/617",[130,52.733]],["parent/617",[234,5.548]],["name/618",[235,60.205]],["parent/618",[]],["name/619",[1,24.156]],["parent/619",[235,5.548]],["name/620",[24,24.779]],["parent/620",[235,5.548]],["name/621",[27,26.009]],["parent/621",[235,5.548]],["name/622",[236,60.205]],["parent/622",[]],["name/623",[1,24.156]],["parent/623",[236,5.548]],["name/624",[24,24.779]],["parent/624",[236,5.548]],["name/625",[27,26.009]],["parent/625",[236,5.548]],["name/626",[237,60.205]],["parent/626",[]],["name/627",[81,46.068]],["parent/627",[237,5.548]],["name/628",[129,52.733]],["parent/628",[237,5.548]],["name/629",[130,52.733]],["parent/629",[237,5.548]],["name/630",[238,60.205]],["parent/630",[]],["name/631",[1,24.156]],["parent/631",[238,5.548]],["name/632",[24,24.779]],["parent/632",[238,5.548]],["name/633",[27,26.009]],["parent/633",[238,5.548]],["name/634",[239,60.205]],["parent/634",[]],["name/635",[1,24.156]],["parent/635",[239,5.548]],["name/636",[24,24.779]],["parent/636",[239,5.548]],["name/637",[27,26.009]],["parent/637",[239,5.548]],["name/638",[240,71.191]],["parent/638",[]],["name/639",[241,60.205]],["parent/639",[]],["name/640",[1,24.156]],["parent/640",[241,5.548]],["name/641",[24,24.779]],["parent/641",[241,5.548]],["name/642",[27,26.009]],["parent/642",[241,5.548]],["name/643",[242,62.718]],["parent/643",[]],["name/644",[81,46.068]],["parent/644",[242,5.78]],["name/645",[243,71.191]],["parent/645",[242,5.78]],["name/646",[244,60.205]],["parent/646",[]],["name/647",[1,24.156]],["parent/647",[244,5.548]],["name/648",[24,24.779]],["parent/648",[244,5.548]],["name/649",[27,26.009]],["parent/649",[244,5.548]],["name/650",[245,60.205]],["parent/650",[]],["name/651",[1,24.156]],["parent/651",[245,5.548]],["name/652",[24,24.779]],["parent/652",[245,5.548]],["name/653",[27,26.009]],["parent/653",[245,5.548]],["name/654",[246,62.718]],["parent/654",[]],["name/655",[81,46.068]],["parent/655",[246,5.78]],["name/656",[247,58.198]],["parent/656",[246,5.78]],["name/657",[248,60.205]],["parent/657",[]],["name/658",[1,24.156]],["parent/658",[248,5.548]],["name/659",[24,24.779]],["parent/659",[248,5.548]],["name/660",[27,26.009]],["parent/660",[248,5.548]],["name/661",[249,60.205]],["parent/661",[]],["name/662",[1,24.156]],["parent/662",[249,5.548]],["name/663",[24,24.779]],["parent/663",[249,5.548]],["name/664",[27,26.009]],["parent/664",[249,5.548]],["name/665",[250,60.205]],["parent/665",[]],["name/666",[1,24.156]],["parent/666",[250,5.548]],["name/667",[24,24.779]],["parent/667",[250,5.548]],["name/668",[27,26.009]],["parent/668",[250,5.548]],["name/669",[251,60.205]],["parent/669",[]],["name/670",[1,24.156]],["parent/670",[251,5.548]],["name/671",[24,24.779]],["parent/671",[251,5.548]],["name/672",[27,26.009]],["parent/672",[251,5.548]],["name/673",[252,60.205]],["parent/673",[]],["name/674",[1,24.156]],["parent/674",[252,5.548]],["name/675",[24,24.779]],["parent/675",[252,5.548]],["name/676",[27,26.009]],["parent/676",[252,5.548]],["name/677",[253,60.205]],["parent/677",[]],["name/678",[1,24.156]],["parent/678",[253,5.548]],["name/679",[24,24.779]],["parent/679",[253,5.548]],["name/680",[27,26.009]],["parent/680",[253,5.548]],["name/681",[254,60.205]],["parent/681",[]],["name/682",[1,24.156]],["parent/682",[254,5.548]],["name/683",[24,24.779]],["parent/683",[254,5.548]],["name/684",[27,26.009]],["parent/684",[254,5.548]],["name/685",[255,60.205]],["parent/685",[]],["name/686",[71,53.845]],["parent/686",[255,5.548]],["name/687",[256,71.191]],["parent/687",[255,5.548]],["name/688",[257,56.528]],["parent/688",[255,5.548]],["name/689",[258,60.205]],["parent/689",[]],["name/690",[257,56.528]],["parent/690",[258,5.548]],["name/691",[259,56.528]],["parent/691",[258,5.548]],["name/692",[80,55.097]],["parent/692",[258,5.548]],["name/693",[260,55.097]],["parent/693",[]],["name/694",[261,71.191]],["parent/694",[260,5.077]],["name/695",[43,60.205]],["parent/695",[260,5.077]],["name/696",[71,53.845]],["parent/696",[260,5.077]],["name/697",[262,71.191]],["parent/697",[260,5.077]],["name/698",[263,71.191]],["parent/698",[260,5.077]],["name/699",[264,66.083]],["parent/699",[260,5.077]],["name/700",[265,47.212]],["parent/700",[]],["name/701",[266,71.191]],["parent/701",[265,4.351]],["name/702",[267,71.191]],["parent/702",[265,4.351]],["name/703",[268,53.845]],["parent/703",[265,4.351]],["name/704",[269,56.528]],["parent/704",[265,4.351]],["name/705",[270,71.191]],["parent/705",[265,4.351]],["name/706",[86,37.989]],["parent/706",[265,4.351]],["name/707",[271,60.205]],["parent/707",[272,4.962]],["name/708",[273,60.205]],["parent/708",[272,4.962]],["name/709",[274,66.083]],["parent/709",[265,4.351]],["name/710",[275,66.083]],["parent/710",[265,4.351]],["name/711",[276,71.191]],["parent/711",[265,4.351]],["name/712",[86,37.989]],["parent/712",[265,4.351]],["name/713",[277,60.205]],["parent/713",[272,4.962]],["name/714",[278,60.205]],["parent/714",[272,4.962]],["name/715",[279,58.198]],["parent/715",[265,4.351]],["name/716",[86,37.989]],["parent/716",[265,4.351]],["name/717",[277,60.205]],["parent/717",[272,4.962]],["name/718",[278,60.205]],["parent/718",[272,4.962]],["name/719",[280,62.718]],["parent/719",[265,4.351]],["name/720",[26,49.988]],["parent/720",[265,4.351]],["name/721",[86,37.989]],["parent/721",[265,4.351]],["name/722",[271,60.205]],["parent/722",[272,4.962]],["name/723",[273,60.205]],["parent/723",[272,4.962]],["name/724",[281,60.205]],["parent/724",[]],["name/725",[1,24.156]],["parent/725",[281,5.548]],["name/726",[24,24.779]],["parent/726",[281,5.548]],["name/727",[25,45.541]],["parent/727",[281,5.548]],["name/728",[282,60.205]],["parent/728",[]],["name/729",[1,24.156]],["parent/729",[282,5.548]],["name/730",[24,24.779]],["parent/730",[282,5.548]],["name/731",[27,26.009]],["parent/731",[282,5.548]],["name/732",[283,49.988]],["parent/732",[]],["name/733",[284,71.191]],["parent/733",[283,4.607]],["name/734",[268,53.845]],["parent/734",[283,4.607]],["name/735",[285,71.191]],["parent/735",[283,4.607]],["name/736",[286,60.205]],["parent/736",[283,4.607]],["name/737",[36,51.732]],["parent/737",[283,4.607]],["name/738",[287,66.083]],["parent/738",[283,4.607]],["name/739",[288,66.083]],["parent/739",[283,4.607]],["name/740",[60,45.041]],["parent/740",[283,4.607]],["name/741",[289,60.205]],["parent/741",[283,4.607]],["name/742",[26,49.988]],["parent/742",[283,4.607]],["name/743",[290,66.083]],["parent/743",[283,4.607]],["name/744",[291,60.205]],["parent/744",[]],["name/745",[1,24.156]],["parent/745",[291,5.548]],["name/746",[24,24.779]],["parent/746",[291,5.548]],["name/747",[27,26.009]],["parent/747",[291,5.548]],["name/748",[292,50.822]],["parent/748",[]],["name/749",[81,46.068]],["parent/749",[292,4.684]],["name/750",[89,49.219]],["parent/750",[292,4.684]],["name/751",[286,60.205]],["parent/751",[292,4.684]],["name/752",[293,55.097]],["parent/752",[292,4.684]],["name/753",[294,56.528]],["parent/753",[292,4.684]],["name/754",[295,58.198]],["parent/754",[292,4.684]],["name/755",[268,53.845]],["parent/755",[292,4.684]],["name/756",[296,71.191]],["parent/756",[292,4.684]],["name/757",[297,71.191]],["parent/757",[292,4.684]],["name/758",[289,60.205]],["parent/758",[292,4.684]],["name/759",[298,58.198]],["parent/759",[]],["name/760",[1,24.156]],["parent/760",[298,5.363]],["name/761",[204,60.205]],["parent/761",[298,5.363]],["name/762",[24,24.779]],["parent/762",[298,5.363]],["name/763",[27,26.009]],["parent/763",[298,5.363]],["name/764",[299,55.097]],["parent/764",[]],["name/765",[29,51.732]],["parent/765",[299,5.077]],["name/766",[15,52.733]],["parent/766",[299,5.077]],["name/767",[21,49.219]],["parent/767",[299,5.077]],["name/768",[30,51.732]],["parent/768",[299,5.077]],["name/769",[16,58.198]],["parent/769",[299,5.077]],["name/770",[22,49.219]],["parent/770",[299,5.077]],["name/771",[300,60.205]],["parent/771",[]],["name/772",[1,24.156]],["parent/772",[300,5.548]],["name/773",[24,24.779]],["parent/773",[300,5.548]],["name/774",[27,26.009]],["parent/774",[300,5.548]],["name/775",[301,60.205]],["parent/775",[]],["name/776",[1,24.156]],["parent/776",[301,5.548]],["name/777",[24,24.779]],["parent/777",[301,5.548]],["name/778",[27,26.009]],["parent/778",[301,5.548]],["name/779",[302,62.718]],["parent/779",[]],["name/780",[303,71.191]],["parent/780",[302,5.78]],["name/781",[304,66.083]],["parent/781",[302,5.78]],["name/782",[295,58.198]],["parent/782",[]],["name/783",[1,24.156]],["parent/783",[295,5.363]],["name/784",[24,24.779]],["parent/784",[295,5.363]],["name/785",[27,26.009]],["parent/785",[295,5.363]],["name/786",[294,56.528]],["parent/786",[]],["name/787",[305,71.191]],["parent/787",[294,5.209]],["name/788",[306,66.083]],["parent/788",[294,5.209]],["name/789",[307,66.083]],["parent/789",[294,5.209]],["name/790",[308,60.205]],["parent/790",[]],["name/791",[1,24.156]],["parent/791",[308,5.548]],["name/792",[24,24.779]],["parent/792",[308,5.548]],["name/793",[27,26.009]],["parent/793",[308,5.548]],["name/794",[309,50.822]],["parent/794",[]],["name/795",[268,53.845]],["parent/795",[309,4.684]],["name/796",[36,51.732]],["parent/796",[309,4.684]],["name/797",[288,66.083]],["parent/797",[309,4.684]],["name/798",[289,60.205]],["parent/798",[309,4.684]],["name/799",[287,66.083]],["parent/799",[309,4.684]],["name/800",[89,49.219]],["parent/800",[309,4.684]],["name/801",[60,45.041]],["parent/801",[309,4.684]],["name/802",[26,49.988]],["parent/802",[309,4.684]],["name/803",[310,71.191]],["parent/803",[309,4.684]],["name/804",[290,66.083]],["parent/804",[309,4.684]],["name/805",[311,60.205]],["parent/805",[]],["name/806",[1,24.156]],["parent/806",[311,5.548]],["name/807",[24,24.779]],["parent/807",[311,5.548]],["name/808",[27,26.009]],["parent/808",[311,5.548]],["name/809",[312,60.205]],["parent/809",[]],["name/810",[257,56.528]],["parent/810",[312,5.548]],["name/811",[259,56.528]],["parent/811",[312,5.548]],["name/812",[80,55.097]],["parent/812",[312,5.548]],["name/813",[313,55.097]],["parent/813",[]],["name/814",[17,55.097]],["parent/814",[313,5.077]],["name/815",[314,60.205]],["parent/815",[313,5.077]],["name/816",[21,49.219]],["parent/816",[313,5.077]],["name/817",[315,60.205]],["parent/817",[313,5.077]],["name/818",[22,49.219]],["parent/818",[313,5.077]],["name/819",[316,53.845]],["parent/819",[]],["name/820",[17,55.097]],["parent/820",[316,4.962]],["name/821",[314,60.205]],["parent/821",[316,4.962]],["name/822",[30,51.732]],["parent/822",[316,4.962]],["name/823",[315,60.205]],["parent/823",[316,4.962]],["name/824",[317,71.191]],["parent/824",[316,4.962]],["name/825",[29,51.732]],["parent/825",[316,4.962]],["name/826",[318,49.988]],["parent/826",[]],["name/827",[319,71.191]],["parent/827",[318,4.607]],["name/828",[320,71.191]],["parent/828",[318,4.607]],["name/829",[313,55.097]],["parent/829",[318,4.607]],["name/830",[321,71.191]],["parent/830",[318,4.607]],["name/831",[322,71.191]],["parent/831",[318,4.607]],["name/832",[316,53.845]],["parent/832",[318,4.607]],["name/833",[323,71.191]],["parent/833",[318,4.607]],["name/834",[324,71.191]],["parent/834",[318,4.607]],["name/835",[325,71.191]],["parent/835",[318,4.607]],["name/836",[326,71.191]],["parent/836",[318,4.607]],["name/837",[327,66.083]],["parent/837",[318,4.607]],["name/838",[328,60.205]],["parent/838",[]],["name/839",[1,24.156]],["parent/839",[328,5.548]],["name/840",[24,24.779]],["parent/840",[328,5.548]],["name/841",[25,45.541]],["parent/841",[328,5.548]],["name/842",[329,60.205]],["parent/842",[]],["name/843",[1,24.156]],["parent/843",[329,5.548]],["name/844",[24,24.779]],["parent/844",[329,5.548]],["name/845",[27,26.009]],["parent/845",[329,5.548]],["name/846",[330,62.718]],["parent/846",[]],["name/847",[331,71.191]],["parent/847",[330,5.78]],["name/848",[332,71.191]],["parent/848",[330,5.78]],["name/849",[333,60.205]],["parent/849",[]],["name/850",[1,24.156]],["parent/850",[333,5.548]],["name/851",[24,24.779]],["parent/851",[333,5.548]],["name/852",[27,26.009]],["parent/852",[333,5.548]],["name/853",[334,55.097]],["parent/853",[]],["name/854",[29,51.732]],["parent/854",[334,5.077]],["name/855",[30,51.732]],["parent/855",[334,5.077]],["name/856",[21,49.219]],["parent/856",[334,5.077]],["name/857",[22,49.219]],["parent/857",[334,5.077]],["name/858",[335,66.083]],["parent/858",[334,5.077]],["name/859",[336,66.083]],["parent/859",[334,5.077]],["name/860",[337,56.528]],["parent/860",[]],["name/861",[71,53.845]],["parent/861",[337,5.209]],["name/862",[86,37.989]],["parent/862",[337,5.209]],["name/863",[29,51.732]],["parent/863",[338,4.607]],["name/864",[86,37.989]],["parent/864",[338,4.607]],["name/865",[60,45.041]],["parent/865",[339,4.245]],["name/866",[122,48.504]],["parent/866",[339,4.245]],["name/867",[118,45.541]],["parent/867",[339,4.245]],["name/868",[30,51.732]],["parent/868",[338,4.607]],["name/869",[86,37.989]],["parent/869",[338,4.607]],["name/870",[60,45.041]],["parent/870",[339,4.245]],["name/871",[122,48.504]],["parent/871",[339,4.245]],["name/872",[118,45.541]],["parent/872",[339,4.245]],["name/873",[21,49.219]],["parent/873",[338,4.607]],["name/874",[86,37.989]],["parent/874",[338,4.607]],["name/875",[60,45.041]],["parent/875",[339,4.245]],["name/876",[122,48.504]],["parent/876",[339,4.245]],["name/877",[118,45.541]],["parent/877",[339,4.245]],["name/878",[22,49.219]],["parent/878",[338,4.607]],["name/879",[86,37.989]],["parent/879",[338,4.607]],["name/880",[60,45.041]],["parent/880",[339,4.245]],["name/881",[122,48.504]],["parent/881",[339,4.245]],["name/882",[118,45.541]],["parent/882",[339,4.245]],["name/883",[335,66.083]],["parent/883",[338,4.607]],["name/884",[86,37.989]],["parent/884",[338,4.607]],["name/885",[60,45.041]],["parent/885",[339,4.245]],["name/886",[122,48.504]],["parent/886",[339,4.245]],["name/887",[118,45.541]],["parent/887",[339,4.245]],["name/888",[336,66.083]],["parent/888",[338,4.607]],["name/889",[86,37.989]],["parent/889",[338,4.607]],["name/890",[60,45.041]],["parent/890",[339,4.245]],["name/891",[122,48.504]],["parent/891",[339,4.245]],["name/892",[118,45.541]],["parent/892",[339,4.245]],["name/893",[1,24.156]],["parent/893",[337,5.209]],["name/894",[24,24.779]],["parent/894",[337,5.209]],["name/895",[27,26.009]],["parent/895",[337,5.209]],["name/896",[340,62.718]],["parent/896",[]],["name/897",[341,71.191]],["parent/897",[340,5.78]],["name/898",[327,66.083]],["parent/898",[340,5.78]],["name/899",[342,60.205]],["parent/899",[]],["name/900",[1,24.156]],["parent/900",[342,5.548]],["name/901",[24,24.779]],["parent/901",[342,5.548]],["name/902",[27,26.009]],["parent/902",[342,5.548]],["name/903",[343,56.528]],["parent/903",[]],["name/904",[81,46.068]],["parent/904",[343,5.209]],["name/905",[344,66.083]],["parent/905",[343,5.209]],["name/906",[345,66.083]],["parent/906",[343,5.209]],["name/907",[269,56.528]],["parent/907",[343,5.209]],["name/908",[86,37.989]],["parent/908",[343,5.209]],["name/909",[346,66.083]],["parent/909",[347,6.09]],["name/910",[280,62.718]],["parent/910",[347,6.09]],["name/911",[348,51.732]],["parent/911",[]],["name/912",[1,24.156]],["parent/912",[348,4.767]],["name/913",[349,71.191]],["parent/913",[348,4.767]],["name/914",[350,71.191]],["parent/914",[348,4.767]],["name/915",[351,71.191]],["parent/915",[348,4.767]],["name/916",[352,71.191]],["parent/916",[348,4.767]],["name/917",[353,71.191]],["parent/917",[348,4.767]],["name/918",[354,71.191]],["parent/918",[348,4.767]],["name/919",[24,24.779]],["parent/919",[348,4.767]],["name/920",[27,26.009]],["parent/920",[348,4.767]],["name/921",[355,58.198]],["parent/921",[]],["name/922",[344,66.083]],["parent/922",[355,5.363]],["name/923",[345,66.083]],["parent/923",[355,5.363]],["name/924",[269,56.528]],["parent/924",[355,5.363]],["name/925",[86,37.989]],["parent/925",[355,5.363]],["name/926",[346,66.083]],["parent/926",[356,6.09]],["name/927",[280,62.718]],["parent/927",[356,6.09]],["name/928",[357,60.205]],["parent/928",[]],["name/929",[1,24.156]],["parent/929",[357,5.548]],["name/930",[24,24.779]],["parent/930",[357,5.548]],["name/931",[27,26.009]],["parent/931",[357,5.548]],["name/932",[358,60.205]],["parent/932",[]],["name/933",[43,60.205]],["parent/933",[358,5.548]],["name/934",[359,71.191]],["parent/934",[358,5.548]],["name/935",[360,71.191]],["parent/935",[358,5.548]],["name/936",[361,60.205]],["parent/936",[]],["name/937",[1,24.156]],["parent/937",[361,5.548]],["name/938",[24,24.779]],["parent/938",[361,5.548]],["name/939",[25,45.541]],["parent/939",[361,5.548]],["name/940",[362,60.205]],["parent/940",[]],["name/941",[1,24.156]],["parent/941",[362,5.548]],["name/942",[24,24.779]],["parent/942",[362,5.548]],["name/943",[27,26.009]],["parent/943",[362,5.548]],["name/944",[363,58.198]],["parent/944",[]],["name/945",[43,60.205]],["parent/945",[363,5.363]],["name/946",[364,71.191]],["parent/946",[363,5.363]],["name/947",[365,62.718]],["parent/947",[363,5.363]],["name/948",[366,71.191]],["parent/948",[363,5.363]],["name/949",[367,62.718]],["parent/949",[]],["name/950",[122,48.504]],["parent/950",[367,5.78]],["name/951",[120,43.676]],["parent/951",[367,5.78]],["name/952",[368,60.205]],["parent/952",[]],["name/953",[1,24.156]],["parent/953",[368,5.548]],["name/954",[24,24.779]],["parent/954",[368,5.548]],["name/955",[27,26.009]],["parent/955",[368,5.548]],["name/956",[369,55.097]],["parent/956",[]],["name/957",[7,62.718]],["parent/957",[369,5.077]],["name/958",[86,37.989]],["parent/958",[369,5.077]],["name/959",[370,56.528]],["parent/959",[371,5.209]],["name/960",[372,60.205]],["parent/960",[371,5.209]],["name/961",[373,60.205]],["parent/961",[371,5.209]],["name/962",[8,62.718]],["parent/962",[369,5.077]],["name/963",[86,37.989]],["parent/963",[369,5.077]],["name/964",[370,56.528]],["parent/964",[371,5.209]],["name/965",[372,60.205]],["parent/965",[371,5.209]],["name/966",[373,60.205]],["parent/966",[371,5.209]],["name/967",[374,71.191]],["parent/967",[369,5.077]],["name/968",[81,46.068]],["parent/968",[369,5.077]],["name/969",[375,66.083]],["parent/969",[]],["name/970",[376,66.083]],["parent/970",[]],["name/971",[377,71.191]],["parent/971",[376,6.09]],["name/972",[378,66.083]],["parent/972",[]],["name/973",[379,71.191]],["parent/973",[378,6.09]],["name/974",[4,50.822]],["parent/974",[]],["name/975",[1,24.156]],["parent/975",[4,4.684]],["name/976",[24,24.779]],["parent/976",[4,4.684]],["name/977",[380,71.191]],["parent/977",[4,4.684]],["name/978",[381,53.845]],["parent/978",[4,4.684]],["name/979",[382,71.191]],["parent/979",[4,4.684]],["name/980",[27,26.009]],["parent/980",[4,4.684]],["name/981",[383,58.198]],["parent/981",[]],["name/982",[1,24.156]],["parent/982",[383,5.363]],["name/983",[149,58.198]],["parent/983",[383,5.363]],["name/984",[24,24.779]],["parent/984",[383,5.363]],["name/985",[27,26.009]],["parent/985",[383,5.363]],["name/986",[384,47.837]],["parent/986",[]],["name/987",[85,60.205]],["parent/987",[384,4.408]],["name/988",[385,66.083]],["parent/988",[384,4.408]],["name/989",[386,66.083]],["parent/989",[384,4.408]],["name/990",[65,62.718]],["parent/990",[384,4.408]],["name/991",[387,66.083]],["parent/991",[384,4.408]],["name/992",[388,71.191]],["parent/992",[384,4.408]],["name/993",[389,71.191]],["parent/993",[384,4.408]],["name/994",[390,66.083]],["parent/994",[384,4.408]],["name/995",[391,66.083]],["parent/995",[384,4.408]],["name/996",[392,66.083]],["parent/996",[384,4.408]],["name/997",[71,53.845]],["parent/997",[384,4.408]],["name/998",[393,66.083]],["parent/998",[384,4.408]],["name/999",[394,66.083]],["parent/999",[384,4.408]],["name/1000",[395,66.083]],["parent/1000",[384,4.408]],["name/1001",[396,60.205]],["parent/1001",[]],["name/1002",[397,71.191]],["parent/1002",[396,5.548]],["name/1003",[279,58.198]],["parent/1003",[396,5.548]],["name/1004",[194,58.198]],["parent/1004",[396,5.548]],["name/1005",[398,52.733]],["parent/1005",[]],["name/1006",[87,49.988]],["parent/1006",[398,4.86]],["name/1007",[399,71.191]],["parent/1007",[398,4.86]],["name/1008",[80,55.097]],["parent/1008",[398,4.86]],["name/1009",[26,49.988]],["parent/1009",[398,4.86]],["name/1010",[15,52.733]],["parent/1010",[398,4.86]],["name/1011",[400,71.191]],["parent/1011",[398,4.86]],["name/1012",[60,45.041]],["parent/1012",[398,4.86]],["name/1013",[86,37.989]],["parent/1013",[398,4.86]],["name/1014",[142,51.732]],["parent/1014",[401,6.09]],["name/1015",[102,51.732]],["parent/1015",[401,6.09]],["name/1016",[402,60.205]],["parent/1016",[]],["name/1017",[1,24.156]],["parent/1017",[402,5.548]],["name/1018",[24,24.779]],["parent/1018",[402,5.548]],["name/1019",[27,26.009]],["parent/1019",[402,5.548]],["name/1020",[87,49.988]],["parent/1020",[]],["name/1021",[1,24.156]],["parent/1021",[87,4.607]],["name/1022",[24,24.779]],["parent/1022",[87,4.607]],["name/1023",[27,26.009]],["parent/1023",[87,4.607]],["name/1024",[403,60.205]],["parent/1024",[]],["name/1025",[1,24.156]],["parent/1025",[403,5.548]],["name/1026",[24,24.779]],["parent/1026",[403,5.548]],["name/1027",[27,26.009]],["parent/1027",[403,5.548]],["name/1028",[404,55.097]],["parent/1028",[]],["name/1029",[405,66.083]],["parent/1029",[404,5.077]],["name/1030",[406,71.191]],["parent/1030",[404,5.077]],["name/1031",[93,58.198]],["parent/1031",[404,5.077]],["name/1032",[94,58.198]],["parent/1032",[404,5.077]],["name/1033",[407,71.191]],["parent/1033",[404,5.077]],["name/1034",[86,37.989]],["parent/1034",[404,5.077]],["name/1035",[66,66.083]],["parent/1035",[408,6.09]],["name/1036",[15,52.733]],["parent/1036",[408,6.09]],["name/1037",[381,53.845]],["parent/1037",[]],["name/1038",[1,24.156]],["parent/1038",[381,4.962]],["name/1039",[405,66.083]],["parent/1039",[381,4.962]],["name/1040",[93,58.198]],["parent/1040",[381,4.962]],["name/1041",[94,58.198]],["parent/1041",[381,4.962]],["name/1042",[24,24.779]],["parent/1042",[381,4.962]],["name/1043",[27,26.009]],["parent/1043",[381,4.962]],["name/1044",[409,60.205]],["parent/1044",[]],["name/1045",[1,24.156]],["parent/1045",[409,5.548]],["name/1046",[24,24.779]],["parent/1046",[409,5.548]],["name/1047",[27,26.009]],["parent/1047",[409,5.548]],["name/1048",[410,56.528]],["parent/1048",[]],["name/1049",[268,53.845]],["parent/1049",[410,5.209]],["name/1050",[269,56.528]],["parent/1050",[410,5.209]],["name/1051",[411,66.083]],["parent/1051",[410,5.209]],["name/1052",[86,37.989]],["parent/1052",[410,5.209]],["name/1053",[278,60.205]],["parent/1053",[412,6.09]],["name/1054",[277,60.205]],["parent/1054",[412,6.09]],["name/1055",[413,66.083]],["parent/1055",[410,5.209]],["name/1056",[5,52.733]],["parent/1056",[]],["name/1057",[1,24.156]],["parent/1057",[5,4.86]],["name/1058",[414,71.191]],["parent/1058",[5,4.86]],["name/1059",[415,71.191]],["parent/1059",[5,4.86]],["name/1060",[416,71.191]],["parent/1060",[5,4.86]],["name/1061",[417,53.845]],["parent/1061",[]],["name/1062",[418,71.191]],["parent/1062",[417,4.962]],["name/1063",[86,37.989]],["parent/1063",[417,4.962]],["name/1064",[271,60.205]],["parent/1064",[419,5.209]],["name/1065",[273,60.205]],["parent/1065",[419,5.209]],["name/1066",[420,71.191]],["parent/1066",[417,4.962]],["name/1067",[86,37.989]],["parent/1067",[417,4.962]],["name/1068",[271,60.205]],["parent/1068",[419,5.209]],["name/1069",[273,60.205]],["parent/1069",[419,5.209]],["name/1070",[411,66.083]],["parent/1070",[417,4.962]],["name/1071",[86,37.989]],["parent/1071",[417,4.962]],["name/1072",[278,60.205]],["parent/1072",[419,5.209]],["name/1073",[277,60.205]],["parent/1073",[419,5.209]],["name/1074",[413,66.083]],["parent/1074",[417,4.962]],["name/1075",[421,60.205]],["parent/1075",[]],["name/1076",[422,71.191]],["parent/1076",[421,5.548]],["name/1077",[423,71.191]],["parent/1077",[421,5.548]],["name/1078",[162,66.083]],["parent/1078",[421,5.548]],["name/1079",[424,58.198]],["parent/1079",[]],["name/1080",[425,71.191]],["parent/1080",[424,5.363]],["name/1081",[426,71.191]],["parent/1081",[424,5.363]],["name/1082",[427,71.191]],["parent/1082",[424,5.363]],["name/1083",[428,71.191]],["parent/1083",[424,5.363]],["name/1084",[429,66.083]],["parent/1084",[]],["name/1085",[163,66.083]],["parent/1085",[429,6.09]],["name/1086",[430,60.205]],["parent/1086",[]],["name/1087",[1,24.156]],["parent/1087",[430,5.548]],["name/1088",[24,24.779]],["parent/1088",[430,5.548]],["name/1089",[27,26.009]],["parent/1089",[430,5.548]],["name/1090",[431,58.198]],["parent/1090",[]],["name/1091",[71,53.845]],["parent/1091",[431,5.363]],["name/1092",[432,71.191]],["parent/1092",[431,5.363]],["name/1093",[264,66.083]],["parent/1093",[431,5.363]],["name/1094",[433,71.191]],["parent/1094",[431,5.363]],["name/1095",[434,58.198]],["parent/1095",[]],["name/1096",[435,71.191]],["parent/1096",[434,5.363]],["name/1097",[21,49.219]],["parent/1097",[434,5.363]],["name/1098",[22,49.219]],["parent/1098",[434,5.363]],["name/1099",[436,71.191]],["parent/1099",[434,5.363]],["name/1100",[437,60.205]],["parent/1100",[]],["name/1101",[120,43.676]],["parent/1101",[437,5.548]],["name/1102",[438,71.191]],["parent/1102",[437,5.548]],["name/1103",[286,60.205]],["parent/1103",[437,5.548]],["name/1104",[439,60.205]],["parent/1104",[]],["name/1105",[1,24.156]],["parent/1105",[439,5.548]],["name/1106",[24,24.779]],["parent/1106",[439,5.548]],["name/1107",[27,26.009]],["parent/1107",[439,5.548]],["name/1108",[440,60.205]],["parent/1108",[]],["name/1109",[1,24.156]],["parent/1109",[440,5.548]],["name/1110",[24,24.779]],["parent/1110",[440,5.548]],["name/1111",[27,26.009]],["parent/1111",[440,5.548]],["name/1112",[441,60.205]],["parent/1112",[]],["name/1113",[1,24.156]],["parent/1113",[441,5.548]],["name/1114",[24,24.779]],["parent/1114",[441,5.548]],["name/1115",[27,26.009]],["parent/1115",[441,5.548]],["name/1116",[442,60.205]],["parent/1116",[]],["name/1117",[1,24.156]],["parent/1117",[442,5.548]],["name/1118",[24,24.779]],["parent/1118",[442,5.548]],["name/1119",[27,26.009]],["parent/1119",[442,5.548]],["name/1120",[443,52.733]],["parent/1120",[]],["name/1121",[444,71.191]],["parent/1121",[443,4.86]],["name/1122",[445,56.528]],["parent/1122",[443,4.86]],["name/1123",[446,66.083]],["parent/1123",[443,4.86]],["name/1124",[447,71.191]],["parent/1124",[443,4.86]],["name/1125",[257,56.528]],["parent/1125",[443,4.86]],["name/1126",[448,66.083]],["parent/1126",[443,4.86]],["name/1127",[259,56.528]],["parent/1127",[443,4.86]],["name/1128",[449,71.191]],["parent/1128",[443,4.86]],["name/1129",[450,52.733]],["parent/1129",[]],["name/1130",[451,71.191]],["parent/1130",[450,4.86]],["name/1131",[446,66.083]],["parent/1131",[450,4.86]],["name/1132",[47,66.083]],["parent/1132",[450,4.86]],["name/1133",[257,56.528]],["parent/1133",[450,4.86]],["name/1134",[448,66.083]],["parent/1134",[450,4.86]],["name/1135",[259,56.528]],["parent/1135",[450,4.86]],["name/1136",[102,51.732]],["parent/1136",[450,4.86]],["name/1137",[452,71.191]],["parent/1137",[450,4.86]],["name/1138",[453,60.205]],["parent/1138",[]],["name/1139",[454,66.083]],["parent/1139",[453,5.548]],["name/1140",[455,66.083]],["parent/1140",[453,5.548]],["name/1141",[456,66.083]],["parent/1141",[453,5.548]],["name/1142",[457,60.205]],["parent/1142",[]],["name/1143",[454,66.083]],["parent/1143",[457,5.548]],["name/1144",[455,66.083]],["parent/1144",[457,5.548]],["name/1145",[456,66.083]],["parent/1145",[457,5.548]],["name/1146",[458,58.198]],["parent/1146",[]],["name/1147",[21,49.219]],["parent/1147",[458,5.363]],["name/1148",[30,51.732]],["parent/1148",[458,5.363]],["name/1149",[29,51.732]],["parent/1149",[458,5.363]],["name/1150",[22,49.219]],["parent/1150",[458,5.363]],["name/1151",[459,51.732]],["parent/1151",[]],["name/1152",[460,58.198]],["parent/1152",[459,4.767]],["name/1153",[461,58.198]],["parent/1153",[459,4.767]],["name/1154",[462,71.191]],["parent/1154",[459,4.767]],["name/1155",[463,71.191]],["parent/1155",[459,4.767]],["name/1156",[464,71.191]],["parent/1156",[459,4.767]],["name/1157",[465,71.191]],["parent/1157",[459,4.767]],["name/1158",[286,60.205]],["parent/1158",[459,4.767]],["name/1159",[274,66.083]],["parent/1159",[459,4.767]],["name/1160",[466,71.191]],["parent/1160",[459,4.767]],["name/1161",[467,60.205]],["parent/1161",[]],["name/1162",[1,24.156]],["parent/1162",[467,5.548]],["name/1163",[24,24.779]],["parent/1163",[467,5.548]],["name/1164",[27,26.009]],["parent/1164",[467,5.548]],["name/1165",[460,58.198]],["parent/1165",[]],["name/1166",[1,24.156]],["parent/1166",[460,5.363]],["name/1167",[24,24.779]],["parent/1167",[460,5.363]],["name/1168",[27,26.009]],["parent/1168",[460,5.363]],["name/1169",[461,58.198]],["parent/1169",[]],["name/1170",[1,24.156]],["parent/1170",[461,5.363]],["name/1171",[24,24.779]],["parent/1171",[461,5.363]],["name/1172",[27,26.009]],["parent/1172",[461,5.363]],["name/1173",[468,66.083]],["parent/1173",[]],["name/1174",[469,71.191]],["parent/1174",[468,6.09]],["name/1175",[470,43.259]],["parent/1175",[]],["name/1176",[471,71.191]],["parent/1176",[470,3.987]],["name/1177",[472,71.191]],["parent/1177",[470,3.987]],["name/1178",[473,71.191]],["parent/1178",[470,3.987]],["name/1179",[474,71.191]],["parent/1179",[470,3.987]],["name/1180",[475,71.191]],["parent/1180",[470,3.987]],["name/1181",[476,71.191]],["parent/1181",[470,3.987]],["name/1182",[477,71.191]],["parent/1182",[470,3.987]],["name/1183",[478,71.191]],["parent/1183",[470,3.987]],["name/1184",[479,71.191]],["parent/1184",[470,3.987]],["name/1185",[480,71.191]],["parent/1185",[470,3.987]],["name/1186",[481,71.191]],["parent/1186",[470,3.987]],["name/1187",[482,71.191]],["parent/1187",[470,3.987]],["name/1188",[483,71.191]],["parent/1188",[470,3.987]],["name/1189",[484,71.191]],["parent/1189",[470,3.987]],["name/1190",[485,71.191]],["parent/1190",[470,3.987]],["name/1191",[486,71.191]],["parent/1191",[470,3.987]],["name/1192",[487,71.191]],["parent/1192",[470,3.987]],["name/1193",[488,71.191]],["parent/1193",[470,3.987]],["name/1194",[489,71.191]],["parent/1194",[470,3.987]],["name/1195",[490,71.191]],["parent/1195",[470,3.987]],["name/1196",[491,71.191]],["parent/1196",[470,3.987]],["name/1197",[492,71.191]],["parent/1197",[470,3.987]],["name/1198",[120,43.676]],["parent/1198",[470,3.987]],["name/1199",[493,60.205]],["parent/1199",[]],["name/1200",[1,24.156]],["parent/1200",[493,5.548]],["name/1201",[24,24.779]],["parent/1201",[493,5.548]],["name/1202",[25,45.541]],["parent/1202",[493,5.548]],["name/1203",[494,56.528]],["parent/1203",[]],["name/1204",[1,24.156]],["parent/1204",[494,5.209]],["name/1205",[495,71.191]],["parent/1205",[494,5.209]],["name/1206",[24,24.779]],["parent/1206",[494,5.209]],["name/1207",[110,60.205]],["parent/1207",[494,5.209]],["name/1208",[27,26.009]],["parent/1208",[494,5.209]],["name/1209",[496,60.205]],["parent/1209",[]],["name/1210",[370,56.528]],["parent/1210",[496,5.548]],["name/1211",[372,60.205]],["parent/1211",[496,5.548]],["name/1212",[373,60.205]],["parent/1212",[496,5.548]],["name/1213",[497,50.822]],["parent/1213",[]],["name/1214",[259,56.528]],["parent/1214",[497,4.684]],["name/1215",[86,37.989]],["parent/1215",[497,4.684]],["name/1216",[122,48.504]],["parent/1216",[498,5.363]],["name/1217",[257,56.528]],["parent/1217",[498,5.363]],["name/1218",[499,71.191]],["parent/1218",[498,5.363]],["name/1219",[289,60.205]],["parent/1219",[498,5.363]],["name/1220",[294,56.528]],["parent/1220",[498,5.363]],["name/1221",[500,71.191]],["parent/1221",[497,4.684]],["name/1222",[501,71.191]],["parent/1222",[497,4.684]],["name/1223",[502,71.191]],["parent/1223",[497,4.684]],["name/1224",[503,71.191]],["parent/1224",[497,4.684]],["name/1225",[504,71.191]],["parent/1225",[497,4.684]],["name/1226",[293,55.097]],["parent/1226",[497,4.684]],["name/1227",[445,56.528]],["parent/1227",[497,4.684]],["name/1228",[120,43.676]],["parent/1228",[497,4.684]],["name/1229",[505,66.083]],["parent/1229",[]],["name/1230",[86,37.989]],["parent/1230",[505,6.09]],["name/1231",[29,51.732]],["parent/1231",[506,5.077]],["name/1232",[22,49.219]],["parent/1232",[506,5.077]],["name/1233",[30,51.732]],["parent/1233",[506,5.077]],["name/1234",[21,49.219]],["parent/1234",[506,5.077]],["name/1235",[507,55.097]],["parent/1235",[506,5.077]],["name/1236",[508,55.097]],["parent/1236",[506,5.077]],["name/1237",[509,66.083]],["parent/1237",[506,5.077]],["name/1238",[510,66.083]],["parent/1238",[]],["name/1239",[86,37.989]],["parent/1239",[510,6.09]],["name/1240",[268,53.845]],["parent/1240",[511,5.78]],["name/1241",[269,56.528]],["parent/1241",[511,5.78]],["name/1242",[512,66.083]],["parent/1242",[511,5.78]],["name/1243",[513,60.205]],["parent/1243",[]],["name/1244",[1,24.156]],["parent/1244",[513,5.548]],["name/1245",[24,24.779]],["parent/1245",[513,5.548]],["name/1246",[27,26.009]],["parent/1246",[513,5.548]],["name/1247",[514,62.718]],["parent/1247",[]],["name/1248",[268,53.845]],["parent/1248",[514,5.78]],["name/1249",[279,58.198]],["parent/1249",[514,5.78]],["name/1250",[515,60.205]],["parent/1250",[]],["name/1251",[1,24.156]],["parent/1251",[515,5.548]],["name/1252",[24,24.779]],["parent/1252",[515,5.548]],["name/1253",[25,45.541]],["parent/1253",[515,5.548]],["name/1254",[445,56.528]],["parent/1254",[]],["name/1255",[1,24.156]],["parent/1255",[445,5.209]],["name/1256",[24,24.779]],["parent/1256",[445,5.209]],["name/1257",[27,26.009]],["parent/1257",[445,5.209]],["name/1258",[516,56.528]],["parent/1258",[]],["name/1259",[279,58.198]],["parent/1259",[516,5.209]],["name/1260",[517,71.191]],["parent/1260",[516,5.209]],["name/1261",[518,71.191]],["parent/1261",[516,5.209]],["name/1262",[519,71.191]],["parent/1262",[516,5.209]],["name/1263",[81,46.068]],["parent/1263",[516,5.209]],["name/1264",[520,60.205]],["parent/1264",[]],["name/1265",[1,24.156]],["parent/1265",[520,5.548]],["name/1266",[24,24.779]],["parent/1266",[520,5.548]],["name/1267",[25,45.541]],["parent/1267",[520,5.548]],["name/1268",[521,60.205]],["parent/1268",[]],["name/1269",[1,24.156]],["parent/1269",[521,5.548]],["name/1270",[24,24.779]],["parent/1270",[521,5.548]],["name/1271",[27,26.009]],["parent/1271",[521,5.548]],["name/1272",[522,58.198]],["parent/1272",[]],["name/1273",[370,56.528]],["parent/1273",[522,5.363]],["name/1274",[275,66.083]],["parent/1274",[522,5.363]],["name/1275",[523,71.191]],["parent/1275",[522,5.363]],["name/1276",[524,71.191]],["parent/1276",[522,5.363]],["name/1277",[525,60.205]],["parent/1277",[]],["name/1278",[120,43.676]],["parent/1278",[525,5.548]],["name/1279",[526,71.191]],["parent/1279",[525,5.548]],["name/1280",[527,71.191]],["parent/1280",[525,5.548]],["name/1281",[528,60.205]],["parent/1281",[]],["name/1282",[1,24.156]],["parent/1282",[528,5.548]],["name/1283",[24,24.779]],["parent/1283",[528,5.548]],["name/1284",[25,45.541]],["parent/1284",[528,5.548]],["name/1285",[529,60.205]],["parent/1285",[]],["name/1286",[1,24.156]],["parent/1286",[529,5.548]],["name/1287",[24,24.779]],["parent/1287",[529,5.548]],["name/1288",[27,26.009]],["parent/1288",[529,5.548]],["name/1289",[530,62.718]],["parent/1289",[]],["name/1290",[531,71.191]],["parent/1290",[530,5.78]],["name/1291",[532,71.191]],["parent/1291",[530,5.78]],["name/1292",[533,60.205]],["parent/1292",[]],["name/1293",[268,53.845]],["parent/1293",[533,5.548]],["name/1294",[269,56.528]],["parent/1294",[533,5.548]],["name/1295",[512,66.083]],["parent/1295",[533,5.548]],["name/1296",[534,60.205]],["parent/1296",[]],["name/1297",[1,24.156]],["parent/1297",[534,5.548]],["name/1298",[24,24.779]],["parent/1298",[534,5.548]],["name/1299",[25,45.541]],["parent/1299",[534,5.548]],["name/1300",[535,60.205]],["parent/1300",[]],["name/1301",[1,24.156]],["parent/1301",[535,5.548]],["name/1302",[24,24.779]],["parent/1302",[535,5.548]],["name/1303",[27,26.009]],["parent/1303",[535,5.548]],["name/1304",[536,56.528]],["parent/1304",[]],["name/1305",[69,66.083]],["parent/1305",[536,5.209]],["name/1306",[537,71.191]],["parent/1306",[536,5.209]],["name/1307",[538,71.191]],["parent/1307",[536,5.209]],["name/1308",[539,71.191]],["parent/1308",[536,5.209]],["name/1309",[540,71.191]],["parent/1309",[536,5.209]],["name/1310",[541,60.205]],["parent/1310",[]],["name/1311",[15,52.733]],["parent/1311",[541,5.548]],["name/1312",[542,71.191]],["parent/1312",[541,5.548]],["name/1313",[543,71.191]],["parent/1313",[541,5.548]],["name/1314",[544,60.205]],["parent/1314",[]],["name/1315",[1,24.156]],["parent/1315",[544,5.548]],["name/1316",[24,24.779]],["parent/1316",[544,5.548]],["name/1317",[25,45.541]],["parent/1317",[544,5.548]],["name/1318",[545,60.205]],["parent/1318",[]],["name/1319",[1,24.156]],["parent/1319",[545,5.548]],["name/1320",[24,24.779]],["parent/1320",[545,5.548]],["name/1321",[27,26.009]],["parent/1321",[545,5.548]],["name/1322",[546,60.205]],["parent/1322",[]],["name/1323",[547,71.191]],["parent/1323",[546,5.548]],["name/1324",[548,71.191]],["parent/1324",[546,5.548]],["name/1325",[549,71.191]],["parent/1325",[546,5.548]],["name/1326",[550,62.718]],["parent/1326",[]],["name/1327",[259,56.528]],["parent/1327",[550,5.78]],["name/1328",[80,55.097]],["parent/1328",[550,5.78]],["name/1329",[551,62.718]],["parent/1329",[]],["name/1330",[552,71.191]],["parent/1330",[551,5.78]],["name/1331",[553,71.191]],["parent/1331",[551,5.78]],["name/1332",[554,60.205]],["parent/1332",[]],["name/1333",[555,71.191]],["parent/1333",[554,5.548]],["name/1334",[556,71.191]],["parent/1334",[554,5.548]],["name/1335",[557,71.191]],["parent/1335",[554,5.548]],["name/1336",[558,56.528]],["parent/1336",[]],["name/1337",[559,58.198]],["parent/1337",[558,5.209]],["name/1338",[560,71.191]],["parent/1338",[558,5.209]],["name/1339",[561,71.191]],["parent/1339",[558,5.209]],["name/1340",[562,71.191]],["parent/1340",[558,5.209]],["name/1341",[563,71.191]],["parent/1341",[558,5.209]],["name/1342",[559,58.198]],["parent/1342",[]],["name/1343",[1,24.156]],["parent/1343",[559,5.363]],["name/1344",[24,24.779]],["parent/1344",[559,5.363]],["name/1345",[27,26.009]],["parent/1345",[559,5.363]],["name/1346",[564,53.845]],["parent/1346",[]],["name/1347",[29,51.732]],["parent/1347",[564,4.962]],["name/1348",[22,49.219]],["parent/1348",[564,4.962]],["name/1349",[30,51.732]],["parent/1349",[564,4.962]],["name/1350",[21,49.219]],["parent/1350",[564,4.962]],["name/1351",[507,55.097]],["parent/1351",[564,4.962]],["name/1352",[508,55.097]],["parent/1352",[564,4.962]],["name/1353",[509,66.083]],["parent/1353",[564,4.962]],["name/1354",[565,60.205]],["parent/1354",[]],["name/1355",[1,24.156]],["parent/1355",[565,5.548]],["name/1356",[24,24.779]],["parent/1356",[565,5.548]],["name/1357",[25,45.541]],["parent/1357",[565,5.548]],["name/1358",[566,60.205]],["parent/1358",[]],["name/1359",[1,24.156]],["parent/1359",[566,5.548]],["name/1360",[24,24.779]],["parent/1360",[566,5.548]],["name/1361",[27,26.009]],["parent/1361",[566,5.548]],["name/1362",[567,62.718]],["parent/1362",[]],["name/1363",[306,66.083]],["parent/1363",[567,5.78]],["name/1364",[307,66.083]],["parent/1364",[567,5.78]],["name/1365",[568,60.205]],["parent/1365",[]],["name/1366",[1,24.156]],["parent/1366",[568,5.548]],["name/1367",[24,24.779]],["parent/1367",[568,5.548]],["name/1368",[27,26.009]],["parent/1368",[568,5.548]],["name/1369",[569,60.205]],["parent/1369",[]],["name/1370",[570,71.191]],["parent/1370",[569,5.548]],["name/1371",[571,71.191]],["parent/1371",[569,5.548]],["name/1372",[572,66.083]],["parent/1372",[569,5.548]],["name/1373",[573,58.198]],["parent/1373",[]],["name/1374",[574,71.191]],["parent/1374",[573,5.363]],["name/1375",[15,52.733]],["parent/1375",[573,5.363]],["name/1376",[304,66.083]],["parent/1376",[573,5.363]],["name/1377",[575,71.191]],["parent/1377",[573,5.363]],["name/1378",[576,60.205]],["parent/1378",[]],["name/1379",[1,24.156]],["parent/1379",[576,5.548]],["name/1380",[24,24.779]],["parent/1380",[576,5.548]],["name/1381",[25,45.541]],["parent/1381",[576,5.548]],["name/1382",[577,60.205]],["parent/1382",[]],["name/1383",[1,24.156]],["parent/1383",[577,5.548]],["name/1384",[24,24.779]],["parent/1384",[577,5.548]],["name/1385",[27,26.009]],["parent/1385",[577,5.548]],["name/1386",[578,56.528]],["parent/1386",[]],["name/1387",[579,71.191]],["parent/1387",[578,5.209]],["name/1388",[580,71.191]],["parent/1388",[578,5.209]],["name/1389",[572,66.083]],["parent/1389",[578,5.209]],["name/1390",[581,71.191]],["parent/1390",[578,5.209]],["name/1391",[582,71.191]],["parent/1391",[578,5.209]],["name/1392",[583,60.205]],["parent/1392",[]],["name/1393",[1,24.156]],["parent/1393",[583,5.548]],["name/1394",[24,24.779]],["parent/1394",[583,5.548]],["name/1395",[25,45.541]],["parent/1395",[583,5.548]],["name/1396",[120,43.676]],["parent/1396",[]],["name/1397",[1,24.156]],["parent/1397",[120,4.025]],["name/1398",[24,24.779]],["parent/1398",[120,4.025]],["name/1399",[27,26.009]],["parent/1399",[120,4.025]],["name/1400",[584,60.205]],["parent/1400",[]],["name/1401",[370,56.528]],["parent/1401",[584,5.548]],["name/1402",[372,60.205]],["parent/1402",[584,5.548]],["name/1403",[373,60.205]],["parent/1403",[584,5.548]],["name/1404",[585,62.718]],["parent/1404",[]],["name/1405",[120,43.676]],["parent/1405",[585,5.78]],["name/1406",[149,58.198]],["parent/1406",[585,5.78]],["name/1407",[586,62.718]],["parent/1407",[]],["name/1408",[507,55.097]],["parent/1408",[586,5.78]],["name/1409",[508,55.097]],["parent/1409",[586,5.78]],["name/1410",[587,60.205]],["parent/1410",[]],["name/1411",[1,24.156]],["parent/1411",[587,5.548]],["name/1412",[24,24.779]],["parent/1412",[587,5.548]],["name/1413",[27,26.009]],["parent/1413",[587,5.548]],["name/1414",[588,60.205]],["parent/1414",[]],["name/1415",[1,24.156]],["parent/1415",[588,5.548]],["name/1416",[24,24.779]],["parent/1416",[588,5.548]],["name/1417",[25,45.541]],["parent/1417",[588,5.548]],["name/1418",[589,58.198]],["parent/1418",[]],["name/1419",[118,45.541]],["parent/1419",[589,5.363]],["name/1420",[590,71.191]],["parent/1420",[589,5.363]],["name/1421",[591,71.191]],["parent/1421",[589,5.363]],["name/1422",[592,71.191]],["parent/1422",[589,5.363]],["name/1423",[593,60.205]],["parent/1423",[]],["name/1424",[1,24.156]],["parent/1424",[593,5.548]],["name/1425",[24,24.779]],["parent/1425",[593,5.548]],["name/1426",[27,26.009]],["parent/1426",[593,5.548]],["name/1427",[594,60.205]],["parent/1427",[]],["name/1428",[595,71.191]],["parent/1428",[594,5.548]],["name/1429",[118,45.541]],["parent/1429",[594,5.548]],["name/1430",[120,43.676]],["parent/1430",[594,5.548]],["name/1431",[89,49.219]],["parent/1431",[]],["name/1432",[1,24.156]],["parent/1432",[89,4.536]],["name/1433",[24,24.779]],["parent/1433",[89,4.536]],["name/1434",[27,26.009]],["parent/1434",[89,4.536]],["name/1435",[596,38.739]],["parent/1435",[]],["name/1436",[64,66.083]],["parent/1436",[596,3.57]],["name/1437",[597,71.191]],["parent/1437",[596,3.57]],["name/1438",[598,71.191]],["parent/1438",[596,3.57]],["name/1439",[599,71.191]],["parent/1439",[596,3.57]],["name/1440",[600,71.191]],["parent/1440",[596,3.57]],["name/1441",[365,62.718]],["parent/1441",[596,3.57]],["name/1442",[601,71.191]],["parent/1442",[596,3.57]],["name/1443",[602,71.191]],["parent/1443",[596,3.57]],["name/1444",[603,71.191]],["parent/1444",[596,3.57]],["name/1445",[604,71.191]],["parent/1445",[596,3.57]],["name/1446",[605,71.191]],["parent/1446",[596,3.57]],["name/1447",[606,71.191]],["parent/1447",[596,3.57]],["name/1448",[607,71.191]],["parent/1448",[596,3.57]],["name/1449",[608,71.191]],["parent/1449",[596,3.57]],["name/1450",[609,71.191]],["parent/1450",[596,3.57]],["name/1451",[610,71.191]],["parent/1451",[596,3.57]],["name/1452",[611,71.191]],["parent/1452",[596,3.57]],["name/1453",[612,71.191]],["parent/1453",[596,3.57]],["name/1454",[613,71.191]],["parent/1454",[596,3.57]],["name/1455",[614,71.191]],["parent/1455",[596,3.57]],["name/1456",[615,71.191]],["parent/1456",[596,3.57]],["name/1457",[616,71.191]],["parent/1457",[596,3.57]],["name/1458",[617,71.191]],["parent/1458",[596,3.57]],["name/1459",[618,71.191]],["parent/1459",[596,3.57]],["name/1460",[619,71.191]],["parent/1460",[596,3.57]],["name/1461",[620,71.191]],["parent/1461",[596,3.57]],["name/1462",[621,71.191]],["parent/1462",[596,3.57]],["name/1463",[622,71.191]],["parent/1463",[596,3.57]],["name/1464",[623,71.191]],["parent/1464",[596,3.57]],["name/1465",[624,71.191]],["parent/1465",[596,3.57]],["name/1466",[625,71.191]],["parent/1466",[596,3.57]],["name/1467",[626,71.191]],["parent/1467",[596,3.57]],["name/1468",[627,71.191]],["parent/1468",[596,3.57]],["name/1469",[628,71.191]],["parent/1469",[596,3.57]],["name/1470",[629,71.191]],["parent/1470",[596,3.57]],["name/1471",[630,71.191]],["parent/1471",[596,3.57]],["name/1472",[631,71.191]],["parent/1472",[596,3.57]],["name/1473",[632,56.528]],["parent/1473",[]],["name/1474",[370,56.528]],["parent/1474",[632,5.209]],["name/1475",[633,71.191]],["parent/1475",[632,5.209]],["name/1476",[634,71.191]],["parent/1476",[632,5.209]],["name/1477",[635,71.191]],["parent/1477",[632,5.209]],["name/1478",[636,71.191]],["parent/1478",[632,5.209]],["name/1479",[2,56.528]],["parent/1479",[]],["name/1480",[1,24.156]],["parent/1480",[2,5.209]],["name/1481",[24,24.779]],["parent/1481",[2,5.209]],["name/1482",[27,26.009]],["parent/1482",[2,5.209]],["name/1483",[637,51.732]],["parent/1483",[]],["name/1484",[142,51.732]],["parent/1484",[637,4.767]],["name/1485",[247,58.198]],["parent/1485",[637,4.767]],["name/1486",[638,60.205]],["parent/1486",[637,4.767]],["name/1487",[639,60.205]],["parent/1487",[637,4.767]],["name/1488",[206,58.198]],["parent/1488",[637,4.767]],["name/1489",[640,60.205]],["parent/1489",[637,4.767]],["name/1490",[641,60.205]],["parent/1490",[637,4.767]],["name/1491",[642,60.205]],["parent/1491",[637,4.767]],["name/1492",[643,60.205]],["parent/1492",[637,4.767]],["name/1493",[644,50.822]],["parent/1493",[]],["name/1494",[149,58.198]],["parent/1494",[644,4.684]],["name/1495",[247,58.198]],["parent/1495",[644,4.684]],["name/1496",[142,51.732]],["parent/1496",[644,4.684]],["name/1497",[638,60.205]],["parent/1497",[644,4.684]],["name/1498",[639,60.205]],["parent/1498",[644,4.684]],["name/1499",[206,58.198]],["parent/1499",[644,4.684]],["name/1500",[640,60.205]],["parent/1500",[644,4.684]],["name/1501",[641,60.205]],["parent/1501",[644,4.684]],["name/1502",[642,60.205]],["parent/1502",[644,4.684]],["name/1503",[643,60.205]],["parent/1503",[644,4.684]],["name/1504",[645,60.205]],["parent/1504",[]],["name/1505",[1,24.156]],["parent/1505",[645,5.548]],["name/1506",[24,24.779]],["parent/1506",[645,5.548]],["name/1507",[27,26.009]],["parent/1507",[645,5.548]],["name/1508",[646,50.822]],["parent/1508",[]],["name/1509",[102,51.732]],["parent/1509",[646,4.684]],["name/1510",[142,51.732]],["parent/1510",[646,4.684]],["name/1511",[247,58.198]],["parent/1511",[646,4.684]],["name/1512",[638,60.205]],["parent/1512",[646,4.684]],["name/1513",[639,60.205]],["parent/1513",[646,4.684]],["name/1514",[206,58.198]],["parent/1514",[646,4.684]],["name/1515",[640,60.205]],["parent/1515",[646,4.684]],["name/1516",[641,60.205]],["parent/1516",[646,4.684]],["name/1517",[642,60.205]],["parent/1517",[646,4.684]],["name/1518",[643,60.205]],["parent/1518",[646,4.684]],["name/1519",[647,49.988]],["parent/1519",[]],["name/1520",[149,58.198]],["parent/1520",[647,4.607]],["name/1521",[247,58.198]],["parent/1521",[647,4.607]],["name/1522",[102,51.732]],["parent/1522",[647,4.607]],["name/1523",[142,51.732]],["parent/1523",[647,4.607]],["name/1524",[638,60.205]],["parent/1524",[647,4.607]],["name/1525",[639,60.205]],["parent/1525",[647,4.607]],["name/1526",[206,58.198]],["parent/1526",[647,4.607]],["name/1527",[640,60.205]],["parent/1527",[647,4.607]],["name/1528",[641,60.205]],["parent/1528",[647,4.607]],["name/1529",[642,60.205]],["parent/1529",[647,4.607]],["name/1530",[643,60.205]],["parent/1530",[647,4.607]],["name/1531",[648,60.205]],["parent/1531",[]],["name/1532",[1,24.156]],["parent/1532",[648,5.548]],["name/1533",[24,24.779]],["parent/1533",[648,5.548]],["name/1534",[27,26.009]],["parent/1534",[648,5.548]],["name/1535",[649,60.205]],["parent/1535",[]],["name/1536",[1,24.156]],["parent/1536",[649,5.548]],["name/1537",[24,24.779]],["parent/1537",[649,5.548]],["name/1538",[27,26.009]],["parent/1538",[649,5.548]],["name/1539",[650,60.205]],["parent/1539",[]],["name/1540",[1,24.156]],["parent/1540",[650,5.548]],["name/1541",[24,24.779]],["parent/1541",[650,5.548]],["name/1542",[27,26.009]],["parent/1542",[650,5.548]],["name/1543",[651,62.718]],["parent/1543",[]],["name/1544",[102,51.732]],["parent/1544",[651,5.78]],["name/1545",[142,51.732]],["parent/1545",[651,5.78]],["name/1546",[652,60.205]],["parent/1546",[]],["name/1547",[1,24.156]],["parent/1547",[652,5.548]],["name/1548",[24,24.779]],["parent/1548",[652,5.548]],["name/1549",[27,26.009]],["parent/1549",[652,5.548]],["name/1550",[653,60.205]],["parent/1550",[]],["name/1551",[1,24.156]],["parent/1551",[653,5.548]],["name/1552",[24,24.779]],["parent/1552",[653,5.548]],["name/1553",[27,26.009]],["parent/1553",[653,5.548]],["name/1554",[654,60.205]],["parent/1554",[]],["name/1555",[1,24.156]],["parent/1555",[654,5.548]],["name/1556",[655,71.191]],["parent/1556",[654,5.548]],["name/1557",[87,49.988]],["parent/1557",[654,5.548]],["name/1558",[656,46.624]],["parent/1558",[]],["name/1559",[657,71.191]],["parent/1559",[656,4.297]],["name/1560",[658,71.191]],["parent/1560",[656,4.297]],["name/1561",[659,71.191]],["parent/1561",[656,4.297]],["name/1562",[660,71.191]],["parent/1562",[656,4.297]],["name/1563",[661,71.191]],["parent/1563",[656,4.297]],["name/1564",[662,71.191]],["parent/1564",[656,4.297]],["name/1565",[663,71.191]],["parent/1565",[656,4.297]],["name/1566",[664,71.191]],["parent/1566",[656,4.297]],["name/1567",[665,71.191]],["parent/1567",[656,4.297]],["name/1568",[666,71.191]],["parent/1568",[656,4.297]],["name/1569",[667,71.191]],["parent/1569",[656,4.297]],["name/1570",[668,71.191]],["parent/1570",[656,4.297]],["name/1571",[669,71.191]],["parent/1571",[656,4.297]],["name/1572",[670,71.191]],["parent/1572",[656,4.297]],["name/1573",[671,71.191]],["parent/1573",[656,4.297]],["name/1574",[672,71.191]],["parent/1574",[656,4.297]],["name/1575",[673,66.083]],["parent/1575",[]],["name/1576",[86,37.989]],["parent/1576",[673,6.09]],["name/1577",[674,60.205]],["parent/1577",[]],["name/1578",[1,24.156]],["parent/1578",[674,5.548]],["name/1579",[24,24.779]],["parent/1579",[674,5.548]],["name/1580",[27,26.009]],["parent/1580",[674,5.548]],["name/1581",[675,60.205]],["parent/1581",[]],["name/1582",[1,24.156]],["parent/1582",[675,5.548]],["name/1583",[24,24.779]],["parent/1583",[675,5.548]],["name/1584",[27,26.009]],["parent/1584",[675,5.548]],["name/1585",[676,60.205]],["parent/1585",[]],["name/1586",[1,24.156]],["parent/1586",[676,5.548]],["name/1587",[24,24.779]],["parent/1587",[676,5.548]],["name/1588",[25,45.541]],["parent/1588",[676,5.548]],["name/1589",[677,71.191]],["parent/1589",[]],["name/1590",[678,60.205]],["parent/1590",[]],["name/1591",[1,24.156]],["parent/1591",[678,5.548]],["name/1592",[24,24.779]],["parent/1592",[678,5.548]],["name/1593",[25,45.541]],["parent/1593",[678,5.548]],["name/1594",[679,71.191]],["parent/1594",[]],["name/1595",[680,56.528]],["parent/1595",[]],["name/1596",[681,71.191]],["parent/1596",[680,5.209]],["name/1597",[1,24.156]],["parent/1597",[680,5.209]],["name/1598",[110,60.205]],["parent/1598",[680,5.209]],["name/1599",[24,24.779]],["parent/1599",[680,5.209]],["name/1600",[27,26.009]],["parent/1600",[680,5.209]],["name/1601",[682,60.205]],["parent/1601",[]],["name/1602",[1,24.156]],["parent/1602",[682,5.548]],["name/1603",[24,24.779]],["parent/1603",[682,5.548]],["name/1604",[27,26.009]],["parent/1604",[682,5.548]],["name/1605",[683,71.191]],["parent/1605",[]],["name/1606",[684,66.083]],["parent/1606",[]],["name/1607",[685,71.191]],["parent/1607",[684,6.09]],["name/1608",[686,60.205]],["parent/1608",[]],["name/1609",[1,24.156]],["parent/1609",[686,5.548]],["name/1610",[24,24.779]],["parent/1610",[686,5.548]],["name/1611",[27,26.009]],["parent/1611",[686,5.548]],["name/1612",[687,60.205]],["parent/1612",[]],["name/1613",[1,24.156]],["parent/1613",[687,5.548]],["name/1614",[24,24.779]],["parent/1614",[687,5.548]],["name/1615",[27,26.009]],["parent/1615",[687,5.548]],["name/1616",[688,60.205]],["parent/1616",[]],["name/1617",[1,24.156]],["parent/1617",[688,5.548]],["name/1618",[24,24.779]],["parent/1618",[688,5.548]],["name/1619",[27,26.009]],["parent/1619",[688,5.548]],["name/1620",[689,60.205]],["parent/1620",[]],["name/1621",[1,24.156]],["parent/1621",[689,5.548]],["name/1622",[24,24.779]],["parent/1622",[689,5.548]],["name/1623",[27,26.009]],["parent/1623",[689,5.548]],["name/1624",[690,60.205]],["parent/1624",[]],["name/1625",[1,24.156]],["parent/1625",[690,5.548]],["name/1626",[24,24.779]],["parent/1626",[690,5.548]],["name/1627",[27,26.009]],["parent/1627",[690,5.548]],["name/1628",[691,60.205]],["parent/1628",[]],["name/1629",[1,24.156]],["parent/1629",[691,5.548]],["name/1630",[24,24.779]],["parent/1630",[691,5.548]],["name/1631",[27,26.009]],["parent/1631",[691,5.548]],["name/1632",[692,62.718]],["parent/1632",[]],["name/1633",[375,66.083]],["parent/1633",[692,5.78]],["name/1634",[693,71.191]],["parent/1634",[692,5.78]],["name/1635",[694,62.718]],["parent/1635",[]],["name/1636",[1,24.156]],["parent/1636",[694,5.78]],["name/1637",[24,24.779]],["parent/1637",[694,5.78]],["name/1638",[695,62.718]],["parent/1638",[]],["name/1639",[507,55.097]],["parent/1639",[695,5.78]],["name/1640",[120,43.676]],["parent/1640",[695,5.78]],["name/1641",[696,55.097]],["parent/1641",[]],["name/1642",[1,24.156]],["parent/1642",[696,5.077]],["name/1643",[697,66.083]],["parent/1643",[696,5.077]],["name/1644",[27,26.009]],["parent/1644",[696,5.077]],["name/1645",[698,66.083]],["parent/1645",[696,5.077]],["name/1646",[699,66.083]],["parent/1646",[696,5.077]],["name/1647",[5,52.733]],["parent/1647",[696,5.077]],["name/1648",[700,62.718]],["parent/1648",[]],["name/1649",[508,55.097]],["parent/1649",[700,5.78]],["name/1650",[120,43.676]],["parent/1650",[700,5.78]],["name/1651",[701,55.097]],["parent/1651",[]],["name/1652",[1,24.156]],["parent/1652",[701,5.077]],["name/1653",[697,66.083]],["parent/1653",[701,5.077]],["name/1654",[27,26.009]],["parent/1654",[701,5.077]],["name/1655",[698,66.083]],["parent/1655",[701,5.077]],["name/1656",[699,66.083]],["parent/1656",[701,5.077]],["name/1657",[5,52.733]],["parent/1657",[701,5.077]],["name/1658",[702,66.083]],["parent/1658",[]],["name/1659",[81,46.068]],["parent/1659",[702,6.09]],["name/1660",[507,55.097]],["parent/1660",[]],["name/1661",[1,24.156]],["parent/1661",[507,5.077]],["name/1662",[204,60.205]],["parent/1662",[507,5.077]],["name/1663",[508,55.097]],["parent/1663",[]],["name/1664",[1,24.156]],["parent/1664",[508,5.077]],["name/1665",[204,60.205]],["parent/1665",[508,5.077]],["name/1666",[12,56.528]],["parent/1666",[]],["name/1667",[1,24.156]],["parent/1667",[12,5.209]],["name/1668",[703,71.191]],["parent/1668",[12,5.209]],["name/1669",[24,24.779]],["parent/1669",[12,5.209]],["name/1670",[27,26.009]],["parent/1670",[12,5.209]],["name/1671",[704,60.205]],["parent/1671",[]],["name/1672",[1,24.156]],["parent/1672",[704,5.548]],["name/1673",[24,24.779]],["parent/1673",[704,5.548]],["name/1674",[25,45.541]],["parent/1674",[704,5.548]],["name/1675",[705,60.205]],["parent/1675",[]],["name/1676",[1,24.156]],["parent/1676",[705,5.548]],["name/1677",[24,24.779]],["parent/1677",[705,5.548]],["name/1678",[27,26.009]],["parent/1678",[705,5.548]],["name/1679",[706,60.205]],["parent/1679",[]],["name/1680",[1,24.156]],["parent/1680",[706,5.548]],["name/1681",[24,24.779]],["parent/1681",[706,5.548]],["name/1682",[27,26.009]],["parent/1682",[706,5.548]],["name/1683",[707,60.205]],["parent/1683",[]],["name/1684",[1,24.156]],["parent/1684",[707,5.548]],["name/1685",[24,24.779]],["parent/1685",[707,5.548]],["name/1686",[27,26.009]],["parent/1686",[707,5.548]],["name/1687",[708,60.205]],["parent/1687",[]],["name/1688",[1,24.156]],["parent/1688",[708,5.548]],["name/1689",[24,24.779]],["parent/1689",[708,5.548]],["name/1690",[27,26.009]],["parent/1690",[708,5.548]],["name/1691",[709,56.528]],["parent/1691",[]],["name/1692",[17,55.097]],["parent/1692",[709,5.209]],["name/1693",[314,60.205]],["parent/1693",[709,5.209]],["name/1694",[21,49.219]],["parent/1694",[709,5.209]],["name/1695",[315,60.205]],["parent/1695",[709,5.209]],["name/1696",[22,49.219]],["parent/1696",[709,5.209]],["name/1697",[710,56.528]],["parent/1697",[]],["name/1698",[30,51.732]],["parent/1698",[710,5.209]],["name/1699",[17,55.097]],["parent/1699",[710,5.209]],["name/1700",[314,60.205]],["parent/1700",[710,5.209]],["name/1701",[315,60.205]],["parent/1701",[710,5.209]],["name/1702",[29,51.732]],["parent/1702",[710,5.209]],["name/1703",[711,33.735]],["parent/1703",[]],["name/1704",[65,62.718]],["parent/1704",[711,3.109]],["name/1705",[395,66.083]],["parent/1705",[711,3.109]],["name/1706",[392,66.083]],["parent/1706",[711,3.109]],["name/1707",[394,66.083]],["parent/1707",[711,3.109]],["name/1708",[391,66.083]],["parent/1708",[711,3.109]],["name/1709",[712,71.191]],["parent/1709",[711,3.109]],["name/1710",[385,66.083]],["parent/1710",[711,3.109]],["name/1711",[393,66.083]],["parent/1711",[711,3.109]],["name/1712",[713,71.191]],["parent/1712",[711,3.109]],["name/1713",[386,66.083]],["parent/1713",[711,3.109]],["name/1714",[714,71.191]],["parent/1714",[711,3.109]],["name/1715",[715,71.191]],["parent/1715",[711,3.109]],["name/1716",[716,71.191]],["parent/1716",[711,3.109]],["name/1717",[717,71.191]],["parent/1717",[711,3.109]],["name/1718",[718,71.191]],["parent/1718",[711,3.109]],["name/1719",[719,71.191]],["parent/1719",[711,3.109]],["name/1720",[720,71.191]],["parent/1720",[711,3.109]],["name/1721",[721,71.191]],["parent/1721",[711,3.109]],["name/1722",[387,66.083]],["parent/1722",[711,3.109]],["name/1723",[722,71.191]],["parent/1723",[711,3.109]],["name/1724",[723,71.191]],["parent/1724",[711,3.109]],["name/1725",[724,71.191]],["parent/1725",[711,3.109]],["name/1726",[390,66.083]],["parent/1726",[711,3.109]],["name/1727",[85,60.205]],["parent/1727",[711,3.109]],["name/1728",[725,71.191]],["parent/1728",[711,3.109]],["name/1729",[726,71.191]],["parent/1729",[711,3.109]],["name/1730",[727,71.191]],["parent/1730",[711,3.109]],["name/1731",[728,71.191]],["parent/1731",[711,3.109]],["name/1732",[729,71.191]],["parent/1732",[711,3.109]],["name/1733",[730,71.191]],["parent/1733",[711,3.109]],["name/1734",[731,71.191]],["parent/1734",[711,3.109]],["name/1735",[732,71.191]],["parent/1735",[711,3.109]],["name/1736",[733,71.191]],["parent/1736",[711,3.109]],["name/1737",[734,71.191]],["parent/1737",[711,3.109]],["name/1738",[735,71.191]],["parent/1738",[711,3.109]],["name/1739",[736,71.191]],["parent/1739",[711,3.109]],["name/1740",[737,71.191]],["parent/1740",[711,3.109]],["name/1741",[738,71.191]],["parent/1741",[711,3.109]],["name/1742",[739,71.191]],["parent/1742",[711,3.109]],["name/1743",[740,71.191]],["parent/1743",[711,3.109]],["name/1744",[741,71.191]],["parent/1744",[711,3.109]],["name/1745",[742,71.191]],["parent/1745",[711,3.109]],["name/1746",[743,71.191]],["parent/1746",[711,3.109]],["name/1747",[744,71.191]],["parent/1747",[711,3.109]],["name/1748",[745,71.191]],["parent/1748",[711,3.109]],["name/1749",[746,71.191]],["parent/1749",[711,3.109]],["name/1750",[747,71.191]],["parent/1750",[711,3.109]],["name/1751",[71,53.845]],["parent/1751",[711,3.109]],["name/1752",[748,71.191]],["parent/1752",[711,3.109]],["name/1753",[749,71.191]],["parent/1753",[711,3.109]],["name/1754",[750,71.191]],["parent/1754",[711,3.109]],["name/1755",[751,71.191]],["parent/1755",[711,3.109]],["name/1756",[752,71.191]],["parent/1756",[711,3.109]],["name/1757",[753,71.191]],["parent/1757",[711,3.109]],["name/1758",[754,71.191]],["parent/1758",[711,3.109]],["name/1759",[755,71.191]],["parent/1759",[711,3.109]],["name/1760",[756,71.191]],["parent/1760",[711,3.109]],["name/1761",[757,71.191]],["parent/1761",[711,3.109]],["name/1762",[758,71.191]],["parent/1762",[711,3.109]],["name/1763",[759,71.191]],["parent/1763",[711,3.109]],["name/1764",[760,71.191]],["parent/1764",[711,3.109]],["name/1765",[761,71.191]],["parent/1765",[711,3.109]],["name/1766",[762,58.198]],["parent/1766",[]],["name/1767",[60,45.041]],["parent/1767",[762,5.363]],["name/1768",[118,45.541]],["parent/1768",[762,5.363]],["name/1769",[122,48.504]],["parent/1769",[762,5.363]],["name/1770",[279,58.198]],["parent/1770",[762,5.363]],["name/1771",[763,60.205]],["parent/1771",[]],["name/1772",[1,24.156]],["parent/1772",[763,5.548]],["name/1773",[24,24.779]],["parent/1773",[763,5.548]],["name/1774",[27,26.009]],["parent/1774",[763,5.548]],["name/1775",[764,41.747]],["parent/1775",[]],["name/1776",[174,66.083]],["parent/1776",[764,3.847]],["name/1777",[765,71.191]],["parent/1777",[764,3.847]],["name/1778",[766,71.191]],["parent/1778",[764,3.847]],["name/1779",[767,71.191]],["parent/1779",[764,3.847]],["name/1780",[768,71.191]],["parent/1780",[764,3.847]],["name/1781",[769,71.191]],["parent/1781",[764,3.847]],["name/1782",[178,66.083]],["parent/1782",[764,3.847]],["name/1783",[176,66.083]],["parent/1783",[764,3.847]],["name/1784",[770,71.191]],["parent/1784",[764,3.847]],["name/1785",[771,71.191]],["parent/1785",[764,3.847]],["name/1786",[365,62.718]],["parent/1786",[764,3.847]],["name/1787",[71,53.845]],["parent/1787",[764,3.847]],["name/1788",[772,71.191]],["parent/1788",[764,3.847]],["name/1789",[177,66.083]],["parent/1789",[764,3.847]],["name/1790",[773,71.191]],["parent/1790",[764,3.847]],["name/1791",[774,71.191]],["parent/1791",[764,3.847]],["name/1792",[775,71.191]],["parent/1792",[764,3.847]],["name/1793",[776,71.191]],["parent/1793",[764,3.847]],["name/1794",[777,71.191]],["parent/1794",[764,3.847]],["name/1795",[778,71.191]],["parent/1795",[764,3.847]],["name/1796",[779,71.191]],["parent/1796",[764,3.847]],["name/1797",[780,71.191]],["parent/1797",[764,3.847]],["name/1798",[781,71.191]],["parent/1798",[764,3.847]],["name/1799",[782,71.191]],["parent/1799",[764,3.847]],["name/1800",[783,71.191]],["parent/1800",[764,3.847]],["name/1801",[784,71.191]],["parent/1801",[764,3.847]],["name/1802",[188,66.083]],["parent/1802",[764,3.847]],["name/1803",[785,71.191]],["parent/1803",[]],["name/1804",[786,71.191]],["parent/1804",[]],["name/1805",[787,71.191]],["parent/1805",[]],["name/1806",[788,71.191]],["parent/1806",[]],["name/1807",[789,71.191]],["parent/1807",[]],["name/1808",[790,71.191]],["parent/1808",[]],["name/1809",[791,71.191]],["parent/1809",[]],["name/1810",[792,71.191]],["parent/1810",[]],["name/1811",[793,71.191]],["parent/1811",[]],["name/1812",[794,71.191]],["parent/1812",[]],["name/1813",[795,71.191]],["parent/1813",[]],["name/1814",[796,71.191]],["parent/1814",[]],["name/1815",[797,71.191]],["parent/1815",[]],["name/1816",[798,71.191]],["parent/1816",[]],["name/1817",[799,71.191]],["parent/1817",[]],["name/1818",[800,71.191]],["parent/1818",[]],["name/1819",[801,71.191]],["parent/1819",[]],["name/1820",[293,55.097]],["parent/1820",[]],["name/1821",[18,66.083]],["parent/1821",[293,5.077]],["name/1822",[30,51.732]],["parent/1822",[293,5.077]],["name/1823",[17,55.097]],["parent/1823",[293,5.077]],["name/1824",[29,51.732]],["parent/1824",[293,5.077]],["name/1825",[802,60.205]],["parent/1825",[]],["name/1826",[1,24.156]],["parent/1826",[802,5.548]],["name/1827",[24,24.779]],["parent/1827",[802,5.548]],["name/1828",[25,45.541]],["parent/1828",[802,5.548]],["name/1829",[803,60.205]],["parent/1829",[]],["name/1830",[1,24.156]],["parent/1830",[803,5.548]],["name/1831",[24,24.779]],["parent/1831",[803,5.548]],["name/1832",[27,26.009]],["parent/1832",[803,5.548]],["name/1833",[804,58.198]],["parent/1833",[]],["name/1834",[805,71.191]],["parent/1834",[804,5.363]],["name/1835",[806,71.191]],["parent/1835",[804,5.363]],["name/1836",[807,71.191]],["parent/1836",[804,5.363]],["name/1837",[1,24.156]],["parent/1837",[804,5.363]],["name/1838",[808,55.097]],["parent/1838",[]],["name/1839",[809,71.191]],["parent/1839",[808,5.077]],["name/1840",[7,62.718]],["parent/1840",[808,5.077]],["name/1841",[8,62.718]],["parent/1841",[808,5.077]],["name/1842",[2,56.528]],["parent/1842",[808,5.077]],["name/1843",[810,71.191]],["parent/1843",[808,5.077]],["name/1844",[5,52.733]],["parent/1844",[808,5.077]],["name/1845",[811,62.718]],["parent/1845",[]],["name/1846",[1,24.156]],["parent/1846",[811,5.78]],["name/1847",[812,71.191]],["parent/1847",[811,5.78]],["name/1848",[813,71.191]],["parent/1848",[]],["name/1849",[814,71.191]],["parent/1849",[]],["name/1850",[815,71.191]],["parent/1850",[]],["name/1851",[816,71.191]],["parent/1851",[]]],"invertedIndex":[["__type",{"_index":86,"name":{"140":{},"147":{},"180":{},"203":{},"210":{},"240":{},"244":{},"279":{},"283":{},"311":{},"315":{},"343":{},"347":{},"396":{},"400":{},"510":{},"706":{},"712":{},"716":{},"721":{},"862":{},"864":{},"869":{},"874":{},"879":{},"884":{},"889":{},"908":{},"925":{},"958":{},"963":{},"1013":{},"1034":{},"1052":{},"1063":{},"1067":{},"1071":{},"1215":{},"1230":{},"1239":{},"1576":{}},"parent":{}}],["_attr",{"_index":685,"name":{"1607":{}},"parent":{}}],["absolutehorizontalposition",{"_index":320,"name":{"828":{}},"parent":{}}],["absoluteverticalposition",{"_index":322,"name":{"831":{}},"parent":{}}],["abstractnumbering",{"_index":383,"name":{"981":{}},"parent":{"982":{},"983":{},"984":{},"985":{}}}],["abstractnumid",{"_index":406,"name":{"1030":{}},"parent":{}}],["add",{"_index":697,"name":{"1643":{},"1653":{}},"parent":{}}],["addcelltocolumnindex",{"_index":352,"name":{"916":{}},"parent":{}}],["addcelltoindex",{"_index":351,"name":{"915":{}},"parent":{}}],["addchildelement",{"_index":27,"name":{"31":{},"40":{},"44":{},"55":{},"59":{},"63":{},"67":{},"82":{},"94":{},"98":{},"124":{},"128":{},"166":{},"229":{},"272":{},"375":{},"379":{},"383":{},"424":{},"432":{},"442":{},"446":{},"468":{},"473":{},"477":{},"481":{},"485":{},"489":{},"493":{},"501":{},"506":{},"521":{},"525":{},"530":{},"534":{},"540":{},"544":{},"551":{},"555":{},"559":{},"563":{},"567":{},"571":{},"575":{},"579":{},"587":{},"591":{},"598":{},"602":{},"609":{},"613":{},"621":{},"625":{},"633":{},"637":{},"642":{},"649":{},"653":{},"660":{},"664":{},"668":{},"672":{},"676":{},"680":{},"684":{},"731":{},"747":{},"763":{},"774":{},"778":{},"785":{},"793":{},"808":{},"845":{},"852":{},"895":{},"902":{},"920":{},"931":{},"943":{},"955":{},"980":{},"985":{},"1019":{},"1023":{},"1027":{},"1043":{},"1047":{},"1089":{},"1107":{},"1111":{},"1115":{},"1119":{},"1164":{},"1168":{},"1172":{},"1208":{},"1246":{},"1257":{},"1271":{},"1288":{},"1303":{},"1321":{},"1345":{},"1361":{},"1368":{},"1385":{},"1399":{},"1413":{},"1426":{},"1434":{},"1482":{},"1507":{},"1534":{},"1538":{},"1542":{},"1549":{},"1553":{},"1580":{},"1584":{},"1600":{},"1604":{},"1611":{},"1615":{},"1619":{},"1623":{},"1627":{},"1631":{},"1644":{},"1654":{},"1670":{},"1678":{},"1682":{},"1686":{},"1690":{},"1774":{},"1832":{}},"parent":{}}],["addimage",{"_index":415,"name":{"1059":{}},"parent":{}}],["addmedia",{"_index":414,"name":{"1058":{}},"parent":{}}],["addruntofront",{"_index":103,"name":{"165":{}},"parent":{}}],["addsection",{"_index":495,"name":{"1205":{}},"parent":{}}],["after",{"_index":45,"name":{"73":{}},"parent":{}}],["afterautospacing",{"_index":50,"name":{"78":{}},"parent":{}}],["aiueo",{"_index":716,"name":{"1716":{}},"parent":{}}],["aiueo_full_width",{"_index":723,"name":{"1724":{}},"parent":{}}],["align",{"_index":455,"name":{"1140":{},"1144":{}},"parent":{}}],["alignment",{"_index":26,"name":{"28":{},"152":{},"168":{},"185":{},"215":{},"720":{},"742":{},"802":{},"1009":{}},"parent":{"29":{},"30":{},"31":{}}}],["alignmentattributes",{"_index":23,"name":{"24":{}},"parent":{"25":{},"26":{},"27":{}}}],["alignmenttype",{"_index":14,"name":{"15":{}},"parent":{"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{}}}],["all_pages",{"_index":547,"name":{"1323":{}},"parent":{}}],["allcaps",{"_index":126,"name":{"251":{},"290":{},"322":{},"354":{},"407":{}},"parent":{}}],["allowoverlap",{"_index":462,"name":{"1154":{}},"parent":{}}],["anchor",{"_index":276,"name":{"711":{}},"parent":{}}],["anchorlock",{"_index":266,"name":{"701":{}},"parent":{}}],["appproperties",{"_index":11,"name":{"12":{}},"parent":{}}],["arabic_abjad",{"_index":752,"name":{"1756":{}},"parent":{}}],["arabic_alpha",{"_index":751,"name":{"1755":{}},"parent":{}}],["around",{"_index":261,"name":{"694":{}},"parent":{}}],["array",{"_index":416,"name":{"1060":{}},"parent":{}}],["ascii",{"_index":166,"name":{"434":{}},"parent":{}}],["at_least",{"_index":41,"name":{"69":{}},"parent":{}}],["atleast",{"_index":359,"name":{"934":{}},"parent":{}}],["attributemap",{"_index":677,"name":{"1589":{}},"parent":{}}],["attributes",{"_index":676,"name":{"1585":{}},"parent":{"1586":{},"1587":{},"1588":{}}}],["author",{"_index":150,"name":{"369":{}},"parent":{}}],["auto",{"_index":43,"name":{"71":{},"695":{},"933":{},"945":{}},"parent":{}}],["autofit",{"_index":331,"name":{"847":{}},"parent":{}}],["back",{"_index":552,"name":{"1330":{}},"parent":{}}],["background",{"_index":469,"name":{"1174":{}},"parent":{}}],["baht_text",{"_index":760,"name":{"1764":{}},"parent":{}}],["bar",{"_index":63,"name":{"103":{}},"parent":{}}],["basedon",{"_index":638,"name":{"1486":{},"1497":{},"1512":{},"1524":{}},"parent":{}}],["baseemphasismark",{"_index":192,"name":{"471":{}},"parent":{"472":{},"473":{}}}],["basexmlcomponent",{"_index":694,"name":{"1635":{}},"parent":{"1636":{},"1637":{}}}],["before",{"_index":46,"name":{"74":{}},"parent":{}}],["beforeautospacing",{"_index":49,"name":{"77":{}},"parent":{}}],["behinddocument",{"_index":464,"name":{"1156":{}},"parent":{}}],["bidirectional",{"_index":83,"name":{"135":{},"198":{}},"parent":{}}],["body",{"_index":494,"name":{"1203":{}},"parent":{"1204":{},"1205":{},"1206":{},"1207":{},"1208":{}}}],["bold",{"_index":113,"name":{"235":{},"274":{},"306":{},"338":{},"391":{}},"parent":{}}],["boldcomplexscript",{"_index":114,"name":{"236":{},"275":{},"307":{},"339":{},"392":{}},"parent":{}}],["bookmark",{"_index":207,"name":{"513":{}},"parent":{"514":{},"515":{},"516":{},"517":{}}}],["bookmarkend",{"_index":209,"name":{"522":{}},"parent":{"523":{},"524":{},"525":{}}}],["bookmarkstart",{"_index":208,"name":{"518":{}},"parent":{"519":{},"520":{},"521":{}}}],["border",{"_index":31,"name":{"37":{},"133":{},"196":{},"264":{},"303":{},"335":{},"367":{},"420":{}},"parent":{"38":{},"39":{},"40":{}}}],["borderelement",{"_index":763,"name":{"1771":{}},"parent":{"1772":{},"1773":{},"1774":{}}}],["borders",{"_index":289,"name":{"741":{},"758":{},"798":{},"1219":{}},"parent":{}}],["borderstyle",{"_index":764,"name":{"1775":{}},"parent":{"1776":{},"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{},"1791":{},"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{},"1798":{},"1799":{},"1800":{},"1801":{},"1802":{}}}],["both",{"_index":18,"name":{"19":{},"1821":{}},"parent":{}}],["both_sides",{"_index":435,"name":{"1096":{}},"parent":{}}],["bottom",{"_index":30,"name":{"34":{},"768":{},"822":{},"855":{},"868":{},"1148":{},"1233":{},"1349":{},"1698":{},"1822":{}},"parent":{}}],["bottom_margin",{"_index":451,"name":{"1130":{}},"parent":{}}],["bottom_to_top_left_to_right",{"_index":305,"name":{"787":{}},"parent":{}}],["bottomfromtext",{"_index":323,"name":{"833":{}},"parent":{}}],["break",{"_index":112,"name":{"232":{},"388":{}},"parent":{}}],["bullet",{"_index":85,"name":{"139":{},"202":{},"987":{},"1727":{}},"parent":{}}],["cantsplit",{"_index":344,"name":{"905":{},"922":{}},"parent":{}}],["captionlabel",{"_index":657,"name":{"1559":{}},"parent":{}}],["captionlabelincludingnumbers",{"_index":659,"name":{"1561":{}},"parent":{}}],["cardinal_text",{"_index":385,"name":{"988":{},"1710":{}},"parent":{}}],["cellcount",{"_index":349,"name":{"913":{}},"parent":{}}],["cellmargin",{"_index":310,"name":{"803":{}},"parent":{}}],["cells",{"_index":350,"name":{"914":{}},"parent":{}}],["center",{"_index":17,"name":{"18":{},"102":{},"814":{},"820":{},"1692":{},"1699":{},"1823":{}},"parent":{}}],["char",{"_index":156,"name":{"385":{}},"parent":{}}],["character",{"_index":444,"name":{"1121":{}},"parent":{}}],["characterspacing",{"_index":134,"name":{"259":{},"298":{},"330":{},"362":{},"415":{}},"parent":{}}],["characterstyles",{"_index":635,"name":{"1477":{}},"parent":{}}],["charspace",{"_index":527,"name":{"1280":{}},"parent":{}}],["chicago",{"_index":386,"name":{"989":{},"1713":{}},"parent":{}}],["children",{"_index":81,"name":{"132":{},"231":{},"387":{},"511":{},"516":{},"536":{},"581":{},"593":{},"604":{},"615":{},"627":{},"644":{},"655":{},"749":{},"904":{},"968":{},"1263":{},"1659":{}},"parent":{}}],["chinese_counting",{"_index":738,"name":{"1741":{}},"parent":{}}],["chinese_counting_ten_thousand",{"_index":740,"name":{"1743":{}},"parent":{}}],["chinese_legal_simplified",{"_index":739,"name":{"1742":{}},"parent":{}}],["chosung",{"_index":726,"name":{"1729":{}},"parent":{}}],["clear",{"_index":64,"name":{"104":{},"1436":{}},"parent":{}}],["colon",{"_index":538,"name":{"1307":{}},"parent":{}}],["color",{"_index":118,"name":{"241":{},"246":{},"280":{},"285":{},"312":{},"317":{},"344":{},"349":{},"397":{},"402":{},"867":{},"872":{},"877":{},"882":{},"887":{},"892":{},"1419":{},"1429":{},"1768":{}},"parent":{}}],["column",{"_index":445,"name":{"1122":{},"1227":{},"1254":{}},"parent":{"1255":{},"1256":{},"1257":{}}}],["columnattributes",{"_index":515,"name":{"1250":{}},"parent":{"1251":{},"1252":{},"1253":{}}}],["columnbreak",{"_index":38,"name":{"60":{}},"parent":{"61":{},"62":{},"63":{}}}],["columnindextorootindex",{"_index":354,"name":{"918":{}},"parent":{}}],["columns",{"_index":521,"name":{"1268":{}},"parent":{"1269":{},"1270":{},"1271":{}}}],["columnsattributes",{"_index":520,"name":{"1264":{}},"parent":{"1265":{},"1266":{},"1267":{}}}],["columnspan",{"_index":296,"name":{"756":{}},"parent":{}}],["columnwidths",{"_index":285,"name":{"735":{}},"parent":{}}],["concretehyperlink",{"_index":200,"name":{"497":{}},"parent":{"498":{},"499":{},"500":{},"501":{}}}],["concretenumbering",{"_index":381,"name":{"978":{},"1037":{}},"parent":{"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{}}}],["config",{"_index":379,"name":{"973":{}},"parent":{}}],["constructor",{"_index":1,"name":{"1":{},"25":{},"29":{},"38":{},"42":{},"53":{},"57":{},"61":{},"65":{},"80":{},"92":{},"96":{},"118":{},"122":{},"126":{},"163":{},"226":{},"270":{},"372":{},"377":{},"381":{},"422":{},"430":{},"440":{},"444":{},"466":{},"475":{},"479":{},"483":{},"487":{},"491":{},"498":{},"503":{},"508":{},"514":{},"519":{},"523":{},"527":{},"532":{},"538":{},"542":{},"549":{},"553":{},"557":{},"561":{},"565":{},"569":{},"573":{},"577":{},"585":{},"589":{},"596":{},"600":{},"607":{},"611":{},"619":{},"623":{},"631":{},"635":{},"640":{},"647":{},"651":{},"658":{},"662":{},"666":{},"670":{},"674":{},"678":{},"682":{},"725":{},"729":{},"745":{},"760":{},"772":{},"776":{},"783":{},"791":{},"806":{},"839":{},"843":{},"850":{},"893":{},"900":{},"912":{},"929":{},"937":{},"941":{},"953":{},"975":{},"982":{},"1017":{},"1021":{},"1025":{},"1038":{},"1045":{},"1057":{},"1087":{},"1105":{},"1109":{},"1113":{},"1117":{},"1162":{},"1166":{},"1170":{},"1200":{},"1204":{},"1244":{},"1251":{},"1255":{},"1265":{},"1269":{},"1282":{},"1286":{},"1297":{},"1301":{},"1315":{},"1319":{},"1343":{},"1355":{},"1359":{},"1366":{},"1379":{},"1383":{},"1393":{},"1397":{},"1411":{},"1415":{},"1424":{},"1432":{},"1480":{},"1505":{},"1532":{},"1536":{},"1540":{},"1547":{},"1551":{},"1555":{},"1578":{},"1582":{},"1586":{},"1591":{},"1597":{},"1602":{},"1609":{},"1613":{},"1617":{},"1621":{},"1625":{},"1629":{},"1636":{},"1642":{},"1652":{},"1661":{},"1664":{},"1667":{},"1672":{},"1676":{},"1680":{},"1684":{},"1688":{},"1772":{},"1826":{},"1830":{},"1837":{},"1846":{}},"parent":{}}],["contenttypes",{"_index":9,"name":{"10":{}},"parent":{}}],["contextualspacing",{"_index":96,"name":{"154":{},"170":{},"187":{},"217":{}},"parent":{}}],["continue",{"_index":303,"name":{"780":{}},"parent":{}}],["continuous",{"_index":572,"name":{"1372":{},"1389":{}},"parent":{}}],["convertinchestotwip",{"_index":814,"name":{"1849":{}},"parent":{}}],["convertmillimeterstotwip",{"_index":813,"name":{"1848":{}},"parent":{}}],["converttoxmlcomponent",{"_index":679,"name":{"1594":{}},"parent":{}}],["coreproperties",{"_index":3,"name":{"4":{}},"parent":{}}],["count",{"_index":517,"name":{"1260":{}},"parent":{}}],["countby",{"_index":574,"name":{"1374":{}},"parent":{}}],["cp",{"_index":488,"name":{"1193":{}},"parent":{}}],["createconcretenumberinginstance",{"_index":380,"name":{"977":{}},"parent":{}}],["createfootnote",{"_index":703,"name":{"1668":{}},"parent":{}}],["cs",{"_index":167,"name":{"435":{}},"parent":{}}],["current",{"_index":139,"name":{"266":{}},"parent":{}}],["currentrelationshipid",{"_index":809,"name":{"1839":{}},"parent":{}}],["custom",{"_index":95,"name":{"151":{},"184":{},"214":{}},"parent":{}}],["customproperties",{"_index":10,"name":{"11":{}},"parent":{}}],["dash",{"_index":180,"name":{"454":{}},"parent":{}}],["dash_dot_stroked",{"_index":765,"name":{"1777":{}},"parent":{}}],["dash_small_gap",{"_index":767,"name":{"1779":{}},"parent":{}}],["dashdotdotheavy",{"_index":187,"name":{"461":{}},"parent":{}}],["dashdotheavy",{"_index":185,"name":{"459":{}},"parent":{}}],["dashed",{"_index":766,"name":{"1778":{}},"parent":{}}],["dashedheavy",{"_index":181,"name":{"455":{}},"parent":{}}],["dashlong",{"_index":182,"name":{"456":{}},"parent":{}}],["dashlongheavy",{"_index":183,"name":{"457":{}},"parent":{}}],["data",{"_index":161,"name":{"426":{}},"parent":{}}],["date",{"_index":151,"name":{"370":{}},"parent":{}}],["datetimevalue",{"_index":799,"name":{"1817":{}},"parent":{}}],["dc",{"_index":489,"name":{"1194":{}},"parent":{}}],["dcmitype",{"_index":491,"name":{"1196":{}},"parent":{}}],["dcterms",{"_index":490,"name":{"1195":{}},"parent":{}}],["decimal",{"_index":65,"name":{"105":{},"990":{},"1704":{}},"parent":{}}],["decimal_enclosed_circle",{"_index":387,"name":{"991":{},"1722":{}},"parent":{}}],["decimal_enclosed_circle_chinese",{"_index":729,"name":{"1732":{}},"parent":{}}],["decimal_enclosed_full_stop",{"_index":727,"name":{"1730":{}},"parent":{}}],["decimal_enclosed_fullstop",{"_index":388,"name":{"992":{}},"parent":{}}],["decimal_enclosed_paren",{"_index":728,"name":{"1731":{}},"parent":{}}],["decimal_enclosed_parentheses",{"_index":389,"name":{"993":{}},"parent":{}}],["decimal_full_width",{"_index":718,"name":{"1718":{}},"parent":{}}],["decimal_full_width_2",{"_index":722,"name":{"1723":{}},"parent":{}}],["decimal_half_width",{"_index":719,"name":{"1719":{}},"parent":{}}],["decimal_zero",{"_index":390,"name":{"994":{},"1726":{}},"parent":{}}],["decimalnumber",{"_index":785,"name":{"1803":{}},"parent":{}}],["default",{"_index":370,"name":{"959":{},"964":{},"1210":{},"1273":{},"1401":{},"1474":{}},"parent":{}}],["degree",{"_index":243,"name":{"645":{}},"parent":{}}],["deletedtextrun",{"_index":708,"name":{"1687":{}},"parent":{"1688":{},"1689":{},"1690":{}}}],["denominator",{"_index":216,"name":{"547":{}},"parent":{}}],["diagonal_cross",{"_index":597,"name":{"1437":{}},"parent":{}}],["diagonal_stripe",{"_index":598,"name":{"1438":{}},"parent":{}}],["display",{"_index":555,"name":{"1333":{}},"parent":{}}],["distance",{"_index":575,"name":{"1377":{}},"parent":{}}],["distb",{"_index":426,"name":{"1081":{}},"parent":{}}],["distl",{"_index":427,"name":{"1082":{}},"parent":{}}],["distr",{"_index":428,"name":{"1083":{}},"parent":{}}],["distribute",{"_index":20,"name":{"21":{}},"parent":{}}],["distt",{"_index":425,"name":{"1080":{}},"parent":{}}],["docgridattributes",{"_index":528,"name":{"1281":{}},"parent":{"1282":{},"1283":{},"1284":{}}}],["document",{"_index":0,"name":{"0":{},"2":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{}}}],["documentattributes",{"_index":493,"name":{"1199":{}},"parent":{"1200":{},"1201":{},"1202":{}}}],["documentbackground",{"_index":593,"name":{"1423":{}},"parent":{"1424":{},"1425":{},"1426":{}}}],["documentbackgroundattributes",{"_index":588,"name":{"1414":{}},"parent":{"1415":{},"1416":{},"1417":{}}}],["documentdefaults",{"_index":652,"name":{"1546":{}},"parent":{"1547":{},"1548":{},"1549":{}}}],["documentgrid",{"_index":529,"name":{"1285":{}},"parent":{"1286":{},"1287":{},"1288":{}}}],["documentgridtype",{"_index":522,"name":{"1272":{}},"parent":{"1273":{},"1274":{},"1275":{},"1276":{}}}],["dollar_text",{"_index":761,"name":{"1765":{}},"parent":{}}],["dot",{"_index":68,"name":{"110":{},"470":{}},"parent":{}}],["dot_dash",{"_index":768,"name":{"1780":{}},"parent":{}}],["dot_dot_dash",{"_index":769,"name":{"1781":{}},"parent":{}}],["dotdash",{"_index":184,"name":{"458":{}},"parent":{}}],["dotdotdash",{"_index":186,"name":{"460":{}},"parent":{}}],["dotemphasismark",{"_index":193,"name":{"478":{}},"parent":{"479":{},"480":{},"481":{}}}],["dotted",{"_index":178,"name":{"452":{},"1782":{}},"parent":{}}],["dottedheavy",{"_index":179,"name":{"453":{}},"parent":{}}],["double",{"_index":176,"name":{"450":{},"1783":{}},"parent":{}}],["double_wave",{"_index":770,"name":{"1784":{}},"parent":{}}],["doublestrike",{"_index":128,"name":{"253":{},"292":{},"324":{},"356":{},"409":{}},"parent":{}}],["drawing",{"_index":430,"name":{"1086":{}},"parent":{"1087":{},"1088":{},"1089":{}}}],["drop",{"_index":256,"name":{"687":{}},"parent":{}}],["dropcap",{"_index":267,"name":{"702":{}},"parent":{}}],["dropcaptype",{"_index":255,"name":{"685":{}},"parent":{"686":{},"687":{},"688":{}}}],["dxa",{"_index":364,"name":{"946":{}},"parent":{}}],["eastasia",{"_index":168,"name":{"436":{}},"parent":{}}],["eighthpointmeasurevalue",{"_index":800,"name":{"1818":{}},"parent":{}}],["em_dash",{"_index":539,"name":{"1308":{}},"parent":{}}],["emboss",{"_index":135,"name":{"261":{},"300":{},"332":{},"364":{},"417":{}},"parent":{}}],["emphasismark",{"_index":121,"name":{"243":{},"282":{},"314":{},"346":{},"399":{},"474":{}},"parent":{"475":{},"476":{},"477":{}}}],["emphasismarktype",{"_index":191,"name":{"469":{}},"parent":{"470":{}}}],["empty_object",{"_index":673,"name":{"1575":{}},"parent":{"1576":{}}}],["emus",{"_index":420,"name":{"1066":{}},"parent":{}}],["en_dash",{"_index":540,"name":{"1309":{}},"parent":{}}],["end",{"_index":16,"name":{"17":{},"47":{},"106":{},"517":{},"769":{}},"parent":{}}],["entriesfrombookmark",{"_index":658,"name":{"1560":{}},"parent":{}}],["entryandpagenumberseparator",{"_index":666,"name":{"1568":{}},"parent":{}}],["equalwidth",{"_index":519,"name":{"1262":{}},"parent":{}}],["even",{"_index":373,"name":{"961":{},"966":{},"1212":{},"1403":{}},"parent":{}}],["even_page",{"_index":581,"name":{"1390":{}},"parent":{}}],["exact",{"_index":360,"name":{"935":{}},"parent":{}}],["exactly",{"_index":42,"name":{"70":{}},"parent":{}}],["external",{"_index":199,"name":{"496":{}},"parent":{}}],["externalhyperlink",{"_index":203,"name":{"507":{}},"parent":{"508":{},"509":{},"510":{}}}],["externalhyperlink.__type",{"_index":205,"name":{},"parent":{"511":{},"512":{}}}],["extract",{"_index":812,"name":{"1847":{}},"parent":{}}],["file",{"_index":375,"name":{"969":{},"1633":{}},"parent":{}}],["filename",{"_index":423,"name":{"1077":{}},"parent":{}}],["filerelationships",{"_index":6,"name":{"7":{}},"parent":{}}],["fill",{"_index":595,"name":{"1428":{}},"parent":{}}],["first",{"_index":372,"name":{"960":{},"965":{},"1211":{},"1402":{}},"parent":{}}],["first_page",{"_index":548,"name":{"1324":{}},"parent":{}}],["firstline",{"_index":35,"name":{"51":{}},"parent":{}}],["fixed",{"_index":332,"name":{"848":{}},"parent":{}}],["flip",{"_index":411,"name":{"1051":{},"1070":{}},"parent":{}}],["float",{"_index":287,"name":{"738":{},"799":{}},"parent":{}}],["floating",{"_index":163,"name":{"428":{},"1085":{}},"parent":{}}],["font",{"_index":131,"name":{"256":{},"295":{},"327":{},"359":{},"412":{}},"parent":{}}],["footer",{"_index":508,"name":{"1236":{},"1352":{},"1409":{},"1649":{},"1663":{}},"parent":{"1664":{},"1665":{}}}],["footers",{"_index":8,"name":{"9":{},"962":{},"1841":{}},"parent":{}}],["footerwrapper",{"_index":701,"name":{"1651":{}},"parent":{"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{}}}],["footerwrappergroup",{"_index":502,"name":{"1223":{}},"parent":{}}],["footnotereference",{"_index":705,"name":{"1675":{}},"parent":{"1676":{},"1677":{},"1678":{}}}],["footnotereferencerun",{"_index":706,"name":{"1679":{}},"parent":{"1680":{},"1681":{},"1682":{}}}],["footnotereferencerunattributes",{"_index":704,"name":{"1671":{}},"parent":{"1672":{},"1673":{},"1674":{}}}],["footnotes",{"_index":12,"name":{"13":{},"1666":{}},"parent":{"1667":{},"1668":{},"1669":{},"1670":{}}}],["format",{"_index":399,"name":{"1007":{}},"parent":{}}],["formattype",{"_index":542,"name":{"1312":{}},"parent":{}}],["frame",{"_index":91,"name":{"144":{},"207":{}},"parent":{}}],["frameanchortype",{"_index":258,"name":{"689":{}},"parent":{"690":{},"691":{},"692":{}}}],["frameproperties",{"_index":282,"name":{"728":{}},"parent":{"729":{},"730":{},"731":{}}}],["framepropertiesattributes",{"_index":281,"name":{"724":{}},"parent":{"725":{},"726":{},"727":{}}}],["framewrap",{"_index":260,"name":{"693":{}},"parent":{"694":{},"695":{},"696":{},"697":{},"698":{},"699":{}}}],["fromxmlstring",{"_index":681,"name":{"1596":{}},"parent":{}}],["front",{"_index":553,"name":{"1331":{}},"parent":{}}],["ganada",{"_index":725,"name":{"1728":{}},"parent":{}}],["grid",{"_index":500,"name":{"1221":{}},"parent":{}}],["gridspan",{"_index":301,"name":{"775":{}},"parent":{"776":{},"777":{},"778":{}}}],["gutter",{"_index":509,"name":{"1237":{},"1353":{}},"parent":{}}],["hanging",{"_index":34,"name":{"50":{}},"parent":{}}],["hansi",{"_index":169,"name":{"437":{}},"parent":{}}],["header",{"_index":507,"name":{"1235":{},"1351":{},"1408":{},"1639":{},"1660":{}},"parent":{"1661":{},"1662":{}}}],["headerfooterreference",{"_index":587,"name":{"1410":{}},"parent":{"1411":{},"1412":{},"1413":{}}}],["headerfooterreferencetype",{"_index":584,"name":{"1400":{}},"parent":{"1401":{},"1402":{},"1403":{}}}],["headerfootertype",{"_index":586,"name":{"1407":{}},"parent":{"1408":{},"1409":{}}}],["headers",{"_index":7,"name":{"8":{},"957":{},"1840":{}},"parent":{}}],["headerwrapper",{"_index":696,"name":{"1641":{}},"parent":{"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{}}}],["headerwrappergroup",{"_index":501,"name":{"1222":{}},"parent":{}}],["heading",{"_index":82,"name":{"134":{},"197":{}},"parent":{}}],["heading_1",{"_index":53,"name":{"84":{}},"parent":{}}],["heading_2",{"_index":54,"name":{"85":{}},"parent":{}}],["heading_3",{"_index":55,"name":{"86":{}},"parent":{}}],["heading_4",{"_index":56,"name":{"87":{}},"parent":{}}],["heading_5",{"_index":57,"name":{"88":{}},"parent":{}}],["heading_6",{"_index":58,"name":{"89":{}},"parent":{}}],["headinglevel",{"_index":52,"name":{"83":{}},"parent":{"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{}}}],["headingstylerange",{"_index":665,"name":{"1567":{}},"parent":{}}],["hebrew_1",{"_index":749,"name":{"1753":{}},"parent":{}}],["hebrew_2",{"_index":750,"name":{"1754":{}},"parent":{}}],["height",{"_index":269,"name":{"704":{},"907":{},"924":{},"1050":{},"1241":{},"1294":{}},"parent":{}}],["heightrule",{"_index":358,"name":{"932":{}},"parent":{"933":{},"934":{},"935":{}}}],["hex",{"_index":713,"name":{"1712":{}},"parent":{}}],["hexcolorvalue",{"_index":792,"name":{"1810":{}},"parent":{}}],["hidetabandpagenumbersinwebview",{"_index":672,"name":{"1574":{}},"parent":{}}],["highlight",{"_index":132,"name":{"257":{},"296":{},"328":{},"360":{},"413":{}},"parent":{}}],["highlightcomplexscript",{"_index":133,"name":{"258":{},"297":{},"329":{},"361":{},"414":{}},"parent":{}}],["hindi_consonants",{"_index":754,"name":{"1758":{}},"parent":{}}],["hindi_counting",{"_index":756,"name":{"1760":{}},"parent":{}}],["hindi_numbers",{"_index":755,"name":{"1759":{}},"parent":{}}],["hindi_vowels",{"_index":753,"name":{"1757":{}},"parent":{}}],["hint",{"_index":170,"name":{"438":{}},"parent":{}}],["horizontal",{"_index":277,"name":{"713":{},"717":{},"1054":{},"1073":{}},"parent":{}}],["horizontal_cross",{"_index":599,"name":{"1439":{}},"parent":{}}],["horizontal_stripe",{"_index":600,"name":{"1440":{}},"parent":{}}],["horizontalanchor",{"_index":319,"name":{"827":{}},"parent":{}}],["horizontalposition",{"_index":460,"name":{"1152":{},"1165":{}},"parent":{"1166":{},"1167":{},"1168":{}}}],["horizontalpositionalign",{"_index":709,"name":{"1691":{}},"parent":{"1692":{},"1693":{},"1694":{},"1695":{},"1696":{}}}],["horizontalpositionrelativefrom",{"_index":443,"name":{"1120":{}},"parent":{"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{}}}],["hpsmeasureelement",{"_index":688,"name":{"1616":{}},"parent":{"1617":{},"1618":{},"1619":{}}}],["hpsmeasurevalue",{"_index":794,"name":{"1812":{}},"parent":{}}],["hyperlink",{"_index":662,"name":{"1564":{}},"parent":{}}],["hyperlinktype",{"_index":197,"name":{"494":{}},"parent":{"495":{},"496":{}}}],["hyphen",{"_index":69,"name":{"111":{},"1305":{}},"parent":{}}],["ibasecharacterstyleoptions",{"_index":637,"name":{"1483":{}},"parent":{"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{}}}],["ibaseparagraphstyleoptions",{"_index":646,"name":{"1508":{}},"parent":{"1509":{},"1510":{},"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{}}}],["iborderoptions",{"_index":762,"name":{"1766":{}},"parent":{"1767":{},"1768":{},"1769":{},"1770":{}}}],["ibordersoptions",{"_index":28,"name":{"32":{}},"parent":{"33":{},"34":{},"35":{},"36":{}}}],["icharacterstyleoptions",{"_index":644,"name":{"1493":{}},"parent":{"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{}}}],["icolumnattributes",{"_index":514,"name":{"1247":{}},"parent":{"1248":{},"1249":{}}}],["icolumnsattributes",{"_index":516,"name":{"1258":{}},"parent":{"1259":{},"1260":{},"1261":{},"1262":{},"1263":{}}}],["iconcretenumberingoptions",{"_index":404,"name":{"1028":{}},"parent":{"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{}}}],["iconcretenumberingoptions.__type",{"_index":408,"name":{},"parent":{"1035":{},"1036":{}}}],["icontext",{"_index":692,"name":{"1632":{}},"parent":{"1633":{},"1634":{}}}],["id",{"_index":149,"name":{"368":{},"983":{},"1406":{},"1494":{},"1520":{}},"parent":{}}],["ideograph_digital",{"_index":714,"name":{"1714":{}},"parent":{}}],["ideograph_enclosed_circle",{"_index":730,"name":{"1733":{}},"parent":{}}],["ideograph_legal_traditional",{"_index":735,"name":{"1738":{}},"parent":{}}],["ideograph_traditional",{"_index":731,"name":{"1734":{}},"parent":{}}],["ideograph_zodiac",{"_index":732,"name":{"1735":{}},"parent":{}}],["ideograph_zodiac_traditional",{"_index":733,"name":{"1736":{}},"parent":{}}],["idistance",{"_index":424,"name":{"1079":{}},"parent":{"1080":{},"1081":{},"1082":{},"1083":{}}}],["idocgridattributesproperties",{"_index":525,"name":{"1277":{}},"parent":{"1278":{},"1279":{},"1280":{}}}],["idocumentattributesproperties",{"_index":470,"name":{"1175":{}},"parent":{"1176":{},"1177":{},"1178":{},"1179":{},"1180":{},"1181":{},"1182":{},"1183":{},"1184":{},"1185":{},"1186":{},"1187":{},"1188":{},"1189":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{}}}],["idocumentbackgroundoptions",{"_index":589,"name":{"1418":{}},"parent":{"1419":{},"1420":{},"1421":{},"1422":{}}}],["idocumentdefaultsoptions",{"_index":651,"name":{"1543":{}},"parent":{"1544":{},"1545":{}}}],["idocumentfooter",{"_index":700,"name":{"1648":{}},"parent":{"1649":{},"1650":{}}}],["idocumentheader",{"_index":695,"name":{"1638":{}},"parent":{"1639":{},"1640":{}}}],["idocumentoptions",{"_index":468,"name":{"1173":{}},"parent":{"1174":{}}}],["idocumenttemplate",{"_index":808,"name":{"1838":{}},"parent":{"1839":{},"1840":{},"1841":{},"1842":{},"1843":{},"1844":{}}}],["idrawingoptions",{"_index":429,"name":{"1084":{}},"parent":{"1085":{}}}],["ifileproperties",{"_index":376,"name":{"970":{}},"parent":{"971":{}}}],["ifloating",{"_index":459,"name":{"1151":{}},"parent":{"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{}}}],["ifontattributesproperties",{"_index":165,"name":{"433":{}},"parent":{"434":{},"435":{},"436":{},"437":{},"438":{}}}],["iframeoptions",{"_index":265,"name":{"700":{}},"parent":{"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"709":{},"710":{},"711":{},"712":{},"715":{},"716":{},"719":{},"720":{},"721":{}}}],["iframeoptions.__type",{"_index":272,"name":{},"parent":{"707":{},"708":{},"713":{},"714":{},"717":{},"718":{},"722":{},"723":{}}}],["ignorable",{"_index":487,"name":{"1192":{}},"parent":{}}],["ignoreifemptyxmlcomponent",{"_index":675,"name":{"1581":{}},"parent":{"1582":{},"1583":{},"1584":{}}}],["iheaderfootergroup",{"_index":496,"name":{"1209":{}},"parent":{"1210":{},"1211":{},"1212":{}}}],["iheaderfooteroptions",{"_index":585,"name":{"1404":{}},"parent":{"1405":{},"1406":{}}}],["iheaderoptions",{"_index":702,"name":{"1658":{}},"parent":{"1659":{}}}],["ihorizontalpositionoptions",{"_index":453,"name":{"1138":{}},"parent":{"1139":{},"1140":{},"1141":{}}}],["iimageoptions",{"_index":160,"name":{"425":{}},"parent":{"426":{},"427":{},"428":{}}}],["iindentattributesproperties",{"_index":33,"name":{"45":{}},"parent":{"46":{},"47":{},"48":{},"49":{},"50":{},"51":{}}}],["ilevelparagraphstylepropertiesoptions",{"_index":104,"name":{"167":{}},"parent":{"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{}}}],["ilevelsoptions",{"_index":398,"name":{"1005":{}},"parent":{"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{}}}],["ilevelsoptions.__type",{"_index":401,"name":{},"parent":{"1014":{},"1015":{}}}],["ilinenumberattributes",{"_index":573,"name":{"1373":{}},"parent":{"1374":{},"1375":{},"1376":{},"1377":{}}}],["imagerun",{"_index":164,"name":{"429":{}},"parent":{"430":{},"431":{},"432":{}}}],["imargins",{"_index":458,"name":{"1146":{}},"parent":{"1147":{},"1148":{},"1149":{},"1150":{}}}],["imathfractionoptions",{"_index":214,"name":{"545":{}},"parent":{"546":{},"547":{}}}],["imathfunctionoptions",{"_index":246,"name":{"654":{}},"parent":{"655":{},"656":{}}}],["imathoptions",{"_index":211,"name":{"535":{}},"parent":{"536":{}}}],["imathpresubsuperscriptoptions",{"_index":237,"name":{"626":{}},"parent":{"627":{},"628":{},"629":{}}}],["imathradicaloptions",{"_index":242,"name":{"643":{}},"parent":{"644":{},"645":{}}}],["imathsubscriptoptions",{"_index":231,"name":{"603":{}},"parent":{"604":{},"605":{}}}],["imathsubsuperscriptoptions",{"_index":234,"name":{"614":{}},"parent":{"615":{},"616":{},"617":{}}}],["imathsumoptions",{"_index":225,"name":{"580":{}},"parent":{"581":{},"582":{},"583":{}}}],["imathsuperscriptoptions",{"_index":228,"name":{"592":{}},"parent":{"593":{},"594":{}}}],["imediadata",{"_index":421,"name":{"1075":{}},"parent":{"1076":{},"1077":{},"1078":{}}}],["imediadatatransformation",{"_index":417,"name":{"1061":{}},"parent":{"1062":{},"1063":{},"1066":{},"1067":{},"1070":{},"1071":{},"1074":{}}}],["imediadatatransformation.__type",{"_index":419,"name":{},"parent":{"1064":{},"1065":{},"1068":{},"1069":{},"1072":{},"1073":{}}}],["imediatransformation",{"_index":410,"name":{"1048":{}},"parent":{"1049":{},"1050":{},"1051":{},"1052":{},"1055":{}}}],["imediatransformation.__type",{"_index":412,"name":{},"parent":{"1053":{},"1054":{}}}],["importdotx",{"_index":811,"name":{"1845":{}},"parent":{"1846":{},"1847":{}}}],["importedrootelementattributes",{"_index":682,"name":{"1601":{}},"parent":{"1602":{},"1603":{},"1604":{}}}],["importedstyles",{"_index":636,"name":{"1478":{}},"parent":{}}],["importedxmlcomponent",{"_index":680,"name":{"1595":{}},"parent":{"1596":{},"1597":{},"1598":{},"1599":{},"1600":{}}}],["imprint",{"_index":136,"name":{"262":{},"301":{},"333":{},"365":{},"418":{}},"parent":{}}],["indent",{"_index":36,"name":{"52":{},"157":{},"173":{},"190":{},"220":{},"737":{},"796":{}},"parent":{"53":{},"54":{},"55":{}}}],["initializablexmlcomponent",{"_index":686,"name":{"1608":{}},"parent":{"1609":{},"1610":{},"1611":{}}}],["initialstyles",{"_index":633,"name":{"1475":{}},"parent":{}}],["inline",{"_index":317,"name":{"824":{}},"parent":{}}],["insertedtextrun",{"_index":707,"name":{"1683":{}},"parent":{"1684":{},"1685":{},"1686":{}}}],["inset",{"_index":771,"name":{"1785":{}},"parent":{}}],["inside",{"_index":314,"name":{"815":{},"821":{},"1693":{},"1700":{}},"parent":{}}],["inside_margin",{"_index":446,"name":{"1123":{},"1131":{}},"parent":{}}],["insidehorizontal",{"_index":335,"name":{"858":{},"883":{}},"parent":{}}],["insidevertical",{"_index":336,"name":{"859":{},"888":{}},"parent":{}}],["instance",{"_index":94,"name":{"150":{},"183":{},"213":{},"1032":{},"1041":{}},"parent":{}}],["internal",{"_index":198,"name":{"495":{}},"parent":{}}],["internalhyperlink",{"_index":202,"name":{"502":{}},"parent":{"503":{},"504":{},"505":{},"506":{}}}],["inumberingoptions",{"_index":378,"name":{"972":{}},"parent":{"973":{}}}],["ipageborderattributes",{"_index":554,"name":{"1332":{}},"parent":{"1333":{},"1334":{},"1335":{}}}],["ipagebordersoptions",{"_index":558,"name":{"1336":{}},"parent":{"1337":{},"1338":{},"1339":{},"1340":{},"1341":{}}}],["ipagemarginattributes",{"_index":564,"name":{"1346":{}},"parent":{"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{}}}],["ipagenumbertypeattributes",{"_index":541,"name":{"1310":{}},"parent":{"1311":{},"1312":{},"1313":{}}}],["ipagesizeattributes",{"_index":533,"name":{"1292":{}},"parent":{"1293":{},"1294":{},"1295":{}}}],["iparagraphoptions",{"_index":79,"name":{"130":{}},"parent":{"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{}}}],["iparagraphoptions.__type",{"_index":88,"name":{},"parent":{"141":{},"148":{},"149":{},"150":{},"151":{}}}],["iparagraphpropertiesoptions",{"_index":107,"name":{"195":{}},"parent":{"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{}}}],["iparagraphpropertiesoptions.__type",{"_index":108,"name":{},"parent":{"204":{},"211":{},"212":{},"213":{},"214":{}}}],["iparagraphstyleoptions",{"_index":647,"name":{"1519":{}},"parent":{"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{}}}],["iparagraphstylepropertiesoptions",{"_index":105,"name":{"178":{}},"parent":{"179":{},"180":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{}}}],["iparagraphstylepropertiesoptions.__type",{"_index":106,"name":{},"parent":{"181":{},"182":{},"183":{},"184":{}}}],["iroha",{"_index":717,"name":{"1717":{}},"parent":{}}],["iroha_full_width",{"_index":724,"name":{"1725":{}},"parent":{}}],["irunoptions",{"_index":111,"name":{"230":{}},"parent":{"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"243":{},"244":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{}}}],["irunoptions.__type",{"_index":119,"name":{},"parent":{"241":{},"242":{},"245":{}}}],["irunpropertieschangeoptions",{"_index":147,"name":{"336":{}},"parent":{"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"346":{},"347":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{}}}],["irunpropertieschangeoptions.__type",{"_index":148,"name":{},"parent":{"344":{},"345":{},"348":{}}}],["irunpropertiesoptions",{"_index":145,"name":{"304":{}},"parent":{"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"314":{},"315":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{}}}],["irunpropertiesoptions.__type",{"_index":146,"name":{},"parent":{"312":{},"313":{},"316":{}}}],["irunstylepropertiesoptions",{"_index":143,"name":{"273":{}},"parent":{"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"282":{},"283":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{}}}],["irunstylepropertiesoptions.__type",{"_index":144,"name":{},"parent":{"280":{},"281":{},"284":{}}}],["isectionoptions",{"_index":369,"name":{"956":{}},"parent":{"957":{},"958":{},"962":{},"963":{},"967":{},"968":{}}}],["isectionoptions.__type",{"_index":371,"name":{},"parent":{"959":{},"960":{},"961":{},"964":{},"965":{},"966":{}}}],["isectionpropertiesoptions",{"_index":497,"name":{"1213":{}},"parent":{"1214":{},"1215":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1228":{}}}],["isectionpropertiesoptions.__type",{"_index":498,"name":{},"parent":{"1216":{},"1217":{},"1218":{},"1219":{},"1220":{}}}],["ishadingattributesproperties",{"_index":594,"name":{"1427":{}},"parent":{"1428":{},"1429":{},"1430":{}}}],["ispacingproperties",{"_index":44,"name":{"72":{}},"parent":{"73":{},"74":{},"75":{},"76":{},"77":{},"78":{}}}],["istylesoptions",{"_index":632,"name":{"1473":{}},"parent":{"1474":{},"1475":{},"1476":{},"1477":{},"1478":{}}}],["isymbolrunoptions",{"_index":155,"name":{"384":{}},"parent":{"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"399":{},"400":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{}}}],["isymbolrunoptions.__type",{"_index":158,"name":{},"parent":{"397":{},"398":{},"401":{}}}],["itablebordersoptions",{"_index":334,"name":{"853":{}},"parent":{"854":{},"855":{},"856":{},"857":{},"858":{},"859":{}}}],["itablecellborders",{"_index":299,"name":{"764":{}},"parent":{"765":{},"766":{},"767":{},"768":{},"769":{},"770":{}}}],["itablecelloptions",{"_index":292,"name":{"748":{}},"parent":{"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{}}}],["itablefloatoptions",{"_index":318,"name":{"826":{}},"parent":{"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"837":{}}}],["itableofcontentsoptions",{"_index":656,"name":{"1558":{}},"parent":{"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{}}}],["itableoptions",{"_index":283,"name":{"732":{}},"parent":{"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{}}}],["itablepropertiesoptions",{"_index":309,"name":{"794":{}},"parent":{"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{},"804":{}}}],["itablerowoptions",{"_index":343,"name":{"903":{}},"parent":{"904":{},"905":{},"906":{},"907":{},"908":{}}}],["itablerowoptions.__type",{"_index":347,"name":{},"parent":{"909":{},"910":{}}}],["itablerowpropertiesoptions",{"_index":355,"name":{"921":{}},"parent":{"922":{},"923":{},"924":{},"925":{}}}],["itablerowpropertiesoptions.__type",{"_index":356,"name":{},"parent":{"926":{},"927":{}}}],["itablewidthproperties",{"_index":367,"name":{"949":{}},"parent":{"950":{},"951":{}}}],["italics",{"_index":115,"name":{"237":{},"276":{},"308":{},"340":{},"393":{}},"parent":{}}],["italicscomplexscript",{"_index":116,"name":{"238":{},"277":{},"309":{},"341":{},"394":{}},"parent":{}}],["itextwrapping",{"_index":437,"name":{"1100":{}},"parent":{"1101":{},"1102":{},"1103":{}}}],["iverticalpositionoptions",{"_index":457,"name":{"1142":{}},"parent":{"1143":{},"1144":{},"1145":{}}}],["ixmlableobject",{"_index":684,"name":{"1606":{}},"parent":{"1607":{}}}],["ixmlattribute",{"_index":683,"name":{"1605":{}},"parent":{}}],["japanese_counting",{"_index":715,"name":{"1715":{}},"parent":{}}],["japanese_digital_ten_thousand",{"_index":721,"name":{"1721":{}},"parent":{}}],["japanese_legal",{"_index":720,"name":{"1720":{}},"parent":{}}],["justified",{"_index":19,"name":{"20":{}},"parent":{}}],["keeplines",{"_index":100,"name":{"160":{},"176":{},"193":{},"223":{}},"parent":{}}],["keepnext",{"_index":99,"name":{"159":{},"175":{},"192":{},"222":{}},"parent":{}}],["korean_counting",{"_index":742,"name":{"1745":{}},"parent":{}}],["korean_digital",{"_index":741,"name":{"1744":{}},"parent":{}}],["korean_digital_2",{"_index":744,"name":{"1747":{}},"parent":{}}],["korean_legal",{"_index":743,"name":{"1746":{}},"parent":{}}],["landscape",{"_index":532,"name":{"1291":{}},"parent":{}}],["largest",{"_index":436,"name":{"1099":{}},"parent":{}}],["layout",{"_index":288,"name":{"739":{},"797":{}},"parent":{}}],["layoutincell",{"_index":465,"name":{"1157":{}},"parent":{}}],["leadertype",{"_index":67,"name":{"109":{}},"parent":{"110":{},"111":{},"112":{},"113":{},"114":{}}}],["left",{"_index":21,"name":{"22":{},"35":{},"48":{},"100":{},"767":{},"816":{},"856":{},"873":{},"1097":{},"1147":{},"1234":{},"1350":{},"1694":{}},"parent":{}}],["left_margin",{"_index":447,"name":{"1124":{}},"parent":{}}],["left_to_right_top_to_bottom",{"_index":306,"name":{"788":{},"1363":{}},"parent":{}}],["leftfromtext",{"_index":325,"name":{"835":{}},"parent":{}}],["lefttabstop",{"_index":98,"name":{"156":{},"172":{},"189":{},"219":{}},"parent":{}}],["level",{"_index":87,"name":{"141":{},"149":{},"182":{},"204":{},"212":{},"528":{},"1006":{},"1020":{},"1557":{}},"parent":{"1021":{},"1022":{},"1023":{}}}],["levelbase",{"_index":402,"name":{"1016":{}},"parent":{"1017":{},"1018":{},"1019":{}}}],["levelformat",{"_index":384,"name":{"986":{}},"parent":{"987":{},"988":{},"989":{},"990":{},"991":{},"992":{},"993":{},"994":{},"995":{},"996":{},"997":{},"998":{},"999":{},"1000":{}}}],["levelforoverride",{"_index":403,"name":{"1024":{}},"parent":{"1025":{},"1026":{},"1027":{}}}],["leveloverride",{"_index":409,"name":{"1044":{}},"parent":{"1045":{},"1046":{},"1047":{}}}],["levelsuffix",{"_index":396,"name":{"1001":{}},"parent":{"1002":{},"1003":{},"1004":{}}}],["line",{"_index":47,"name":{"75":{},"1132":{}},"parent":{}}],["linenumberattributes",{"_index":576,"name":{"1378":{}},"parent":{"1379":{},"1380":{},"1381":{}}}],["linenumberrestartformat",{"_index":569,"name":{"1369":{}},"parent":{"1370":{},"1371":{},"1372":{}}}],["linenumbers",{"_index":503,"name":{"1224":{}},"parent":{}}],["linenumbertype",{"_index":577,"name":{"1382":{}},"parent":{"1383":{},"1384":{},"1385":{}}}],["linepitch",{"_index":526,"name":{"1279":{}},"parent":{}}],["linerule",{"_index":48,"name":{"76":{}},"parent":{}}],["lineruletype",{"_index":40,"name":{"68":{}},"parent":{"69":{},"70":{},"71":{}}}],["lines",{"_index":275,"name":{"710":{},"1274":{}},"parent":{}}],["lines_and_chars",{"_index":523,"name":{"1275":{}},"parent":{}}],["link",{"_index":206,"name":{"512":{},"1488":{},"1499":{},"1514":{},"1526":{}},"parent":{}}],["linkid",{"_index":201,"name":{"499":{},"504":{}},"parent":{}}],["lockanchor",{"_index":463,"name":{"1155":{}},"parent":{}}],["longhexnumber",{"_index":787,"name":{"1805":{}},"parent":{}}],["lower_letter",{"_index":391,"name":{"995":{},"1708":{}},"parent":{}}],["lower_roman",{"_index":392,"name":{"996":{},"1706":{}},"parent":{}}],["m",{"_index":475,"name":{"1180":{}},"parent":{}}],["margin",{"_index":257,"name":{"688":{},"690":{},"810":{},"1125":{},"1133":{},"1217":{}},"parent":{}}],["margins",{"_index":286,"name":{"736":{},"751":{},"1103":{},"1158":{}},"parent":{}}],["math",{"_index":212,"name":{"537":{}},"parent":{"538":{},"539":{},"540":{}}}],["mathaccentcharacter",{"_index":220,"name":{"560":{}},"parent":{"561":{},"562":{},"563":{}}}],["mathangledbrackets",{"_index":254,"name":{"681":{}},"parent":{"682":{},"683":{},"684":{}}}],["mathbase",{"_index":221,"name":{"564":{}},"parent":{"565":{},"566":{},"567":{}}}],["mathcomponent",{"_index":240,"name":{"638":{}},"parent":{}}],["mathcurlybrackets",{"_index":253,"name":{"677":{}},"parent":{"678":{},"679":{},"680":{}}}],["mathdegree",{"_index":241,"name":{"639":{}},"parent":{"640":{},"641":{},"642":{}}}],["mathdenominator",{"_index":218,"name":{"552":{}},"parent":{"553":{},"554":{},"555":{}}}],["mathfraction",{"_index":217,"name":{"548":{}},"parent":{"549":{},"550":{},"551":{}}}],["mathfunction",{"_index":248,"name":{"657":{}},"parent":{"658":{},"659":{},"660":{}}}],["mathfunctionname",{"_index":249,"name":{"661":{}},"parent":{"662":{},"663":{},"664":{}}}],["mathfunctionproperties",{"_index":250,"name":{"665":{}},"parent":{"666":{},"667":{},"668":{}}}],["mathlimitlocation",{"_index":222,"name":{"568":{}},"parent":{"569":{},"570":{},"571":{}}}],["mathnarayproperties",{"_index":223,"name":{"572":{}},"parent":{"573":{},"574":{},"575":{}}}],["mathnumerator",{"_index":219,"name":{"556":{}},"parent":{"557":{},"558":{},"559":{}}}],["mathpresubsuperscript",{"_index":238,"name":{"630":{}},"parent":{"631":{},"632":{},"633":{}}}],["mathpresubsuperscriptproperties",{"_index":239,"name":{"634":{}},"parent":{"635":{},"636":{},"637":{}}}],["mathradical",{"_index":244,"name":{"646":{}},"parent":{"647":{},"648":{},"649":{}}}],["mathradicalproperties",{"_index":245,"name":{"650":{}},"parent":{"651":{},"652":{},"653":{}}}],["mathroundbrackets",{"_index":251,"name":{"669":{}},"parent":{"670":{},"671":{},"672":{}}}],["mathrun",{"_index":213,"name":{"541":{}},"parent":{"542":{},"543":{},"544":{}}}],["mathsquarebrackets",{"_index":252,"name":{"673":{}},"parent":{"674":{},"675":{},"676":{}}}],["mathsubscript",{"_index":232,"name":{"606":{}},"parent":{"607":{},"608":{},"609":{}}}],["mathsubscriptelement",{"_index":224,"name":{"576":{}},"parent":{"577":{},"578":{},"579":{}}}],["mathsubscriptproperties",{"_index":233,"name":{"610":{}},"parent":{"611":{},"612":{},"613":{}}}],["mathsubsuperscript",{"_index":235,"name":{"618":{}},"parent":{"619":{},"620":{},"621":{}}}],["mathsubsuperscriptproperties",{"_index":236,"name":{"622":{}},"parent":{"623":{},"624":{},"625":{}}}],["mathsum",{"_index":226,"name":{"584":{}},"parent":{"585":{},"586":{},"587":{}}}],["mathsuperscript",{"_index":229,"name":{"595":{}},"parent":{"596":{},"597":{},"598":{}}}],["mathsuperscriptelement",{"_index":227,"name":{"588":{}},"parent":{"589":{},"590":{},"591":{}}}],["mathsuperscriptproperties",{"_index":230,"name":{"599":{}},"parent":{"600":{},"601":{},"602":{}}}],["max",{"_index":74,"name":{"116":{}},"parent":{}}],["mc",{"_index":472,"name":{"1177":{}},"parent":{}}],["measurementorpercentvalue",{"_index":798,"name":{"1816":{}},"parent":{}}],["media",{"_index":5,"name":{"6":{},"1056":{},"1647":{},"1657":{},"1844":{}},"parent":{"1057":{},"1058":{},"1059":{},"1060":{}}}],["middle_dot",{"_index":70,"name":{"112":{}},"parent":{}}],["name",{"_index":247,"name":{"656":{},"1485":{},"1495":{},"1511":{},"1521":{}},"parent":{}}],["never",{"_index":341,"name":{"897":{}},"parent":{}}],["new_page",{"_index":570,"name":{"1370":{}},"parent":{}}],["new_section",{"_index":571,"name":{"1371":{}},"parent":{}}],["next",{"_index":639,"name":{"1487":{},"1498":{},"1513":{},"1525":{}},"parent":{}}],["next_column",{"_index":580,"name":{"1388":{}},"parent":{}}],["next_page",{"_index":579,"name":{"1387":{}},"parent":{}}],["nil",{"_index":365,"name":{"947":{},"1441":{},"1786":{}},"parent":{}}],["none",{"_index":71,"name":{"113":{},"686":{},"696":{},"861":{},"997":{},"1091":{},"1751":{},"1787":{}},"parent":{}}],["not_beside",{"_index":262,"name":{"697":{}},"parent":{}}],["not_first_page",{"_index":549,"name":{"1325":{}},"parent":{}}],["nothing",{"_index":397,"name":{"1002":{}},"parent":{}}],["num",{"_index":66,"name":{"107":{},"1035":{}},"parent":{}}],["number_in_dash",{"_index":748,"name":{"1752":{}},"parent":{}}],["numberformat",{"_index":711,"name":{"1703":{}},"parent":{"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{}}}],["numbering",{"_index":4,"name":{"5":{},"146":{},"179":{},"209":{},"974":{}},"parent":{"975":{},"976":{},"977":{},"978":{},"979":{},"980":{}}}],["numberproperties",{"_index":77,"name":{"125":{}},"parent":{"126":{},"127":{},"128":{}}}],["numbervalueelement",{"_index":690,"name":{"1624":{}},"parent":{"1625":{},"1626":{},"1627":{}}}],["numerator",{"_index":215,"name":{"546":{}},"parent":{}}],["numid",{"_index":405,"name":{"1029":{},"1039":{}},"parent":{}}],["o",{"_index":473,"name":{"1178":{}},"parent":{}}],["odd_page",{"_index":582,"name":{"1391":{}},"parent":{}}],["offset",{"_index":456,"name":{"1141":{},"1145":{}},"parent":{}}],["offsetfrom",{"_index":556,"name":{"1334":{}},"parent":{}}],["onoffelement",{"_index":687,"name":{"1612":{}},"parent":{"1613":{},"1614":{},"1615":{}}}],["options",{"_index":204,"name":{"509":{},"761":{},"1662":{},"1665":{}},"parent":{}}],["ordinal",{"_index":712,"name":{"1709":{}},"parent":{}}],["ordinal_text",{"_index":393,"name":{"998":{},"1711":{}},"parent":{}}],["orientation",{"_index":512,"name":{"1242":{},"1295":{}},"parent":{}}],["outlinelevel",{"_index":101,"name":{"161":{},"177":{},"194":{},"224":{},"526":{}},"parent":{"527":{},"528":{},"529":{},"530":{}}}],["outset",{"_index":772,"name":{"1788":{}},"parent":{}}],["outside",{"_index":315,"name":{"817":{},"823":{},"1695":{},"1701":{}},"parent":{}}],["outside_margin",{"_index":448,"name":{"1126":{},"1134":{}},"parent":{}}],["overlap",{"_index":327,"name":{"837":{},"898":{}},"parent":{}}],["overlaptype",{"_index":340,"name":{"896":{}},"parent":{"897":{},"898":{}}}],["overridelevel",{"_index":407,"name":{"1033":{}},"parent":{}}],["packer",{"_index":804,"name":{"1833":{}},"parent":{"1834":{},"1835":{},"1836":{},"1837":{}}}],["page",{"_index":259,"name":{"691":{},"811":{},"1127":{},"1135":{},"1214":{},"1327":{}},"parent":{}}],["pageborderbottom",{"_index":562,"name":{"1340":{}},"parent":{}}],["pageborderdisplay",{"_index":546,"name":{"1322":{}},"parent":{"1323":{},"1324":{},"1325":{}}}],["pageborderleft",{"_index":563,"name":{"1341":{}},"parent":{}}],["pageborderoffsetfrom",{"_index":550,"name":{"1326":{}},"parent":{"1327":{},"1328":{}}}],["pageborderright",{"_index":561,"name":{"1339":{}},"parent":{}}],["pageborders",{"_index":559,"name":{"1337":{},"1342":{}},"parent":{"1343":{},"1344":{},"1345":{}}}],["pagebordertop",{"_index":560,"name":{"1338":{}},"parent":{}}],["pageborderzorder",{"_index":551,"name":{"1329":{}},"parent":{"1330":{},"1331":{}}}],["pagebreak",{"_index":37,"name":{"56":{}},"parent":{"57":{},"58":{},"59":{}}}],["pagebreakbefore",{"_index":39,"name":{"64":{},"136":{},"199":{}},"parent":{"65":{},"66":{},"67":{}}}],["pagemargin",{"_index":566,"name":{"1358":{}},"parent":{"1359":{},"1360":{},"1361":{}}}],["pagemarginattributes",{"_index":565,"name":{"1354":{}},"parent":{"1355":{},"1356":{},"1357":{}}}],["pagenumber",{"_index":138,"name":{"265":{}},"parent":{"266":{},"267":{},"268":{}}}],["pagenumbers",{"_index":499,"name":{"1218":{}},"parent":{}}],["pagenumbersentrylevelsrange",{"_index":664,"name":{"1566":{}},"parent":{}}],["pagenumberseparator",{"_index":536,"name":{"1304":{}},"parent":{"1305":{},"1306":{},"1307":{},"1308":{},"1309":{}}}],["pagenumbertype",{"_index":545,"name":{"1318":{}},"parent":{"1319":{},"1320":{},"1321":{}}}],["pagenumbertypeattributes",{"_index":544,"name":{"1314":{}},"parent":{"1315":{},"1316":{},"1317":{}}}],["pageorientation",{"_index":530,"name":{"1289":{}},"parent":{"1290":{},"1291":{}}}],["pagereference",{"_index":210,"name":{"531":{}},"parent":{"532":{},"533":{},"534":{}}}],["pagesize",{"_index":535,"name":{"1300":{}},"parent":{"1301":{},"1302":{},"1303":{}}}],["pagesizeattributes",{"_index":534,"name":{"1296":{}},"parent":{"1297":{},"1298":{},"1299":{}}}],["pagetextdirection",{"_index":568,"name":{"1365":{}},"parent":{"1366":{},"1367":{},"1368":{}}}],["pagetextdirectiontype",{"_index":567,"name":{"1362":{}},"parent":{"1363":{},"1364":{}}}],["paragraph",{"_index":102,"name":{"162":{},"1015":{},"1136":{},"1509":{},"1522":{},"1544":{}},"parent":{"163":{},"164":{},"165":{},"166":{}}}],["paragraphchild",{"_index":78,"name":{"129":{}},"parent":{}}],["paragraphproperties",{"_index":109,"name":{"225":{}},"parent":{"226":{},"227":{},"228":{},"229":{}}}],["paragraphpropertiesdefaults",{"_index":649,"name":{"1535":{}},"parent":{"1536":{},"1537":{},"1538":{}}}],["paragraphstyles",{"_index":634,"name":{"1476":{}},"parent":{}}],["percent_10",{"_index":602,"name":{"1443":{}},"parent":{}}],["percent_12",{"_index":603,"name":{"1444":{}},"parent":{}}],["percent_15",{"_index":604,"name":{"1445":{}},"parent":{}}],["percent_20",{"_index":605,"name":{"1446":{}},"parent":{}}],["percent_25",{"_index":606,"name":{"1447":{}},"parent":{}}],["percent_30",{"_index":607,"name":{"1448":{}},"parent":{}}],["percent_35",{"_index":608,"name":{"1449":{}},"parent":{}}],["percent_37",{"_index":609,"name":{"1450":{}},"parent":{}}],["percent_40",{"_index":610,"name":{"1451":{}},"parent":{}}],["percent_45",{"_index":611,"name":{"1452":{}},"parent":{}}],["percent_5",{"_index":601,"name":{"1442":{}},"parent":{}}],["percent_50",{"_index":612,"name":{"1453":{}},"parent":{}}],["percent_55",{"_index":613,"name":{"1454":{}},"parent":{}}],["percent_60",{"_index":614,"name":{"1455":{}},"parent":{}}],["percent_62",{"_index":615,"name":{"1456":{}},"parent":{}}],["percent_65",{"_index":616,"name":{"1457":{}},"parent":{}}],["percent_70",{"_index":617,"name":{"1458":{}},"parent":{}}],["percent_75",{"_index":618,"name":{"1459":{}},"parent":{}}],["percent_80",{"_index":619,"name":{"1460":{}},"parent":{}}],["percent_85",{"_index":620,"name":{"1461":{}},"parent":{}}],["percent_87",{"_index":621,"name":{"1462":{}},"parent":{}}],["percent_90",{"_index":622,"name":{"1463":{}},"parent":{}}],["percent_95",{"_index":623,"name":{"1464":{}},"parent":{}}],["percentage",{"_index":366,"name":{"948":{}},"parent":{}}],["percentagevalue",{"_index":797,"name":{"1815":{}},"parent":{}}],["period",{"_index":537,"name":{"1306":{}},"parent":{}}],["pixels",{"_index":418,"name":{"1062":{}},"parent":{}}],["pointmeasurevalue",{"_index":801,"name":{"1819":{}},"parent":{}}],["portrait",{"_index":531,"name":{"1290":{}},"parent":{}}],["position",{"_index":270,"name":{"705":{}},"parent":{}}],["positiveuniversalmeasurevalue",{"_index":791,"name":{"1809":{}},"parent":{}}],["prepforxml",{"_index":24,"name":{"26":{},"30":{},"39":{},"43":{},"54":{},"58":{},"62":{},"66":{},"81":{},"93":{},"97":{},"119":{},"123":{},"127":{},"164":{},"228":{},"271":{},"374":{},"378":{},"382":{},"423":{},"431":{},"441":{},"445":{},"467":{},"472":{},"476":{},"480":{},"484":{},"488":{},"492":{},"500":{},"505":{},"520":{},"524":{},"529":{},"533":{},"539":{},"543":{},"550":{},"554":{},"558":{},"562":{},"566":{},"570":{},"574":{},"578":{},"586":{},"590":{},"597":{},"601":{},"608":{},"612":{},"620":{},"624":{},"632":{},"636":{},"641":{},"648":{},"652":{},"659":{},"663":{},"667":{},"671":{},"675":{},"679":{},"683":{},"726":{},"730":{},"746":{},"762":{},"773":{},"777":{},"784":{},"792":{},"807":{},"840":{},"844":{},"851":{},"894":{},"901":{},"919":{},"930":{},"938":{},"942":{},"954":{},"976":{},"984":{},"1018":{},"1022":{},"1026":{},"1042":{},"1046":{},"1088":{},"1106":{},"1110":{},"1114":{},"1118":{},"1163":{},"1167":{},"1171":{},"1201":{},"1206":{},"1245":{},"1252":{},"1256":{},"1266":{},"1270":{},"1283":{},"1287":{},"1298":{},"1302":{},"1316":{},"1320":{},"1344":{},"1356":{},"1360":{},"1367":{},"1380":{},"1384":{},"1394":{},"1398":{},"1412":{},"1416":{},"1425":{},"1433":{},"1481":{},"1506":{},"1533":{},"1537":{},"1541":{},"1548":{},"1552":{},"1579":{},"1583":{},"1587":{},"1592":{},"1599":{},"1603":{},"1610":{},"1614":{},"1618":{},"1622":{},"1626":{},"1630":{},"1637":{},"1669":{},"1673":{},"1677":{},"1681":{},"1685":{},"1689":{},"1773":{},"1827":{},"1831":{}},"parent":{}}],["preservenewlineinentries",{"_index":671,"name":{"1573":{}},"parent":{}}],["preservetabinentries",{"_index":670,"name":{"1572":{}},"parent":{}}],["properties",{"_index":374,"name":{"967":{}},"parent":{}}],["push",{"_index":110,"name":{"227":{},"373":{},"1207":{},"1598":{}},"parent":{}}],["quickformat",{"_index":643,"name":{"1492":{},"1503":{},"1518":{},"1530":{}},"parent":{}}],["r",{"_index":474,"name":{"1179":{}},"parent":{}}],["reference",{"_index":93,"name":{"148":{},"181":{},"211":{},"1031":{},"1040":{}},"parent":{}}],["referenceconfig",{"_index":382,"name":{"979":{}},"parent":{}}],["relationships",{"_index":699,"name":{"1646":{},"1656":{}},"parent":{}}],["relative",{"_index":454,"name":{"1139":{},"1143":{}},"parent":{}}],["relativehorizontalposition",{"_index":313,"name":{"813":{},"829":{}},"parent":{"814":{},"815":{},"816":{},"817":{},"818":{}}}],["relativeverticalposition",{"_index":316,"name":{"819":{},"832":{}},"parent":{"820":{},"821":{},"822":{},"823":{},"824":{},"825":{}}}],["restart",{"_index":304,"name":{"781":{},"1376":{}},"parent":{}}],["reverse_diagonal_stripe",{"_index":624,"name":{"1465":{}},"parent":{}}],["revision",{"_index":137,"name":{"263":{},"302":{},"334":{},"366":{},"419":{}},"parent":{}}],["right",{"_index":22,"name":{"23":{},"36":{},"49":{},"101":{},"770":{},"818":{},"857":{},"878":{},"1098":{},"1150":{},"1232":{},"1348":{},"1696":{}},"parent":{}}],["right_margin",{"_index":449,"name":{"1128":{}},"parent":{}}],["rightfromtext",{"_index":326,"name":{"836":{}},"parent":{}}],["righttabstop",{"_index":97,"name":{"155":{},"171":{},"188":{},"218":{}},"parent":{}}],["righttoleft",{"_index":124,"name":{"249":{},"288":{},"320":{},"352":{},"405":{}},"parent":{}}],["rootindextocolumnindex",{"_index":353,"name":{"917":{}},"parent":{}}],["rotation",{"_index":413,"name":{"1055":{},"1074":{}},"parent":{}}],["rows",{"_index":284,"name":{"733":{}},"parent":{}}],["rowspan",{"_index":297,"name":{"757":{}},"parent":{}}],["rule",{"_index":280,"name":{"719":{},"910":{},"927":{}},"parent":{}}],["run",{"_index":142,"name":{"269":{},"1014":{},"1484":{},"1496":{},"1510":{},"1523":{},"1545":{}},"parent":{"270":{},"271":{},"272":{}}}],["runfonts",{"_index":171,"name":{"439":{}},"parent":{"440":{},"441":{},"442":{}}}],["runproperties",{"_index":152,"name":{"371":{}},"parent":{"372":{},"373":{},"374":{},"375":{}}}],["runpropertieschange",{"_index":153,"name":{"376":{}},"parent":{"377":{},"378":{},"379":{}}}],["runpropertiesdefaults",{"_index":650,"name":{"1539":{}},"parent":{"1540":{},"1541":{},"1542":{}}}],["russian_lower",{"_index":746,"name":{"1749":{}},"parent":{}}],["russian_upper",{"_index":747,"name":{"1750":{}},"parent":{}}],["sectionmargindefaults",{"_index":505,"name":{"1229":{}},"parent":{"1230":{}}}],["sectionmargindefaults.__type",{"_index":506,"name":{},"parent":{"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{}}}],["sectionpagesizedefaults",{"_index":510,"name":{"1238":{}},"parent":{"1239":{}}}],["sectionpagesizedefaults.__type",{"_index":511,"name":{},"parent":{"1240":{},"1241":{},"1242":{}}}],["sectionproperties",{"_index":513,"name":{"1243":{}},"parent":{"1244":{},"1245":{},"1246":{}}}],["sectiontype",{"_index":578,"name":{"1386":{}},"parent":{"1387":{},"1388":{},"1389":{},"1390":{},"1391":{}}}],["sectiontypeattributes",{"_index":583,"name":{"1392":{}},"parent":{"1393":{},"1394":{},"1395":{}}}],["semihidden",{"_index":641,"name":{"1490":{},"1501":{},"1516":{},"1528":{}},"parent":{}}],["separate",{"_index":518,"name":{"1261":{}},"parent":{}}],["separator",{"_index":543,"name":{"1313":{}},"parent":{}}],["seqfieldidentifierforprefix",{"_index":667,"name":{"1569":{}},"parent":{}}],["sequenceandpagenumbersseparator",{"_index":660,"name":{"1562":{}},"parent":{}}],["sequentialidentifier",{"_index":172,"name":{"443":{}},"parent":{"444":{},"445":{},"446":{}}}],["set",{"_index":25,"name":{"27":{},"120":{},"727":{},"841":{},"939":{},"1202":{},"1253":{},"1267":{},"1284":{},"1299":{},"1317":{},"1357":{},"1381":{},"1395":{},"1417":{},"1588":{},"1593":{},"1674":{},"1828":{}},"parent":{}}],["settings",{"_index":13,"name":{"14":{}},"parent":{}}],["shading",{"_index":89,"name":{"142":{},"205":{},"260":{},"299":{},"331":{},"363":{},"416":{},"750":{},"800":{},"1431":{}},"parent":{"1432":{},"1433":{},"1434":{}}}],["shadingtype",{"_index":596,"name":{"1435":{}},"parent":{"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{}}}],["shorthexnumber",{"_index":788,"name":{"1806":{}},"parent":{}}],["side",{"_index":438,"name":{"1102":{}},"parent":{}}],["signedhpsmeasurevalue",{"_index":795,"name":{"1813":{}},"parent":{}}],["signedtwipsmeasurevalue",{"_index":793,"name":{"1811":{}},"parent":{}}],["simplefield",{"_index":195,"name":{"486":{}},"parent":{"487":{},"488":{},"489":{}}}],["simplemailmergefield",{"_index":196,"name":{"490":{}},"parent":{"491":{},"492":{},"493":{}}}],["simplepos",{"_index":467,"name":{"1161":{}},"parent":{"1162":{},"1163":{},"1164":{}}}],["single",{"_index":174,"name":{"448":{},"1776":{}},"parent":{}}],["size",{"_index":122,"name":{"247":{},"286":{},"318":{},"350":{},"403":{},"866":{},"871":{},"876":{},"881":{},"886":{},"891":{},"950":{},"1216":{},"1769":{}},"parent":{}}],["sizecomplexscript",{"_index":123,"name":{"248":{},"287":{},"319":{},"351":{},"404":{}},"parent":{}}],["smallcaps",{"_index":125,"name":{"250":{},"289":{},"321":{},"353":{},"406":{}},"parent":{}}],["snap_to_chars",{"_index":524,"name":{"1276":{}},"parent":{}}],["solid",{"_index":625,"name":{"1466":{}},"parent":{}}],["space",{"_index":279,"name":{"715":{},"1003":{},"1249":{},"1259":{},"1770":{}},"parent":{}}],["spacing",{"_index":51,"name":{"79":{},"158":{},"174":{},"191":{},"221":{}},"parent":{"80":{},"81":{},"82":{}}}],["square",{"_index":432,"name":{"1092":{}},"parent":{}}],["start",{"_index":15,"name":{"16":{},"46":{},"108":{},"515":{},"766":{},"1010":{},"1036":{},"1311":{},"1375":{}},"parent":{}}],["stream",{"_index":422,"name":{"1076":{}},"parent":{}}],["strike",{"_index":127,"name":{"252":{},"291":{},"323":{},"355":{},"408":{}},"parent":{}}],["stringcontainer",{"_index":691,"name":{"1628":{}},"parent":{"1629":{},"1630":{},"1631":{}}}],["stringvalueelement",{"_index":689,"name":{"1620":{}},"parent":{"1621":{},"1622":{},"1623":{}}}],["style",{"_index":60,"name":{"91":{},"138":{},"201":{},"234":{},"305":{},"337":{},"390":{},"740":{},"801":{},"865":{},"870":{},"875":{},"880":{},"885":{},"890":{},"1012":{},"1767":{}},"parent":{"92":{},"93":{},"94":{}}}],["styleforcharacter",{"_index":645,"name":{"1504":{}},"parent":{"1505":{},"1506":{},"1507":{}}}],["styleforparagraph",{"_index":648,"name":{"1531":{}},"parent":{"1532":{},"1533":{},"1534":{}}}],["stylelevel",{"_index":654,"name":{"1554":{}},"parent":{"1555":{},"1556":{},"1557":{}}}],["stylename",{"_index":655,"name":{"1556":{}},"parent":{}}],["styles",{"_index":2,"name":{"3":{},"1479":{},"1842":{}},"parent":{"1480":{},"1481":{},"1482":{}}}],["styleswithlevels",{"_index":668,"name":{"1570":{}},"parent":{}}],["subscript",{"_index":129,"name":{"254":{},"293":{},"325":{},"357":{},"410":{},"582":{},"605":{},"616":{},"628":{}},"parent":{}}],["suffix",{"_index":400,"name":{"1011":{}},"parent":{}}],["superscript",{"_index":130,"name":{"255":{},"294":{},"326":{},"358":{},"411":{},"583":{},"594":{},"617":{},"629":{}},"parent":{}}],["suppresslinenumbers",{"_index":92,"name":{"145":{},"208":{}},"parent":{}}],["symbolfont",{"_index":157,"name":{"386":{}},"parent":{}}],["symbolrun",{"_index":159,"name":{"421":{}},"parent":{"422":{},"423":{},"424":{}}}],["tab",{"_index":194,"name":{"482":{},"1004":{}},"parent":{"483":{},"484":{},"485":{}}}],["tabattributes",{"_index":75,"name":{"117":{}},"parent":{"118":{},"119":{},"120":{}}}],["table",{"_index":291,"name":{"744":{}},"parent":{"745":{},"746":{},"747":{}}}],["tableanchortype",{"_index":312,"name":{"809":{}},"parent":{"810":{},"811":{},"812":{}}}],["tableborders",{"_index":337,"name":{"860":{}},"parent":{"861":{},"862":{},"893":{},"894":{},"895":{}}}],["tableborders.__type",{"_index":338,"name":{},"parent":{"863":{},"864":{},"868":{},"869":{},"873":{},"874":{},"878":{},"879":{},"883":{},"884":{},"888":{},"889":{}}}],["tableborders.__type.__type",{"_index":339,"name":{},"parent":{"865":{},"866":{},"867":{},"870":{},"871":{},"872":{},"875":{},"876":{},"877":{},"880":{},"881":{},"882":{},"885":{},"886":{},"887":{},"890":{},"891":{},"892":{}}}],["tablecell",{"_index":298,"name":{"759":{}},"parent":{"760":{},"761":{},"762":{},"763":{}}}],["tablecellborders",{"_index":300,"name":{"771":{}},"parent":{"772":{},"773":{},"774":{}}}],["tablefloatoptionsattributes",{"_index":328,"name":{"838":{}},"parent":{"839":{},"840":{},"841":{}}}],["tablefloatproperties",{"_index":329,"name":{"842":{}},"parent":{"843":{},"844":{},"845":{}}}],["tableheader",{"_index":345,"name":{"906":{},"923":{}},"parent":{}}],["tablelayout",{"_index":333,"name":{"849":{}},"parent":{"850":{},"851":{},"852":{}}}],["tablelayouttype",{"_index":330,"name":{"846":{}},"parent":{"847":{},"848":{}}}],["tableofcontents",{"_index":653,"name":{"1550":{}},"parent":{"1551":{},"1552":{},"1553":{}}}],["tableoverlap",{"_index":342,"name":{"899":{}},"parent":{"900":{},"901":{},"902":{}}}],["tableproperties",{"_index":311,"name":{"805":{}},"parent":{"806":{},"807":{},"808":{}}}],["tablerow",{"_index":348,"name":{"911":{}},"parent":{"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{}}}],["tablerowheight",{"_index":362,"name":{"940":{}},"parent":{"941":{},"942":{},"943":{}}}],["tablerowheightattributes",{"_index":361,"name":{"936":{}},"parent":{"937":{},"938":{},"939":{}}}],["tablerowproperties",{"_index":357,"name":{"928":{}},"parent":{"929":{},"930":{},"931":{}}}],["tablewidthelement",{"_index":368,"name":{"952":{}},"parent":{"953":{},"954":{},"955":{}}}],["tabstop",{"_index":61,"name":{"95":{}},"parent":{"96":{},"97":{},"98":{}}}],["tabstopitem",{"_index":76,"name":{"121":{}},"parent":{"122":{},"123":{},"124":{}}}],["tabstopposition",{"_index":73,"name":{"115":{}},"parent":{"116":{}}}],["tabstops",{"_index":84,"name":{"137":{},"200":{}},"parent":{}}],["tabstoptype",{"_index":62,"name":{"99":{}},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["taiwanese_counting",{"_index":734,"name":{"1737":{}},"parent":{}}],["taiwanese_counting_thousand",{"_index":736,"name":{"1739":{}},"parent":{}}],["taiwanese_digital",{"_index":737,"name":{"1740":{}},"parent":{}}],["tcfieldidentifier",{"_index":661,"name":{"1563":{}},"parent":{}}],["tcfieldlevelrange",{"_index":663,"name":{"1565":{}},"parent":{}}],["tdirection",{"_index":308,"name":{"790":{}},"parent":{"791":{},"792":{},"793":{}}}],["template",{"_index":377,"name":{"971":{}},"parent":{}}],["text",{"_index":80,"name":{"131":{},"233":{},"389":{},"692":{},"812":{},"1008":{},"1328":{}},"parent":{}}],["textdirection",{"_index":294,"name":{"753":{},"786":{},"1220":{}},"parent":{"787":{},"788":{},"789":{}}}],["textrun",{"_index":154,"name":{"380":{}},"parent":{"381":{},"382":{},"383":{}}}],["textwrappingside",{"_index":434,"name":{"1095":{}},"parent":{"1096":{},"1097":{},"1098":{},"1099":{}}}],["textwrappingtype",{"_index":431,"name":{"1090":{}},"parent":{"1091":{},"1092":{},"1093":{},"1094":{}}}],["thai_counting",{"_index":759,"name":{"1763":{}},"parent":{}}],["thai_letters",{"_index":757,"name":{"1761":{}},"parent":{}}],["thai_numbers",{"_index":758,"name":{"1762":{}},"parent":{}}],["thematicbreak",{"_index":32,"name":{"41":{},"153":{},"169":{},"186":{},"216":{}},"parent":{"42":{},"43":{},"44":{}}}],["themecolor",{"_index":590,"name":{"1420":{}},"parent":{}}],["themeshade",{"_index":591,"name":{"1421":{}},"parent":{}}],["themetint",{"_index":592,"name":{"1422":{}},"parent":{}}],["thick",{"_index":177,"name":{"451":{},"1789":{}},"parent":{}}],["thick_thin_large_gap",{"_index":773,"name":{"1790":{}},"parent":{}}],["thick_thin_medium_gap",{"_index":774,"name":{"1791":{}},"parent":{}}],["thick_thin_small_gap",{"_index":775,"name":{"1792":{}},"parent":{}}],["thin_diagonal_cross",{"_index":626,"name":{"1467":{}},"parent":{}}],["thin_diagonal_stripe",{"_index":627,"name":{"1468":{}},"parent":{}}],["thin_horizontal_cross",{"_index":628,"name":{"1469":{}},"parent":{}}],["thin_reverse_diagonal_stripe",{"_index":629,"name":{"1470":{}},"parent":{}}],["thin_thick_large_gap",{"_index":776,"name":{"1793":{}},"parent":{}}],["thin_thick_medium_gap",{"_index":777,"name":{"1794":{}},"parent":{}}],["thin_thick_small_gap",{"_index":778,"name":{"1795":{}},"parent":{}}],["thin_thick_thin_large_gap",{"_index":779,"name":{"1796":{}},"parent":{}}],["thin_thick_thin_medium_gap",{"_index":780,"name":{"1797":{}},"parent":{}}],["thin_thick_thin_small_gap",{"_index":781,"name":{"1798":{}},"parent":{}}],["thin_vertical_stripe",{"_index":630,"name":{"1471":{}},"parent":{}}],["three_d_emboss",{"_index":782,"name":{"1799":{}},"parent":{}}],["three_d_engrave",{"_index":783,"name":{"1800":{}},"parent":{}}],["through",{"_index":263,"name":{"698":{}},"parent":{}}],["tight",{"_index":264,"name":{"699":{},"1093":{}},"parent":{}}],["title",{"_index":59,"name":{"90":{}},"parent":{}}],["titlepage",{"_index":504,"name":{"1225":{}},"parent":{}}],["titlepageisdefined",{"_index":810,"name":{"1843":{}},"parent":{}}],["tobase64string",{"_index":806,"name":{"1835":{}},"parent":{}}],["toblob",{"_index":807,"name":{"1836":{}},"parent":{}}],["tobuffer",{"_index":805,"name":{"1834":{}},"parent":{}}],["top",{"_index":29,"name":{"33":{},"765":{},"825":{},"854":{},"863":{},"1149":{},"1231":{},"1347":{},"1702":{},"1824":{}},"parent":{}}],["top_and_bottom",{"_index":433,"name":{"1094":{}},"parent":{}}],["top_margin",{"_index":452,"name":{"1137":{}},"parent":{}}],["top_to_bottom_right_to_left",{"_index":307,"name":{"789":{},"1364":{}},"parent":{}}],["topfromtext",{"_index":324,"name":{"834":{}},"parent":{}}],["total_pages",{"_index":140,"name":{"267":{}},"parent":{}}],["total_pages_in_section",{"_index":141,"name":{"268":{}},"parent":{}}],["transformation",{"_index":162,"name":{"427":{},"1078":{}},"parent":{}}],["triple",{"_index":784,"name":{"1801":{}},"parent":{}}],["twipsmeasurevalue",{"_index":796,"name":{"1814":{}},"parent":{}}],["type",{"_index":120,"name":{"242":{},"245":{},"281":{},"284":{},"313":{},"316":{},"345":{},"348":{},"398":{},"401":{},"951":{},"1101":{},"1198":{},"1228":{},"1278":{},"1396":{},"1405":{},"1430":{},"1640":{},"1650":{}},"parent":{"1397":{},"1398":{},"1399":{}}}],["ucharhexnumber",{"_index":789,"name":{"1807":{}},"parent":{}}],["uipriority",{"_index":640,"name":{"1489":{},"1500":{},"1515":{},"1527":{}},"parent":{}}],["underline",{"_index":117,"name":{"239":{},"278":{},"310":{},"342":{},"395":{},"465":{}},"parent":{"466":{},"467":{},"468":{}}}],["underlinetype",{"_index":173,"name":{"447":{}},"parent":{"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{}}}],["underscore",{"_index":72,"name":{"114":{}},"parent":{}}],["unhidewhenused",{"_index":642,"name":{"1491":{},"1502":{},"1517":{},"1529":{}},"parent":{}}],["uniqueid",{"_index":816,"name":{"1851":{}},"parent":{}}],["uniquenumericid",{"_index":815,"name":{"1850":{}},"parent":{}}],["universalmeasurevalue",{"_index":790,"name":{"1808":{}},"parent":{}}],["unsigneddecimalnumber",{"_index":786,"name":{"1804":{}},"parent":{}}],["upper_letter",{"_index":394,"name":{"999":{},"1707":{}},"parent":{}}],["upper_roman",{"_index":395,"name":{"1000":{},"1705":{}},"parent":{}}],["useappliedparagraphoutlinelevel",{"_index":669,"name":{"1571":{}},"parent":{}}],["v",{"_index":476,"name":{"1181":{}},"parent":{}}],["value",{"_index":346,"name":{"909":{},"926":{}},"parent":{}}],["vertical",{"_index":278,"name":{"714":{},"718":{},"1053":{},"1072":{}},"parent":{}}],["vertical_stripe",{"_index":631,"name":{"1472":{}},"parent":{}}],["verticalalign",{"_index":293,"name":{"752":{},"1226":{},"1820":{}},"parent":{"1821":{},"1822":{},"1823":{},"1824":{}}}],["verticalalignattributes",{"_index":802,"name":{"1825":{}},"parent":{"1826":{},"1827":{},"1828":{}}}],["verticalalignelement",{"_index":803,"name":{"1829":{}},"parent":{"1830":{},"1831":{},"1832":{}}}],["verticalanchor",{"_index":321,"name":{"830":{}},"parent":{}}],["verticalmerge",{"_index":295,"name":{"754":{},"782":{}},"parent":{"783":{},"784":{},"785":{}}}],["verticalmergetype",{"_index":302,"name":{"779":{}},"parent":{"780":{},"781":{}}}],["verticalposition",{"_index":461,"name":{"1153":{},"1169":{}},"parent":{"1170":{},"1171":{},"1172":{}}}],["verticalpositionalign",{"_index":710,"name":{"1697":{}},"parent":{"1698":{},"1699":{},"1700":{},"1701":{},"1702":{}}}],["verticalpositionrelativefrom",{"_index":450,"name":{"1129":{}},"parent":{"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{}}}],["vietnamese_counting",{"_index":745,"name":{"1748":{}},"parent":{}}],["view",{"_index":698,"name":{"1645":{},"1655":{}},"parent":{}}],["viewwrapper",{"_index":693,"name":{"1634":{}},"parent":{}}],["visuallyrighttoleft",{"_index":290,"name":{"743":{},"804":{}},"parent":{}}],["w",{"_index":480,"name":{"1185":{}},"parent":{}}],["w10",{"_index":479,"name":{"1184":{}},"parent":{}}],["w14",{"_index":481,"name":{"1186":{}},"parent":{}}],["w15",{"_index":482,"name":{"1187":{}},"parent":{}}],["wave",{"_index":188,"name":{"462":{},"1802":{}},"parent":{}}],["wavydouble",{"_index":190,"name":{"464":{}},"parent":{}}],["wavyheavy",{"_index":189,"name":{"463":{}},"parent":{}}],["widowcontrol",{"_index":90,"name":{"143":{},"206":{}},"parent":{}}],["width",{"_index":268,"name":{"703":{},"734":{},"755":{},"795":{},"1049":{},"1240":{},"1248":{},"1293":{}},"parent":{}}],["widthtype",{"_index":363,"name":{"944":{}},"parent":{"945":{},"946":{},"947":{},"948":{}}}],["wne",{"_index":485,"name":{"1190":{}},"parent":{}}],["words",{"_index":175,"name":{"449":{}},"parent":{}}],["wp",{"_index":478,"name":{"1183":{}},"parent":{}}],["wp14",{"_index":477,"name":{"1182":{}},"parent":{}}],["wpc",{"_index":471,"name":{"1176":{}},"parent":{}}],["wpg",{"_index":483,"name":{"1188":{}},"parent":{}}],["wpi",{"_index":484,"name":{"1189":{}},"parent":{}}],["wps",{"_index":486,"name":{"1191":{}},"parent":{}}],["wrap",{"_index":274,"name":{"709":{},"1159":{}},"parent":{}}],["wrapnone",{"_index":439,"name":{"1104":{}},"parent":{"1105":{},"1106":{},"1107":{}}}],["wrapsquare",{"_index":440,"name":{"1108":{}},"parent":{"1109":{},"1110":{},"1111":{}}}],["wraptight",{"_index":441,"name":{"1112":{}},"parent":{"1113":{},"1114":{},"1115":{}}}],["wraptopandbottom",{"_index":442,"name":{"1116":{}},"parent":{"1117":{},"1118":{},"1119":{}}}],["x",{"_index":271,"name":{"707":{},"722":{},"1064":{},"1068":{}},"parent":{}}],["xmlattributecomponent",{"_index":678,"name":{"1590":{}},"parent":{"1591":{},"1592":{},"1593":{}}}],["xmlcomponent",{"_index":674,"name":{"1577":{}},"parent":{"1578":{},"1579":{},"1580":{}}}],["xsi",{"_index":492,"name":{"1197":{}},"parent":{}}],["y",{"_index":273,"name":{"708":{},"723":{},"1065":{},"1069":{}},"parent":{}}],["zindex",{"_index":466,"name":{"1160":{}},"parent":{}}],["zorder",{"_index":557,"name":{"1335":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"16777216\":\"Reference\"},\"rows\":[{\"id\":0,\"kind\":128,\"name\":\"Document\",\"url\":\"classes/Document.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Document.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":2,\"kind\":262144,\"name\":\"Document\",\"url\":\"classes/Document.html#Document-1\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":3,\"kind\":262144,\"name\":\"Styles\",\"url\":\"classes/Document.html#Styles\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":4,\"kind\":262144,\"name\":\"CoreProperties\",\"url\":\"classes/Document.html#CoreProperties\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":5,\"kind\":262144,\"name\":\"Numbering\",\"url\":\"classes/Document.html#Numbering\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":6,\"kind\":262144,\"name\":\"Media\",\"url\":\"classes/Document.html#Media\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":7,\"kind\":262144,\"name\":\"FileRelationships\",\"url\":\"classes/Document.html#FileRelationships\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":8,\"kind\":262144,\"name\":\"Headers\",\"url\":\"classes/Document.html#Headers\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":9,\"kind\":262144,\"name\":\"Footers\",\"url\":\"classes/Document.html#Footers\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":10,\"kind\":262144,\"name\":\"ContentTypes\",\"url\":\"classes/Document.html#ContentTypes\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":11,\"kind\":262144,\"name\":\"CustomProperties\",\"url\":\"classes/Document.html#CustomProperties\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":12,\"kind\":262144,\"name\":\"AppProperties\",\"url\":\"classes/Document.html#AppProperties\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":13,\"kind\":262144,\"name\":\"FootNotes\",\"url\":\"classes/Document.html#FootNotes\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":14,\"kind\":262144,\"name\":\"Settings\",\"url\":\"classes/Document.html#Settings\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Document\"},{\"id\":15,\"kind\":8,\"name\":\"AlignmentType\",\"url\":\"enums/AlignmentType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":16,\"kind\":16,\"name\":\"START\",\"url\":\"enums/AlignmentType.html#START\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":17,\"kind\":16,\"name\":\"END\",\"url\":\"enums/AlignmentType.html#END\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":18,\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/AlignmentType.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":19,\"kind\":16,\"name\":\"BOTH\",\"url\":\"enums/AlignmentType.html#BOTH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":20,\"kind\":16,\"name\":\"JUSTIFIED\",\"url\":\"enums/AlignmentType.html#JUSTIFIED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":21,\"kind\":16,\"name\":\"DISTRIBUTE\",\"url\":\"enums/AlignmentType.html#DISTRIBUTE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":22,\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/AlignmentType.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":23,\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/AlignmentType.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlignmentType\"},{\"id\":24,\"kind\":128,\"name\":\"AlignmentAttributes\",\"url\":\"classes/AlignmentAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":25,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlignmentAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AlignmentAttributes\"},{\"id\":26,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/AlignmentAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AlignmentAttributes\"},{\"id\":27,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/AlignmentAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AlignmentAttributes\"},{\"id\":28,\"kind\":128,\"name\":\"Alignment\",\"url\":\"classes/Alignment.html\",\"classes\":\"tsd-kind-class\"},{\"id\":29,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Alignment.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Alignment\"},{\"id\":30,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Alignment.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Alignment\"},{\"id\":31,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Alignment.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Alignment\"},{\"id\":32,\"kind\":256,\"name\":\"IBordersOptions\",\"url\":\"interfaces/IBordersOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":33,\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/IBordersOptions.html#top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBordersOptions\"},{\"id\":34,\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/IBordersOptions.html#bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBordersOptions\"},{\"id\":35,\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/IBordersOptions.html#left\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBordersOptions\"},{\"id\":36,\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/IBordersOptions.html#right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBordersOptions\"},{\"id\":37,\"kind\":128,\"name\":\"Border\",\"url\":\"classes/Border.html\",\"classes\":\"tsd-kind-class\"},{\"id\":38,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Border.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Border\"},{\"id\":39,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Border.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Border\"},{\"id\":40,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Border.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Border\"},{\"id\":41,\"kind\":128,\"name\":\"ThematicBreak\",\"url\":\"classes/ThematicBreak.html\",\"classes\":\"tsd-kind-class\"},{\"id\":42,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ThematicBreak.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ThematicBreak\"},{\"id\":43,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ThematicBreak.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ThematicBreak\"},{\"id\":44,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ThematicBreak.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ThematicBreak\"},{\"id\":45,\"kind\":256,\"name\":\"IIndentAttributesProperties\",\"url\":\"interfaces/IIndentAttributesProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":46,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/IIndentAttributesProperties.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IIndentAttributesProperties\"},{\"id\":47,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/IIndentAttributesProperties.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IIndentAttributesProperties\"},{\"id\":48,\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/IIndentAttributesProperties.html#left\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IIndentAttributesProperties\"},{\"id\":49,\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/IIndentAttributesProperties.html#right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IIndentAttributesProperties\"},{\"id\":50,\"kind\":1024,\"name\":\"hanging\",\"url\":\"interfaces/IIndentAttributesProperties.html#hanging\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IIndentAttributesProperties\"},{\"id\":51,\"kind\":1024,\"name\":\"firstLine\",\"url\":\"interfaces/IIndentAttributesProperties.html#firstLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IIndentAttributesProperties\"},{\"id\":52,\"kind\":128,\"name\":\"Indent\",\"url\":\"classes/Indent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":53,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Indent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Indent\"},{\"id\":54,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Indent.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Indent\"},{\"id\":55,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Indent.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Indent\"},{\"id\":56,\"kind\":128,\"name\":\"PageBreak\",\"url\":\"classes/PageBreak.html\",\"classes\":\"tsd-kind-class\"},{\"id\":57,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageBreak.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageBreak\"},{\"id\":58,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageBreak.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageBreak\"},{\"id\":59,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageBreak.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageBreak\"},{\"id\":60,\"kind\":128,\"name\":\"ColumnBreak\",\"url\":\"classes/ColumnBreak.html\",\"classes\":\"tsd-kind-class\"},{\"id\":61,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColumnBreak.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ColumnBreak\"},{\"id\":62,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ColumnBreak.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnBreak\"},{\"id\":63,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ColumnBreak.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnBreak\"},{\"id\":64,\"kind\":128,\"name\":\"PageBreakBefore\",\"url\":\"classes/PageBreakBefore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":65,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageBreakBefore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageBreakBefore\"},{\"id\":66,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageBreakBefore.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageBreakBefore\"},{\"id\":67,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageBreakBefore.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageBreakBefore\"},{\"id\":68,\"kind\":8,\"name\":\"LineRuleType\",\"url\":\"enums/LineRuleType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":69,\"kind\":16,\"name\":\"AT_LEAST\",\"url\":\"enums/LineRuleType.html#AT_LEAST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LineRuleType\"},{\"id\":70,\"kind\":16,\"name\":\"EXACTLY\",\"url\":\"enums/LineRuleType.html#EXACTLY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LineRuleType\"},{\"id\":71,\"kind\":16,\"name\":\"AUTO\",\"url\":\"enums/LineRuleType.html#AUTO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LineRuleType\"},{\"id\":72,\"kind\":256,\"name\":\"ISpacingProperties\",\"url\":\"interfaces/ISpacingProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":73,\"kind\":1024,\"name\":\"after\",\"url\":\"interfaces/ISpacingProperties.html#after\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISpacingProperties\"},{\"id\":74,\"kind\":1024,\"name\":\"before\",\"url\":\"interfaces/ISpacingProperties.html#before\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISpacingProperties\"},{\"id\":75,\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/ISpacingProperties.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISpacingProperties\"},{\"id\":76,\"kind\":1024,\"name\":\"lineRule\",\"url\":\"interfaces/ISpacingProperties.html#lineRule\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISpacingProperties\"},{\"id\":77,\"kind\":1024,\"name\":\"beforeAutoSpacing\",\"url\":\"interfaces/ISpacingProperties.html#beforeAutoSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISpacingProperties\"},{\"id\":78,\"kind\":1024,\"name\":\"afterAutoSpacing\",\"url\":\"interfaces/ISpacingProperties.html#afterAutoSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISpacingProperties\"},{\"id\":79,\"kind\":128,\"name\":\"Spacing\",\"url\":\"classes/Spacing.html\",\"classes\":\"tsd-kind-class\"},{\"id\":80,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Spacing.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Spacing\"},{\"id\":81,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Spacing.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Spacing\"},{\"id\":82,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Spacing.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Spacing\"},{\"id\":83,\"kind\":8,\"name\":\"HeadingLevel\",\"url\":\"enums/HeadingLevel.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":84,\"kind\":16,\"name\":\"HEADING_1\",\"url\":\"enums/HeadingLevel.html#HEADING_1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeadingLevel\"},{\"id\":85,\"kind\":16,\"name\":\"HEADING_2\",\"url\":\"enums/HeadingLevel.html#HEADING_2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeadingLevel\"},{\"id\":86,\"kind\":16,\"name\":\"HEADING_3\",\"url\":\"enums/HeadingLevel.html#HEADING_3\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeadingLevel\"},{\"id\":87,\"kind\":16,\"name\":\"HEADING_4\",\"url\":\"enums/HeadingLevel.html#HEADING_4\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeadingLevel\"},{\"id\":88,\"kind\":16,\"name\":\"HEADING_5\",\"url\":\"enums/HeadingLevel.html#HEADING_5\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeadingLevel\"},{\"id\":89,\"kind\":16,\"name\":\"HEADING_6\",\"url\":\"enums/HeadingLevel.html#HEADING_6\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeadingLevel\"},{\"id\":90,\"kind\":16,\"name\":\"TITLE\",\"url\":\"enums/HeadingLevel.html#TITLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeadingLevel\"},{\"id\":91,\"kind\":128,\"name\":\"Style\",\"url\":\"classes/Style.html\",\"classes\":\"tsd-kind-class\"},{\"id\":92,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Style.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Style\"},{\"id\":93,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Style.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Style\"},{\"id\":94,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Style.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Style\"},{\"id\":95,\"kind\":128,\"name\":\"TabStop\",\"url\":\"classes/TabStop.html\",\"classes\":\"tsd-kind-class\"},{\"id\":96,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabStop.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TabStop\"},{\"id\":97,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TabStop.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStop\"},{\"id\":98,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabStop.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStop\"},{\"id\":99,\"kind\":8,\"name\":\"TabStopType\",\"url\":\"enums/TabStopType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":100,\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/TabStopType.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":101,\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/TabStopType.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":102,\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/TabStopType.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":103,\"kind\":16,\"name\":\"BAR\",\"url\":\"enums/TabStopType.html#BAR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":104,\"kind\":16,\"name\":\"CLEAR\",\"url\":\"enums/TabStopType.html#CLEAR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":105,\"kind\":16,\"name\":\"DECIMAL\",\"url\":\"enums/TabStopType.html#DECIMAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":106,\"kind\":16,\"name\":\"END\",\"url\":\"enums/TabStopType.html#END\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":107,\"kind\":16,\"name\":\"NUM\",\"url\":\"enums/TabStopType.html#NUM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":108,\"kind\":16,\"name\":\"START\",\"url\":\"enums/TabStopType.html#START\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopType\"},{\"id\":109,\"kind\":8,\"name\":\"LeaderType\",\"url\":\"enums/LeaderType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":110,\"kind\":16,\"name\":\"DOT\",\"url\":\"enums/LeaderType.html#DOT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LeaderType\"},{\"id\":111,\"kind\":16,\"name\":\"HYPHEN\",\"url\":\"enums/LeaderType.html#HYPHEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LeaderType\"},{\"id\":112,\"kind\":16,\"name\":\"MIDDLE_DOT\",\"url\":\"enums/LeaderType.html#MIDDLE_DOT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LeaderType\"},{\"id\":113,\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/LeaderType.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LeaderType\"},{\"id\":114,\"kind\":16,\"name\":\"UNDERSCORE\",\"url\":\"enums/LeaderType.html#UNDERSCORE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LeaderType\"},{\"id\":115,\"kind\":8,\"name\":\"TabStopPosition\",\"url\":\"enums/TabStopPosition.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":116,\"kind\":16,\"name\":\"MAX\",\"url\":\"enums/TabStopPosition.html#MAX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TabStopPosition\"},{\"id\":117,\"kind\":128,\"name\":\"TabAttributes\",\"url\":\"classes/TabAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":118,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabAttributes\"},{\"id\":119,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TabAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabAttributes\"},{\"id\":120,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/TabAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabAttributes\"},{\"id\":121,\"kind\":128,\"name\":\"TabStopItem\",\"url\":\"classes/TabStopItem.html\",\"classes\":\"tsd-kind-class\"},{\"id\":122,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabStopItem.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TabStopItem\"},{\"id\":123,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TabStopItem.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStopItem\"},{\"id\":124,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabStopItem.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStopItem\"},{\"id\":125,\"kind\":128,\"name\":\"NumberProperties\",\"url\":\"classes/NumberProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":126,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NumberProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NumberProperties\"},{\"id\":127,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/NumberProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NumberProperties\"},{\"id\":128,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/NumberProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NumberProperties\"},{\"id\":129,\"kind\":4194304,\"name\":\"ParagraphChild\",\"url\":\"modules.html#ParagraphChild\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":130,\"kind\":256,\"name\":\"IParagraphOptions\",\"url\":\"interfaces/IParagraphOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":131,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/IParagraphOptions.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphOptions\"},{\"id\":132,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IParagraphOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphOptions\"},{\"id\":133,\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/IParagraphOptions.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":134,\"kind\":1024,\"name\":\"heading\",\"url\":\"interfaces/IParagraphOptions.html#heading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":135,\"kind\":1024,\"name\":\"bidirectional\",\"url\":\"interfaces/IParagraphOptions.html#bidirectional\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":136,\"kind\":1024,\"name\":\"pageBreakBefore\",\"url\":\"interfaces/IParagraphOptions.html#pageBreakBefore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":137,\"kind\":1024,\"name\":\"tabStops\",\"url\":\"interfaces/IParagraphOptions.html#tabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":138,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/IParagraphOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":139,\"kind\":1024,\"name\":\"bullet\",\"url\":\"interfaces/IParagraphOptions.html#bullet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":140,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IParagraphOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IParagraphOptions\"},{\"id\":141,\"kind\":1024,\"name\":\"level\",\"url\":\"interfaces/IParagraphOptions.html#__type.level\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphOptions.__type\"},{\"id\":142,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/IParagraphOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":143,\"kind\":1024,\"name\":\"widowControl\",\"url\":\"interfaces/IParagraphOptions.html#widowControl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":144,\"kind\":1024,\"name\":\"frame\",\"url\":\"interfaces/IParagraphOptions.html#frame\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":145,\"kind\":1024,\"name\":\"suppressLineNumbers\",\"url\":\"interfaces/IParagraphOptions.html#suppressLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":146,\"kind\":1024,\"name\":\"numbering\",\"url\":\"interfaces/IParagraphOptions.html#numbering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":147,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IParagraphOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IParagraphOptions\"},{\"id\":148,\"kind\":1024,\"name\":\"reference\",\"url\":\"interfaces/IParagraphOptions.html#__type-1.reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphOptions.__type\"},{\"id\":149,\"kind\":1024,\"name\":\"level\",\"url\":\"interfaces/IParagraphOptions.html#__type-1.level-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphOptions.__type\"},{\"id\":150,\"kind\":1024,\"name\":\"instance\",\"url\":\"interfaces/IParagraphOptions.html#__type-1.instance\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphOptions.__type\"},{\"id\":151,\"kind\":1024,\"name\":\"custom\",\"url\":\"interfaces/IParagraphOptions.html#__type-1.custom\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphOptions.__type\"},{\"id\":152,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/IParagraphOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":153,\"kind\":1024,\"name\":\"thematicBreak\",\"url\":\"interfaces/IParagraphOptions.html#thematicBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":154,\"kind\":1024,\"name\":\"contextualSpacing\",\"url\":\"interfaces/IParagraphOptions.html#contextualSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":155,\"kind\":1024,\"name\":\"rightTabStop\",\"url\":\"interfaces/IParagraphOptions.html#rightTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":156,\"kind\":1024,\"name\":\"leftTabStop\",\"url\":\"interfaces/IParagraphOptions.html#leftTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":157,\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/IParagraphOptions.html#indent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":158,\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/IParagraphOptions.html#spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":159,\"kind\":1024,\"name\":\"keepNext\",\"url\":\"interfaces/IParagraphOptions.html#keepNext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":160,\"kind\":1024,\"name\":\"keepLines\",\"url\":\"interfaces/IParagraphOptions.html#keepLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":161,\"kind\":1024,\"name\":\"outlineLevel\",\"url\":\"interfaces/IParagraphOptions.html#outlineLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphOptions\"},{\"id\":162,\"kind\":128,\"name\":\"Paragraph\",\"url\":\"classes/Paragraph.html\",\"classes\":\"tsd-kind-class\"},{\"id\":163,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Paragraph.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Paragraph\"},{\"id\":164,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Paragraph.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Paragraph\"},{\"id\":165,\"kind\":2048,\"name\":\"addRunToFront\",\"url\":\"classes/Paragraph.html#addRunToFront\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Paragraph\"},{\"id\":166,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Paragraph.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Paragraph\"},{\"id\":167,\"kind\":256,\"name\":\"ILevelParagraphStylePropertiesOptions\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":168,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":169,\"kind\":1024,\"name\":\"thematicBreak\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#thematicBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":170,\"kind\":1024,\"name\":\"contextualSpacing\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#contextualSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":171,\"kind\":1024,\"name\":\"rightTabStop\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#rightTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":172,\"kind\":1024,\"name\":\"leftTabStop\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#leftTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":173,\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#indent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":174,\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":175,\"kind\":1024,\"name\":\"keepNext\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#keepNext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":176,\"kind\":1024,\"name\":\"keepLines\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#keepLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":177,\"kind\":1024,\"name\":\"outlineLevel\",\"url\":\"interfaces/ILevelParagraphStylePropertiesOptions.html#outlineLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelParagraphStylePropertiesOptions\"},{\"id\":178,\"kind\":256,\"name\":\"IParagraphStylePropertiesOptions\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":179,\"kind\":1024,\"name\":\"numbering\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#numbering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":180,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":181,\"kind\":1024,\"name\":\"reference\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#__type.reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphStylePropertiesOptions.__type\"},{\"id\":182,\"kind\":1024,\"name\":\"level\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#__type.level\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphStylePropertiesOptions.__type\"},{\"id\":183,\"kind\":1024,\"name\":\"instance\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#__type.instance\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphStylePropertiesOptions.__type\"},{\"id\":184,\"kind\":1024,\"name\":\"custom\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#__type.custom\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphStylePropertiesOptions.__type\"},{\"id\":185,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":186,\"kind\":1024,\"name\":\"thematicBreak\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#thematicBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":187,\"kind\":1024,\"name\":\"contextualSpacing\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#contextualSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":188,\"kind\":1024,\"name\":\"rightTabStop\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#rightTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":189,\"kind\":1024,\"name\":\"leftTabStop\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#leftTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":190,\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#indent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":191,\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":192,\"kind\":1024,\"name\":\"keepNext\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#keepNext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":193,\"kind\":1024,\"name\":\"keepLines\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#keepLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":194,\"kind\":1024,\"name\":\"outlineLevel\",\"url\":\"interfaces/IParagraphStylePropertiesOptions.html#outlineLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStylePropertiesOptions\"},{\"id\":195,\"kind\":256,\"name\":\"IParagraphPropertiesOptions\",\"url\":\"interfaces/IParagraphPropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":196,\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":197,\"kind\":1024,\"name\":\"heading\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#heading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":198,\"kind\":1024,\"name\":\"bidirectional\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#bidirectional\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":199,\"kind\":1024,\"name\":\"pageBreakBefore\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#pageBreakBefore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":200,\"kind\":1024,\"name\":\"tabStops\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#tabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":201,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":202,\"kind\":1024,\"name\":\"bullet\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#bullet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":203,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":204,\"kind\":1024,\"name\":\"level\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#__type.level\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphPropertiesOptions.__type\"},{\"id\":205,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":206,\"kind\":1024,\"name\":\"widowControl\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#widowControl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":207,\"kind\":1024,\"name\":\"frame\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#frame\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":208,\"kind\":1024,\"name\":\"suppressLineNumbers\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#suppressLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":209,\"kind\":1024,\"name\":\"numbering\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#numbering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":210,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":211,\"kind\":1024,\"name\":\"reference\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#__type-1.reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphPropertiesOptions.__type\"},{\"id\":212,\"kind\":1024,\"name\":\"level\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#__type-1.level-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphPropertiesOptions.__type\"},{\"id\":213,\"kind\":1024,\"name\":\"instance\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#__type-1.instance\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphPropertiesOptions.__type\"},{\"id\":214,\"kind\":1024,\"name\":\"custom\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#__type-1.custom\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IParagraphPropertiesOptions.__type\"},{\"id\":215,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":216,\"kind\":1024,\"name\":\"thematicBreak\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#thematicBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":217,\"kind\":1024,\"name\":\"contextualSpacing\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#contextualSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":218,\"kind\":1024,\"name\":\"rightTabStop\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#rightTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":219,\"kind\":1024,\"name\":\"leftTabStop\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#leftTabStop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":220,\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#indent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":221,\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":222,\"kind\":1024,\"name\":\"keepNext\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#keepNext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":223,\"kind\":1024,\"name\":\"keepLines\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#keepLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":224,\"kind\":1024,\"name\":\"outlineLevel\",\"url\":\"interfaces/IParagraphPropertiesOptions.html#outlineLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphPropertiesOptions\"},{\"id\":225,\"kind\":128,\"name\":\"ParagraphProperties\",\"url\":\"classes/ParagraphProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":226,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParagraphProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParagraphProperties\"},{\"id\":227,\"kind\":2048,\"name\":\"push\",\"url\":\"classes/ParagraphProperties.html#push\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ParagraphProperties\"},{\"id\":228,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ParagraphProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParagraphProperties\"},{\"id\":229,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ParagraphProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParagraphProperties\"},{\"id\":230,\"kind\":256,\"name\":\"IRunOptions\",\"url\":\"interfaces/IRunOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":231,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IRunOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunOptions\"},{\"id\":232,\"kind\":1024,\"name\":\"break\",\"url\":\"interfaces/IRunOptions.html#break\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunOptions\"},{\"id\":233,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/IRunOptions.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunOptions\"},{\"id\":234,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/IRunOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":235,\"kind\":1024,\"name\":\"bold\",\"url\":\"interfaces/IRunOptions.html#bold\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":236,\"kind\":1024,\"name\":\"boldComplexScript\",\"url\":\"interfaces/IRunOptions.html#boldComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":237,\"kind\":1024,\"name\":\"italics\",\"url\":\"interfaces/IRunOptions.html#italics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":238,\"kind\":1024,\"name\":\"italicsComplexScript\",\"url\":\"interfaces/IRunOptions.html#italicsComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":239,\"kind\":1024,\"name\":\"underline\",\"url\":\"interfaces/IRunOptions.html#underline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":240,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunOptions\"},{\"id\":241,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IRunOptions.html#__type-1.color-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunOptions.__type\"},{\"id\":242,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IRunOptions.html#__type-1.type-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunOptions.__type\"},{\"id\":243,\"kind\":1024,\"name\":\"emphasisMark\",\"url\":\"interfaces/IRunOptions.html#emphasisMark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":244,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunOptions\"},{\"id\":245,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IRunOptions.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunOptions.__type\"},{\"id\":246,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IRunOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":247,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/IRunOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":248,\"kind\":1024,\"name\":\"sizeComplexScript\",\"url\":\"interfaces/IRunOptions.html#sizeComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":249,\"kind\":1024,\"name\":\"rightToLeft\",\"url\":\"interfaces/IRunOptions.html#rightToLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":250,\"kind\":1024,\"name\":\"smallCaps\",\"url\":\"interfaces/IRunOptions.html#smallCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":251,\"kind\":1024,\"name\":\"allCaps\",\"url\":\"interfaces/IRunOptions.html#allCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":252,\"kind\":1024,\"name\":\"strike\",\"url\":\"interfaces/IRunOptions.html#strike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":253,\"kind\":1024,\"name\":\"doubleStrike\",\"url\":\"interfaces/IRunOptions.html#doubleStrike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":254,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IRunOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":255,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IRunOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":256,\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/IRunOptions.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":257,\"kind\":1024,\"name\":\"highlight\",\"url\":\"interfaces/IRunOptions.html#highlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":258,\"kind\":1024,\"name\":\"highlightComplexScript\",\"url\":\"interfaces/IRunOptions.html#highlightComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":259,\"kind\":1024,\"name\":\"characterSpacing\",\"url\":\"interfaces/IRunOptions.html#characterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":260,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/IRunOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":261,\"kind\":1024,\"name\":\"emboss\",\"url\":\"interfaces/IRunOptions.html#emboss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":262,\"kind\":1024,\"name\":\"imprint\",\"url\":\"interfaces/IRunOptions.html#imprint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":263,\"kind\":1024,\"name\":\"revision\",\"url\":\"interfaces/IRunOptions.html#revision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":264,\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/IRunOptions.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunOptions\"},{\"id\":265,\"kind\":8,\"name\":\"PageNumber\",\"url\":\"enums/PageNumber.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":266,\"kind\":16,\"name\":\"CURRENT\",\"url\":\"enums/PageNumber.html#CURRENT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageNumber\"},{\"id\":267,\"kind\":16,\"name\":\"TOTAL_PAGES\",\"url\":\"enums/PageNumber.html#TOTAL_PAGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageNumber\"},{\"id\":268,\"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\":269,\"kind\":128,\"name\":\"Run\",\"url\":\"classes/Run.html\",\"classes\":\"tsd-kind-class\"},{\"id\":270,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Run.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Run\"},{\"id\":271,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Run.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Run\"},{\"id\":272,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Run.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Run\"},{\"id\":273,\"kind\":256,\"name\":\"IRunStylePropertiesOptions\",\"url\":\"interfaces/IRunStylePropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":274,\"kind\":1024,\"name\":\"bold\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#bold\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":275,\"kind\":1024,\"name\":\"boldComplexScript\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#boldComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":276,\"kind\":1024,\"name\":\"italics\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#italics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":277,\"kind\":1024,\"name\":\"italicsComplexScript\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#italicsComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":278,\"kind\":1024,\"name\":\"underline\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#underline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":279,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":280,\"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\":281,\"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\":282,\"kind\":1024,\"name\":\"emphasisMark\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#emphasisMark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":283,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":284,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunStylePropertiesOptions.__type\"},{\"id\":285,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":286,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":287,\"kind\":1024,\"name\":\"sizeComplexScript\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#sizeComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":288,\"kind\":1024,\"name\":\"rightToLeft\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#rightToLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":289,\"kind\":1024,\"name\":\"smallCaps\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#smallCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":290,\"kind\":1024,\"name\":\"allCaps\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#allCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":291,\"kind\":1024,\"name\":\"strike\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#strike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":292,\"kind\":1024,\"name\":\"doubleStrike\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#doubleStrike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":293,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":294,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":295,\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":296,\"kind\":1024,\"name\":\"highlight\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#highlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":297,\"kind\":1024,\"name\":\"highlightComplexScript\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#highlightComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":298,\"kind\":1024,\"name\":\"characterSpacing\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#characterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":299,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":300,\"kind\":1024,\"name\":\"emboss\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#emboss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":301,\"kind\":1024,\"name\":\"imprint\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#imprint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":302,\"kind\":1024,\"name\":\"revision\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#revision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":303,\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/IRunStylePropertiesOptions.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunStylePropertiesOptions\"},{\"id\":304,\"kind\":256,\"name\":\"IRunPropertiesOptions\",\"url\":\"interfaces/IRunPropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":305,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/IRunPropertiesOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":306,\"kind\":1024,\"name\":\"bold\",\"url\":\"interfaces/IRunPropertiesOptions.html#bold\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":307,\"kind\":1024,\"name\":\"boldComplexScript\",\"url\":\"interfaces/IRunPropertiesOptions.html#boldComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":308,\"kind\":1024,\"name\":\"italics\",\"url\":\"interfaces/IRunPropertiesOptions.html#italics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":309,\"kind\":1024,\"name\":\"italicsComplexScript\",\"url\":\"interfaces/IRunPropertiesOptions.html#italicsComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":310,\"kind\":1024,\"name\":\"underline\",\"url\":\"interfaces/IRunPropertiesOptions.html#underline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":311,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunPropertiesOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":312,\"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\":313,\"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\":314,\"kind\":1024,\"name\":\"emphasisMark\",\"url\":\"interfaces/IRunPropertiesOptions.html#emphasisMark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":315,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunPropertiesOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":316,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IRunPropertiesOptions.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunPropertiesOptions.__type\"},{\"id\":317,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IRunPropertiesOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":318,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/IRunPropertiesOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":319,\"kind\":1024,\"name\":\"sizeComplexScript\",\"url\":\"interfaces/IRunPropertiesOptions.html#sizeComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":320,\"kind\":1024,\"name\":\"rightToLeft\",\"url\":\"interfaces/IRunPropertiesOptions.html#rightToLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":321,\"kind\":1024,\"name\":\"smallCaps\",\"url\":\"interfaces/IRunPropertiesOptions.html#smallCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":322,\"kind\":1024,\"name\":\"allCaps\",\"url\":\"interfaces/IRunPropertiesOptions.html#allCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":323,\"kind\":1024,\"name\":\"strike\",\"url\":\"interfaces/IRunPropertiesOptions.html#strike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":324,\"kind\":1024,\"name\":\"doubleStrike\",\"url\":\"interfaces/IRunPropertiesOptions.html#doubleStrike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":325,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IRunPropertiesOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":326,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IRunPropertiesOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":327,\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/IRunPropertiesOptions.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":328,\"kind\":1024,\"name\":\"highlight\",\"url\":\"interfaces/IRunPropertiesOptions.html#highlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":329,\"kind\":1024,\"name\":\"highlightComplexScript\",\"url\":\"interfaces/IRunPropertiesOptions.html#highlightComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":330,\"kind\":1024,\"name\":\"characterSpacing\",\"url\":\"interfaces/IRunPropertiesOptions.html#characterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":331,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/IRunPropertiesOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":332,\"kind\":1024,\"name\":\"emboss\",\"url\":\"interfaces/IRunPropertiesOptions.html#emboss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":333,\"kind\":1024,\"name\":\"imprint\",\"url\":\"interfaces/IRunPropertiesOptions.html#imprint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":334,\"kind\":1024,\"name\":\"revision\",\"url\":\"interfaces/IRunPropertiesOptions.html#revision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":335,\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/IRunPropertiesOptions.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesOptions\"},{\"id\":336,\"kind\":256,\"name\":\"IRunPropertiesChangeOptions\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":337,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":338,\"kind\":1024,\"name\":\"bold\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#bold\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":339,\"kind\":1024,\"name\":\"boldComplexScript\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#boldComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":340,\"kind\":1024,\"name\":\"italics\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#italics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":341,\"kind\":1024,\"name\":\"italicsComplexScript\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#italicsComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":342,\"kind\":1024,\"name\":\"underline\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#underline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":343,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":344,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#__type-1.color-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunPropertiesChangeOptions.__type\"},{\"id\":345,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#__type-1.type-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunPropertiesChangeOptions.__type\"},{\"id\":346,\"kind\":1024,\"name\":\"emphasisMark\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#emphasisMark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":347,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":348,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IRunPropertiesChangeOptions.__type\"},{\"id\":349,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":350,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":351,\"kind\":1024,\"name\":\"sizeComplexScript\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#sizeComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":352,\"kind\":1024,\"name\":\"rightToLeft\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#rightToLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":353,\"kind\":1024,\"name\":\"smallCaps\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#smallCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":354,\"kind\":1024,\"name\":\"allCaps\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#allCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":355,\"kind\":1024,\"name\":\"strike\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#strike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":356,\"kind\":1024,\"name\":\"doubleStrike\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#doubleStrike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":357,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":358,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":359,\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":360,\"kind\":1024,\"name\":\"highlight\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#highlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":361,\"kind\":1024,\"name\":\"highlightComplexScript\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#highlightComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":362,\"kind\":1024,\"name\":\"characterSpacing\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#characterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":363,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":364,\"kind\":1024,\"name\":\"emboss\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#emboss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":365,\"kind\":1024,\"name\":\"imprint\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#imprint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":366,\"kind\":1024,\"name\":\"revision\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#revision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":367,\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":368,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":369,\"kind\":1024,\"name\":\"author\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#author\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":370,\"kind\":1024,\"name\":\"date\",\"url\":\"interfaces/IRunPropertiesChangeOptions.html#date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IRunPropertiesChangeOptions\"},{\"id\":371,\"kind\":128,\"name\":\"RunProperties\",\"url\":\"classes/RunProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":372,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RunProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RunProperties\"},{\"id\":373,\"kind\":2048,\"name\":\"push\",\"url\":\"classes/RunProperties.html#push\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RunProperties\"},{\"id\":374,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/RunProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunProperties\"},{\"id\":375,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/RunProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunProperties\"},{\"id\":376,\"kind\":128,\"name\":\"RunPropertiesChange\",\"url\":\"classes/RunPropertiesChange.html\",\"classes\":\"tsd-kind-class\"},{\"id\":377,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RunPropertiesChange.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RunPropertiesChange\"},{\"id\":378,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/RunPropertiesChange.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunPropertiesChange\"},{\"id\":379,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/RunPropertiesChange.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunPropertiesChange\"},{\"id\":380,\"kind\":128,\"name\":\"TextRun\",\"url\":\"classes/TextRun.html\",\"classes\":\"tsd-kind-class\"},{\"id\":381,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TextRun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TextRun\"},{\"id\":382,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TextRun.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextRun\"},{\"id\":383,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TextRun.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextRun\"},{\"id\":384,\"kind\":256,\"name\":\"ISymbolRunOptions\",\"url\":\"interfaces/ISymbolRunOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":385,\"kind\":1024,\"name\":\"char\",\"url\":\"interfaces/ISymbolRunOptions.html#char\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISymbolRunOptions\"},{\"id\":386,\"kind\":1024,\"name\":\"symbolfont\",\"url\":\"interfaces/ISymbolRunOptions.html#symbolfont\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISymbolRunOptions\"},{\"id\":387,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/ISymbolRunOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":388,\"kind\":1024,\"name\":\"break\",\"url\":\"interfaces/ISymbolRunOptions.html#break\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":389,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/ISymbolRunOptions.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":390,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/ISymbolRunOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":391,\"kind\":1024,\"name\":\"bold\",\"url\":\"interfaces/ISymbolRunOptions.html#bold\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":392,\"kind\":1024,\"name\":\"boldComplexScript\",\"url\":\"interfaces/ISymbolRunOptions.html#boldComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":393,\"kind\":1024,\"name\":\"italics\",\"url\":\"interfaces/ISymbolRunOptions.html#italics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":394,\"kind\":1024,\"name\":\"italicsComplexScript\",\"url\":\"interfaces/ISymbolRunOptions.html#italicsComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":395,\"kind\":1024,\"name\":\"underline\",\"url\":\"interfaces/ISymbolRunOptions.html#underline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":396,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ISymbolRunOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ISymbolRunOptions\"},{\"id\":397,\"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\":398,\"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\":399,\"kind\":1024,\"name\":\"emphasisMark\",\"url\":\"interfaces/ISymbolRunOptions.html#emphasisMark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":400,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ISymbolRunOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ISymbolRunOptions\"},{\"id\":401,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ISymbolRunOptions.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISymbolRunOptions.__type\"},{\"id\":402,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/ISymbolRunOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":403,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/ISymbolRunOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":404,\"kind\":1024,\"name\":\"sizeComplexScript\",\"url\":\"interfaces/ISymbolRunOptions.html#sizeComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":405,\"kind\":1024,\"name\":\"rightToLeft\",\"url\":\"interfaces/ISymbolRunOptions.html#rightToLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":406,\"kind\":1024,\"name\":\"smallCaps\",\"url\":\"interfaces/ISymbolRunOptions.html#smallCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":407,\"kind\":1024,\"name\":\"allCaps\",\"url\":\"interfaces/ISymbolRunOptions.html#allCaps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":408,\"kind\":1024,\"name\":\"strike\",\"url\":\"interfaces/ISymbolRunOptions.html#strike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":409,\"kind\":1024,\"name\":\"doubleStrike\",\"url\":\"interfaces/ISymbolRunOptions.html#doubleStrike\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":410,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/ISymbolRunOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":411,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/ISymbolRunOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":412,\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/ISymbolRunOptions.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":413,\"kind\":1024,\"name\":\"highlight\",\"url\":\"interfaces/ISymbolRunOptions.html#highlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":414,\"kind\":1024,\"name\":\"highlightComplexScript\",\"url\":\"interfaces/ISymbolRunOptions.html#highlightComplexScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":415,\"kind\":1024,\"name\":\"characterSpacing\",\"url\":\"interfaces/ISymbolRunOptions.html#characterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":416,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/ISymbolRunOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":417,\"kind\":1024,\"name\":\"emboss\",\"url\":\"interfaces/ISymbolRunOptions.html#emboss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":418,\"kind\":1024,\"name\":\"imprint\",\"url\":\"interfaces/ISymbolRunOptions.html#imprint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":419,\"kind\":1024,\"name\":\"revision\",\"url\":\"interfaces/ISymbolRunOptions.html#revision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":420,\"kind\":1024,\"name\":\"border\",\"url\":\"interfaces/ISymbolRunOptions.html#border\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISymbolRunOptions\"},{\"id\":421,\"kind\":128,\"name\":\"SymbolRun\",\"url\":\"classes/SymbolRun.html\",\"classes\":\"tsd-kind-class\"},{\"id\":422,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SymbolRun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SymbolRun\"},{\"id\":423,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/SymbolRun.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SymbolRun\"},{\"id\":424,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/SymbolRun.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SymbolRun\"},{\"id\":425,\"kind\":256,\"name\":\"IImageOptions\",\"url\":\"interfaces/IImageOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":426,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/IImageOptions.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IImageOptions\"},{\"id\":427,\"kind\":1024,\"name\":\"transformation\",\"url\":\"interfaces/IImageOptions.html#transformation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IImageOptions\"},{\"id\":428,\"kind\":1024,\"name\":\"floating\",\"url\":\"interfaces/IImageOptions.html#floating\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IImageOptions\"},{\"id\":429,\"kind\":128,\"name\":\"ImageRun\",\"url\":\"classes/ImageRun.html\",\"classes\":\"tsd-kind-class\"},{\"id\":430,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImageRun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ImageRun\"},{\"id\":431,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ImageRun.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ImageRun\"},{\"id\":432,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ImageRun.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ImageRun\"},{\"id\":433,\"kind\":256,\"name\":\"IFontAttributesProperties\",\"url\":\"interfaces/IFontAttributesProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":434,\"kind\":1024,\"name\":\"ascii\",\"url\":\"interfaces/IFontAttributesProperties.html#ascii\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFontAttributesProperties\"},{\"id\":435,\"kind\":1024,\"name\":\"cs\",\"url\":\"interfaces/IFontAttributesProperties.html#cs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFontAttributesProperties\"},{\"id\":436,\"kind\":1024,\"name\":\"eastAsia\",\"url\":\"interfaces/IFontAttributesProperties.html#eastAsia\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFontAttributesProperties\"},{\"id\":437,\"kind\":1024,\"name\":\"hAnsi\",\"url\":\"interfaces/IFontAttributesProperties.html#hAnsi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFontAttributesProperties\"},{\"id\":438,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/IFontAttributesProperties.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFontAttributesProperties\"},{\"id\":439,\"kind\":128,\"name\":\"RunFonts\",\"url\":\"classes/RunFonts.html\",\"classes\":\"tsd-kind-class\"},{\"id\":440,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RunFonts.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RunFonts\"},{\"id\":441,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/RunFonts.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunFonts\"},{\"id\":442,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/RunFonts.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunFonts\"},{\"id\":443,\"kind\":128,\"name\":\"SequentialIdentifier\",\"url\":\"classes/SequentialIdentifier.html\",\"classes\":\"tsd-kind-class\"},{\"id\":444,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SequentialIdentifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SequentialIdentifier\"},{\"id\":445,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/SequentialIdentifier.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SequentialIdentifier\"},{\"id\":446,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/SequentialIdentifier.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SequentialIdentifier\"},{\"id\":447,\"kind\":8,\"name\":\"UnderlineType\",\"url\":\"enums/UnderlineType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":448,\"kind\":16,\"name\":\"SINGLE\",\"url\":\"enums/UnderlineType.html#SINGLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":449,\"kind\":16,\"name\":\"WORDS\",\"url\":\"enums/UnderlineType.html#WORDS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":450,\"kind\":16,\"name\":\"DOUBLE\",\"url\":\"enums/UnderlineType.html#DOUBLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":451,\"kind\":16,\"name\":\"THICK\",\"url\":\"enums/UnderlineType.html#THICK\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":452,\"kind\":16,\"name\":\"DOTTED\",\"url\":\"enums/UnderlineType.html#DOTTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":453,\"kind\":16,\"name\":\"DOTTEDHEAVY\",\"url\":\"enums/UnderlineType.html#DOTTEDHEAVY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":454,\"kind\":16,\"name\":\"DASH\",\"url\":\"enums/UnderlineType.html#DASH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":455,\"kind\":16,\"name\":\"DASHEDHEAVY\",\"url\":\"enums/UnderlineType.html#DASHEDHEAVY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":456,\"kind\":16,\"name\":\"DASHLONG\",\"url\":\"enums/UnderlineType.html#DASHLONG\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":457,\"kind\":16,\"name\":\"DASHLONGHEAVY\",\"url\":\"enums/UnderlineType.html#DASHLONGHEAVY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":458,\"kind\":16,\"name\":\"DOTDASH\",\"url\":\"enums/UnderlineType.html#DOTDASH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":459,\"kind\":16,\"name\":\"DASHDOTHEAVY\",\"url\":\"enums/UnderlineType.html#DASHDOTHEAVY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":460,\"kind\":16,\"name\":\"DOTDOTDASH\",\"url\":\"enums/UnderlineType.html#DOTDOTDASH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":461,\"kind\":16,\"name\":\"DASHDOTDOTHEAVY\",\"url\":\"enums/UnderlineType.html#DASHDOTDOTHEAVY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":462,\"kind\":16,\"name\":\"WAVE\",\"url\":\"enums/UnderlineType.html#WAVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":463,\"kind\":16,\"name\":\"WAVYHEAVY\",\"url\":\"enums/UnderlineType.html#WAVYHEAVY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":464,\"kind\":16,\"name\":\"WAVYDOUBLE\",\"url\":\"enums/UnderlineType.html#WAVYDOUBLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"UnderlineType\"},{\"id\":465,\"kind\":128,\"name\":\"Underline\",\"url\":\"classes/Underline.html\",\"classes\":\"tsd-kind-class\"},{\"id\":466,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Underline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Underline\"},{\"id\":467,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Underline.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Underline\"},{\"id\":468,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Underline.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Underline\"},{\"id\":469,\"kind\":8,\"name\":\"EmphasisMarkType\",\"url\":\"enums/EmphasisMarkType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":470,\"kind\":16,\"name\":\"DOT\",\"url\":\"enums/EmphasisMarkType.html#DOT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"EmphasisMarkType\"},{\"id\":471,\"kind\":128,\"name\":\"BaseEmphasisMark\",\"url\":\"classes/BaseEmphasisMark.html\",\"classes\":\"tsd-kind-class\"},{\"id\":472,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/BaseEmphasisMark.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseEmphasisMark\"},{\"id\":473,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/BaseEmphasisMark.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseEmphasisMark\"},{\"id\":474,\"kind\":128,\"name\":\"EmphasisMark\",\"url\":\"classes/EmphasisMark.html\",\"classes\":\"tsd-kind-class\"},{\"id\":475,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EmphasisMark.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"EmphasisMark\"},{\"id\":476,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/EmphasisMark.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmphasisMark\"},{\"id\":477,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/EmphasisMark.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmphasisMark\"},{\"id\":478,\"kind\":128,\"name\":\"DotEmphasisMark\",\"url\":\"classes/DotEmphasisMark.html\",\"classes\":\"tsd-kind-class\"},{\"id\":479,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DotEmphasisMark.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DotEmphasisMark\"},{\"id\":480,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DotEmphasisMark.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DotEmphasisMark\"},{\"id\":481,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/DotEmphasisMark.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DotEmphasisMark\"},{\"id\":482,\"kind\":128,\"name\":\"Tab\",\"url\":\"classes/Tab.html\",\"classes\":\"tsd-kind-class\"},{\"id\":483,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tab.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Tab\"},{\"id\":484,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Tab.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tab\"},{\"id\":485,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Tab.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tab\"},{\"id\":486,\"kind\":128,\"name\":\"SimpleField\",\"url\":\"classes/SimpleField.html\",\"classes\":\"tsd-kind-class\"},{\"id\":487,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SimpleField.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SimpleField\"},{\"id\":488,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/SimpleField.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SimpleField\"},{\"id\":489,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/SimpleField.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SimpleField\"},{\"id\":490,\"kind\":128,\"name\":\"SimpleMailMergeField\",\"url\":\"classes/SimpleMailMergeField.html\",\"classes\":\"tsd-kind-class\"},{\"id\":491,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SimpleMailMergeField.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SimpleMailMergeField\"},{\"id\":492,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/SimpleMailMergeField.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SimpleMailMergeField\"},{\"id\":493,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/SimpleMailMergeField.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SimpleMailMergeField\"},{\"id\":494,\"kind\":8,\"name\":\"HyperlinkType\",\"url\":\"enums/HyperlinkType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":495,\"kind\":16,\"name\":\"INTERNAL\",\"url\":\"enums/HyperlinkType.html#INTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HyperlinkType\"},{\"id\":496,\"kind\":16,\"name\":\"EXTERNAL\",\"url\":\"enums/HyperlinkType.html#EXTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HyperlinkType\"},{\"id\":497,\"kind\":128,\"name\":\"ConcreteHyperlink\",\"url\":\"classes/ConcreteHyperlink.html\",\"classes\":\"tsd-kind-class\"},{\"id\":498,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConcreteHyperlink.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConcreteHyperlink\"},{\"id\":499,\"kind\":1024,\"name\":\"linkId\",\"url\":\"classes/ConcreteHyperlink.html#linkId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConcreteHyperlink\"},{\"id\":500,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ConcreteHyperlink.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConcreteHyperlink\"},{\"id\":501,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ConcreteHyperlink.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConcreteHyperlink\"},{\"id\":502,\"kind\":128,\"name\":\"InternalHyperlink\",\"url\":\"classes/InternalHyperlink.html\",\"classes\":\"tsd-kind-class\"},{\"id\":503,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InternalHyperlink.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InternalHyperlink\"},{\"id\":504,\"kind\":1024,\"name\":\"linkId\",\"url\":\"classes/InternalHyperlink.html#linkId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalHyperlink\"},{\"id\":505,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/InternalHyperlink.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalHyperlink\"},{\"id\":506,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/InternalHyperlink.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalHyperlink\"},{\"id\":507,\"kind\":128,\"name\":\"ExternalHyperlink\",\"url\":\"classes/ExternalHyperlink.html\",\"classes\":\"tsd-kind-class\"},{\"id\":508,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExternalHyperlink.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ExternalHyperlink\"},{\"id\":509,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ExternalHyperlink.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ExternalHyperlink\"},{\"id\":510,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ExternalHyperlink.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"ExternalHyperlink\"},{\"id\":511,\"kind\":1024,\"name\":\"children\",\"url\":\"classes/ExternalHyperlink.html#__type.children\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ExternalHyperlink.__type\"},{\"id\":512,\"kind\":1024,\"name\":\"link\",\"url\":\"classes/ExternalHyperlink.html#__type.link\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ExternalHyperlink.__type\"},{\"id\":513,\"kind\":128,\"name\":\"Bookmark\",\"url\":\"classes/Bookmark.html\",\"classes\":\"tsd-kind-class\"},{\"id\":514,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Bookmark.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Bookmark\"},{\"id\":515,\"kind\":1024,\"name\":\"start\",\"url\":\"classes/Bookmark.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Bookmark\"},{\"id\":516,\"kind\":1024,\"name\":\"children\",\"url\":\"classes/Bookmark.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Bookmark\"},{\"id\":517,\"kind\":1024,\"name\":\"end\",\"url\":\"classes/Bookmark.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Bookmark\"},{\"id\":518,\"kind\":128,\"name\":\"BookmarkStart\",\"url\":\"classes/BookmarkStart.html\",\"classes\":\"tsd-kind-class\"},{\"id\":519,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BookmarkStart.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BookmarkStart\"},{\"id\":520,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/BookmarkStart.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BookmarkStart\"},{\"id\":521,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/BookmarkStart.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BookmarkStart\"},{\"id\":522,\"kind\":128,\"name\":\"BookmarkEnd\",\"url\":\"classes/BookmarkEnd.html\",\"classes\":\"tsd-kind-class\"},{\"id\":523,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BookmarkEnd.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BookmarkEnd\"},{\"id\":524,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/BookmarkEnd.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BookmarkEnd\"},{\"id\":525,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/BookmarkEnd.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BookmarkEnd\"},{\"id\":526,\"kind\":128,\"name\":\"OutlineLevel\",\"url\":\"classes/OutlineLevel.html\",\"classes\":\"tsd-kind-class\"},{\"id\":527,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OutlineLevel.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OutlineLevel\"},{\"id\":528,\"kind\":1024,\"name\":\"level\",\"url\":\"classes/OutlineLevel.html#level\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OutlineLevel\"},{\"id\":529,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/OutlineLevel.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OutlineLevel\"},{\"id\":530,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/OutlineLevel.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OutlineLevel\"},{\"id\":531,\"kind\":128,\"name\":\"PageReference\",\"url\":\"classes/PageReference.html\",\"classes\":\"tsd-kind-class\"},{\"id\":532,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageReference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageReference\"},{\"id\":533,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageReference.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageReference\"},{\"id\":534,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageReference.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageReference\"},{\"id\":535,\"kind\":256,\"name\":\"IMathOptions\",\"url\":\"interfaces/IMathOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":536,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathOptions\"},{\"id\":537,\"kind\":128,\"name\":\"Math\",\"url\":\"classes/Math.html\",\"classes\":\"tsd-kind-class\"},{\"id\":538,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Math.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Math\"},{\"id\":539,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Math.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Math\"},{\"id\":540,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Math.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Math\"},{\"id\":541,\"kind\":128,\"name\":\"MathRun\",\"url\":\"classes/MathRun.html\",\"classes\":\"tsd-kind-class\"},{\"id\":542,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathRun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathRun\"},{\"id\":543,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathRun.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRun\"},{\"id\":544,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathRun.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRun\"},{\"id\":545,\"kind\":256,\"name\":\"IMathFractionOptions\",\"url\":\"interfaces/IMathFractionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":546,\"kind\":1024,\"name\":\"numerator\",\"url\":\"interfaces/IMathFractionOptions.html#numerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathFractionOptions\"},{\"id\":547,\"kind\":1024,\"name\":\"denominator\",\"url\":\"interfaces/IMathFractionOptions.html#denominator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathFractionOptions\"},{\"id\":548,\"kind\":128,\"name\":\"MathFraction\",\"url\":\"classes/MathFraction.html\",\"classes\":\"tsd-kind-class\"},{\"id\":549,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathFraction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathFraction\"},{\"id\":550,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathFraction.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFraction\"},{\"id\":551,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathFraction.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFraction\"},{\"id\":552,\"kind\":128,\"name\":\"MathDenominator\",\"url\":\"classes/MathDenominator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":553,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathDenominator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathDenominator\"},{\"id\":554,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathDenominator.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathDenominator\"},{\"id\":555,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathDenominator.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathDenominator\"},{\"id\":556,\"kind\":128,\"name\":\"MathNumerator\",\"url\":\"classes/MathNumerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":557,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathNumerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathNumerator\"},{\"id\":558,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathNumerator.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathNumerator\"},{\"id\":559,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathNumerator.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathNumerator\"},{\"id\":560,\"kind\":128,\"name\":\"MathAccentCharacter\",\"url\":\"classes/MathAccentCharacter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":561,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathAccentCharacter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathAccentCharacter\"},{\"id\":562,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathAccentCharacter.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathAccentCharacter\"},{\"id\":563,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathAccentCharacter.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathAccentCharacter\"},{\"id\":564,\"kind\":128,\"name\":\"MathBase\",\"url\":\"classes/MathBase.html\",\"classes\":\"tsd-kind-class\"},{\"id\":565,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathBase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathBase\"},{\"id\":566,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathBase.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathBase\"},{\"id\":567,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathBase.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathBase\"},{\"id\":568,\"kind\":128,\"name\":\"MathLimitLocation\",\"url\":\"classes/MathLimitLocation.html\",\"classes\":\"tsd-kind-class\"},{\"id\":569,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathLimitLocation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathLimitLocation\"},{\"id\":570,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathLimitLocation.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathLimitLocation\"},{\"id\":571,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathLimitLocation.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathLimitLocation\"},{\"id\":572,\"kind\":128,\"name\":\"MathNArayProperties\",\"url\":\"classes/MathNArayProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":573,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathNArayProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathNArayProperties\"},{\"id\":574,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathNArayProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathNArayProperties\"},{\"id\":575,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathNArayProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathNArayProperties\"},{\"id\":576,\"kind\":128,\"name\":\"MathSubScriptElement\",\"url\":\"classes/MathSubScriptElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":577,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSubScriptElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSubScriptElement\"},{\"id\":578,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSubScriptElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubScriptElement\"},{\"id\":579,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSubScriptElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubScriptElement\"},{\"id\":580,\"kind\":256,\"name\":\"IMathSumOptions\",\"url\":\"interfaces/IMathSumOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":581,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathSumOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSumOptions\"},{\"id\":582,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IMathSumOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSumOptions\"},{\"id\":583,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IMathSumOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSumOptions\"},{\"id\":584,\"kind\":128,\"name\":\"MathSum\",\"url\":\"classes/MathSum.html\",\"classes\":\"tsd-kind-class\"},{\"id\":585,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSum.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSum\"},{\"id\":586,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSum.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSum\"},{\"id\":587,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSum.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSum\"},{\"id\":588,\"kind\":128,\"name\":\"MathSuperScriptElement\",\"url\":\"classes/MathSuperScriptElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":589,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSuperScriptElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSuperScriptElement\"},{\"id\":590,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSuperScriptElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSuperScriptElement\"},{\"id\":591,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSuperScriptElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSuperScriptElement\"},{\"id\":592,\"kind\":256,\"name\":\"IMathSuperScriptOptions\",\"url\":\"interfaces/IMathSuperScriptOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":593,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathSuperScriptOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSuperScriptOptions\"},{\"id\":594,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IMathSuperScriptOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSuperScriptOptions\"},{\"id\":595,\"kind\":128,\"name\":\"MathSuperScript\",\"url\":\"classes/MathSuperScript.html\",\"classes\":\"tsd-kind-class\"},{\"id\":596,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSuperScript.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSuperScript\"},{\"id\":597,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSuperScript.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSuperScript\"},{\"id\":598,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSuperScript.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSuperScript\"},{\"id\":599,\"kind\":128,\"name\":\"MathSuperScriptProperties\",\"url\":\"classes/MathSuperScriptProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":600,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSuperScriptProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSuperScriptProperties\"},{\"id\":601,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSuperScriptProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSuperScriptProperties\"},{\"id\":602,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSuperScriptProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSuperScriptProperties\"},{\"id\":603,\"kind\":256,\"name\":\"IMathSubScriptOptions\",\"url\":\"interfaces/IMathSubScriptOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":604,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathSubScriptOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSubScriptOptions\"},{\"id\":605,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IMathSubScriptOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSubScriptOptions\"},{\"id\":606,\"kind\":128,\"name\":\"MathSubScript\",\"url\":\"classes/MathSubScript.html\",\"classes\":\"tsd-kind-class\"},{\"id\":607,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSubScript.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSubScript\"},{\"id\":608,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSubScript.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubScript\"},{\"id\":609,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSubScript.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubScript\"},{\"id\":610,\"kind\":128,\"name\":\"MathSubScriptProperties\",\"url\":\"classes/MathSubScriptProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":611,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSubScriptProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSubScriptProperties\"},{\"id\":612,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSubScriptProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubScriptProperties\"},{\"id\":613,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSubScriptProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubScriptProperties\"},{\"id\":614,\"kind\":256,\"name\":\"IMathSubSuperScriptOptions\",\"url\":\"interfaces/IMathSubSuperScriptOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":615,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathSubSuperScriptOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSubSuperScriptOptions\"},{\"id\":616,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IMathSubSuperScriptOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSubSuperScriptOptions\"},{\"id\":617,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IMathSubSuperScriptOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathSubSuperScriptOptions\"},{\"id\":618,\"kind\":128,\"name\":\"MathSubSuperScript\",\"url\":\"classes/MathSubSuperScript.html\",\"classes\":\"tsd-kind-class\"},{\"id\":619,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSubSuperScript.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSubSuperScript\"},{\"id\":620,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSubSuperScript.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubSuperScript\"},{\"id\":621,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSubSuperScript.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubSuperScript\"},{\"id\":622,\"kind\":128,\"name\":\"MathSubSuperScriptProperties\",\"url\":\"classes/MathSubSuperScriptProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":623,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSubSuperScriptProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSubSuperScriptProperties\"},{\"id\":624,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSubSuperScriptProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubSuperScriptProperties\"},{\"id\":625,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSubSuperScriptProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSubSuperScriptProperties\"},{\"id\":626,\"kind\":256,\"name\":\"IMathPreSubSuperScriptOptions\",\"url\":\"interfaces/IMathPreSubSuperScriptOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":627,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathPreSubSuperScriptOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathPreSubSuperScriptOptions\"},{\"id\":628,\"kind\":1024,\"name\":\"subScript\",\"url\":\"interfaces/IMathPreSubSuperScriptOptions.html#subScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathPreSubSuperScriptOptions\"},{\"id\":629,\"kind\":1024,\"name\":\"superScript\",\"url\":\"interfaces/IMathPreSubSuperScriptOptions.html#superScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathPreSubSuperScriptOptions\"},{\"id\":630,\"kind\":128,\"name\":\"MathPreSubSuperScript\",\"url\":\"classes/MathPreSubSuperScript.html\",\"classes\":\"tsd-kind-class\"},{\"id\":631,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathPreSubSuperScript.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathPreSubSuperScript\"},{\"id\":632,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathPreSubSuperScript.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathPreSubSuperScript\"},{\"id\":633,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathPreSubSuperScript.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathPreSubSuperScript\"},{\"id\":634,\"kind\":128,\"name\":\"MathPreSubSuperScriptProperties\",\"url\":\"classes/MathPreSubSuperScriptProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":635,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathPreSubSuperScriptProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathPreSubSuperScriptProperties\"},{\"id\":636,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathPreSubSuperScriptProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathPreSubSuperScriptProperties\"},{\"id\":637,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathPreSubSuperScriptProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathPreSubSuperScriptProperties\"},{\"id\":638,\"kind\":4194304,\"name\":\"MathComponent\",\"url\":\"modules.html#MathComponent\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":639,\"kind\":128,\"name\":\"MathDegree\",\"url\":\"classes/MathDegree.html\",\"classes\":\"tsd-kind-class\"},{\"id\":640,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathDegree.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathDegree\"},{\"id\":641,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathDegree.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathDegree\"},{\"id\":642,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathDegree.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathDegree\"},{\"id\":643,\"kind\":256,\"name\":\"IMathRadicalOptions\",\"url\":\"interfaces/IMathRadicalOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":644,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathRadicalOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathRadicalOptions\"},{\"id\":645,\"kind\":1024,\"name\":\"degree\",\"url\":\"interfaces/IMathRadicalOptions.html#degree\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathRadicalOptions\"},{\"id\":646,\"kind\":128,\"name\":\"MathRadical\",\"url\":\"classes/MathRadical.html\",\"classes\":\"tsd-kind-class\"},{\"id\":647,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathRadical.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathRadical\"},{\"id\":648,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathRadical.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRadical\"},{\"id\":649,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathRadical.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRadical\"},{\"id\":650,\"kind\":128,\"name\":\"MathRadicalProperties\",\"url\":\"classes/MathRadicalProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":651,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathRadicalProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathRadicalProperties\"},{\"id\":652,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathRadicalProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRadicalProperties\"},{\"id\":653,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathRadicalProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRadicalProperties\"},{\"id\":654,\"kind\":256,\"name\":\"IMathFunctionOptions\",\"url\":\"interfaces/IMathFunctionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":655,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IMathFunctionOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathFunctionOptions\"},{\"id\":656,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IMathFunctionOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMathFunctionOptions\"},{\"id\":657,\"kind\":128,\"name\":\"MathFunction\",\"url\":\"classes/MathFunction.html\",\"classes\":\"tsd-kind-class\"},{\"id\":658,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathFunction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathFunction\"},{\"id\":659,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathFunction.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFunction\"},{\"id\":660,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathFunction.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFunction\"},{\"id\":661,\"kind\":128,\"name\":\"MathFunctionName\",\"url\":\"classes/MathFunctionName.html\",\"classes\":\"tsd-kind-class\"},{\"id\":662,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathFunctionName.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathFunctionName\"},{\"id\":663,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathFunctionName.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFunctionName\"},{\"id\":664,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathFunctionName.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFunctionName\"},{\"id\":665,\"kind\":128,\"name\":\"MathFunctionProperties\",\"url\":\"classes/MathFunctionProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":666,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathFunctionProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathFunctionProperties\"},{\"id\":667,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathFunctionProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFunctionProperties\"},{\"id\":668,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathFunctionProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathFunctionProperties\"},{\"id\":669,\"kind\":128,\"name\":\"MathRoundBrackets\",\"url\":\"classes/MathRoundBrackets.html\",\"classes\":\"tsd-kind-class\"},{\"id\":670,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathRoundBrackets.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathRoundBrackets\"},{\"id\":671,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathRoundBrackets.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRoundBrackets\"},{\"id\":672,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathRoundBrackets.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathRoundBrackets\"},{\"id\":673,\"kind\":128,\"name\":\"MathSquareBrackets\",\"url\":\"classes/MathSquareBrackets.html\",\"classes\":\"tsd-kind-class\"},{\"id\":674,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathSquareBrackets.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathSquareBrackets\"},{\"id\":675,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathSquareBrackets.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSquareBrackets\"},{\"id\":676,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathSquareBrackets.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathSquareBrackets\"},{\"id\":677,\"kind\":128,\"name\":\"MathCurlyBrackets\",\"url\":\"classes/MathCurlyBrackets.html\",\"classes\":\"tsd-kind-class\"},{\"id\":678,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathCurlyBrackets.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathCurlyBrackets\"},{\"id\":679,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathCurlyBrackets.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathCurlyBrackets\"},{\"id\":680,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathCurlyBrackets.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathCurlyBrackets\"},{\"id\":681,\"kind\":128,\"name\":\"MathAngledBrackets\",\"url\":\"classes/MathAngledBrackets.html\",\"classes\":\"tsd-kind-class\"},{\"id\":682,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MathAngledBrackets.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MathAngledBrackets\"},{\"id\":683,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/MathAngledBrackets.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathAngledBrackets\"},{\"id\":684,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MathAngledBrackets.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MathAngledBrackets\"},{\"id\":685,\"kind\":8,\"name\":\"DropCapType\",\"url\":\"enums/DropCapType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":686,\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/DropCapType.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DropCapType\"},{\"id\":687,\"kind\":16,\"name\":\"DROP\",\"url\":\"enums/DropCapType.html#DROP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DropCapType\"},{\"id\":688,\"kind\":16,\"name\":\"MARGIN\",\"url\":\"enums/DropCapType.html#MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DropCapType\"},{\"id\":689,\"kind\":8,\"name\":\"FrameAnchorType\",\"url\":\"enums/FrameAnchorType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":690,\"kind\":16,\"name\":\"MARGIN\",\"url\":\"enums/FrameAnchorType.html#MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameAnchorType\"},{\"id\":691,\"kind\":16,\"name\":\"PAGE\",\"url\":\"enums/FrameAnchorType.html#PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameAnchorType\"},{\"id\":692,\"kind\":16,\"name\":\"TEXT\",\"url\":\"enums/FrameAnchorType.html#TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameAnchorType\"},{\"id\":693,\"kind\":8,\"name\":\"FrameWrap\",\"url\":\"enums/FrameWrap.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":694,\"kind\":16,\"name\":\"AROUND\",\"url\":\"enums/FrameWrap.html#AROUND\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameWrap\"},{\"id\":695,\"kind\":16,\"name\":\"AUTO\",\"url\":\"enums/FrameWrap.html#AUTO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameWrap\"},{\"id\":696,\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/FrameWrap.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameWrap\"},{\"id\":697,\"kind\":16,\"name\":\"NOT_BESIDE\",\"url\":\"enums/FrameWrap.html#NOT_BESIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameWrap\"},{\"id\":698,\"kind\":16,\"name\":\"THROUGH\",\"url\":\"enums/FrameWrap.html#THROUGH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameWrap\"},{\"id\":699,\"kind\":16,\"name\":\"TIGHT\",\"url\":\"enums/FrameWrap.html#TIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FrameWrap\"},{\"id\":700,\"kind\":256,\"name\":\"IFrameOptions\",\"url\":\"interfaces/IFrameOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":701,\"kind\":1024,\"name\":\"anchorLock\",\"url\":\"interfaces/IFrameOptions.html#anchorLock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":702,\"kind\":1024,\"name\":\"dropCap\",\"url\":\"interfaces/IFrameOptions.html#dropCap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":703,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/IFrameOptions.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":704,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/IFrameOptions.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":705,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/IFrameOptions.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":706,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IFrameOptions.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":707,\"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\":708,\"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\":709,\"kind\":1024,\"name\":\"wrap\",\"url\":\"interfaces/IFrameOptions.html#wrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":710,\"kind\":1024,\"name\":\"lines\",\"url\":\"interfaces/IFrameOptions.html#lines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":711,\"kind\":1024,\"name\":\"anchor\",\"url\":\"interfaces/IFrameOptions.html#anchor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":712,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IFrameOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":713,\"kind\":1024,\"name\":\"horizontal\",\"url\":\"interfaces/IFrameOptions.html#__type-1.horizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IFrameOptions.__type\"},{\"id\":714,\"kind\":1024,\"name\":\"vertical\",\"url\":\"interfaces/IFrameOptions.html#__type-1.vertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IFrameOptions.__type\"},{\"id\":715,\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/IFrameOptions.html#space\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":716,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IFrameOptions.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":717,\"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\":718,\"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\":719,\"kind\":1024,\"name\":\"rule\",\"url\":\"interfaces/IFrameOptions.html#rule\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":720,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/IFrameOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":721,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IFrameOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IFrameOptions\"},{\"id\":722,\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/IFrameOptions.html#__type.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IFrameOptions.__type\"},{\"id\":723,\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/IFrameOptions.html#__type.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IFrameOptions.__type\"},{\"id\":724,\"kind\":128,\"name\":\"FramePropertiesAttributes\",\"url\":\"classes/FramePropertiesAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":725,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FramePropertiesAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FramePropertiesAttributes\"},{\"id\":726,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/FramePropertiesAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FramePropertiesAttributes\"},{\"id\":727,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/FramePropertiesAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FramePropertiesAttributes\"},{\"id\":728,\"kind\":128,\"name\":\"FrameProperties\",\"url\":\"classes/FrameProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":729,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FrameProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FrameProperties\"},{\"id\":730,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/FrameProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FrameProperties\"},{\"id\":731,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/FrameProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FrameProperties\"},{\"id\":732,\"kind\":256,\"name\":\"ITableOptions\",\"url\":\"interfaces/ITableOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":733,\"kind\":1024,\"name\":\"rows\",\"url\":\"interfaces/ITableOptions.html#rows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":734,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ITableOptions.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":735,\"kind\":1024,\"name\":\"columnWidths\",\"url\":\"interfaces/ITableOptions.html#columnWidths\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":736,\"kind\":1024,\"name\":\"margins\",\"url\":\"interfaces/ITableOptions.html#margins\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":737,\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/ITableOptions.html#indent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":738,\"kind\":1024,\"name\":\"float\",\"url\":\"interfaces/ITableOptions.html#float\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":739,\"kind\":1024,\"name\":\"layout\",\"url\":\"interfaces/ITableOptions.html#layout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":740,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/ITableOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":741,\"kind\":1024,\"name\":\"borders\",\"url\":\"interfaces/ITableOptions.html#borders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":742,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/ITableOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":743,\"kind\":1024,\"name\":\"visuallyRightToLeft\",\"url\":\"interfaces/ITableOptions.html#visuallyRightToLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOptions\"},{\"id\":744,\"kind\":128,\"name\":\"Table\",\"url\":\"classes/Table.html\",\"classes\":\"tsd-kind-class\"},{\"id\":745,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Table.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Table\"},{\"id\":746,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Table.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Table\"},{\"id\":747,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Table.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Table\"},{\"id\":748,\"kind\":256,\"name\":\"ITableCellOptions\",\"url\":\"interfaces/ITableCellOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":749,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/ITableCellOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableCellOptions\"},{\"id\":750,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/ITableCellOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":751,\"kind\":1024,\"name\":\"margins\",\"url\":\"interfaces/ITableCellOptions.html#margins\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":752,\"kind\":1024,\"name\":\"verticalAlign\",\"url\":\"interfaces/ITableCellOptions.html#verticalAlign\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":753,\"kind\":1024,\"name\":\"textDirection\",\"url\":\"interfaces/ITableCellOptions.html#textDirection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":754,\"kind\":1024,\"name\":\"verticalMerge\",\"url\":\"interfaces/ITableCellOptions.html#verticalMerge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":755,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ITableCellOptions.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":756,\"kind\":1024,\"name\":\"columnSpan\",\"url\":\"interfaces/ITableCellOptions.html#columnSpan\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":757,\"kind\":1024,\"name\":\"rowSpan\",\"url\":\"interfaces/ITableCellOptions.html#rowSpan\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":758,\"kind\":1024,\"name\":\"borders\",\"url\":\"interfaces/ITableCellOptions.html#borders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableCellOptions\"},{\"id\":759,\"kind\":128,\"name\":\"TableCell\",\"url\":\"classes/TableCell.html\",\"classes\":\"tsd-kind-class\"},{\"id\":760,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableCell.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableCell\"},{\"id\":761,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/TableCell.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TableCell\"},{\"id\":762,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableCell.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableCell\"},{\"id\":763,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableCell.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableCell\"},{\"id\":764,\"kind\":256,\"name\":\"ITableCellBorders\",\"url\":\"interfaces/ITableCellBorders.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":765,\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/ITableCellBorders.html#top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableCellBorders\"},{\"id\":766,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/ITableCellBorders.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableCellBorders\"},{\"id\":767,\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/ITableCellBorders.html#left\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableCellBorders\"},{\"id\":768,\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/ITableCellBorders.html#bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableCellBorders\"},{\"id\":769,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/ITableCellBorders.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableCellBorders\"},{\"id\":770,\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/ITableCellBorders.html#right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableCellBorders\"},{\"id\":771,\"kind\":128,\"name\":\"TableCellBorders\",\"url\":\"classes/TableCellBorders.html\",\"classes\":\"tsd-kind-class\"},{\"id\":772,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableCellBorders.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableCellBorders\"},{\"id\":773,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableCellBorders.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableCellBorders\"},{\"id\":774,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableCellBorders.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableCellBorders\"},{\"id\":775,\"kind\":128,\"name\":\"GridSpan\",\"url\":\"classes/GridSpan.html\",\"classes\":\"tsd-kind-class\"},{\"id\":776,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GridSpan.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GridSpan\"},{\"id\":777,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/GridSpan.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridSpan\"},{\"id\":778,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GridSpan.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridSpan\"},{\"id\":779,\"kind\":8,\"name\":\"VerticalMergeType\",\"url\":\"enums/VerticalMergeType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":780,\"kind\":16,\"name\":\"CONTINUE\",\"url\":\"enums/VerticalMergeType.html#CONTINUE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalMergeType\"},{\"id\":781,\"kind\":16,\"name\":\"RESTART\",\"url\":\"enums/VerticalMergeType.html#RESTART\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalMergeType\"},{\"id\":782,\"kind\":128,\"name\":\"VerticalMerge\",\"url\":\"classes/VerticalMerge.html\",\"classes\":\"tsd-kind-class\"},{\"id\":783,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VerticalMerge.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VerticalMerge\"},{\"id\":784,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/VerticalMerge.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalMerge\"},{\"id\":785,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/VerticalMerge.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalMerge\"},{\"id\":786,\"kind\":8,\"name\":\"TextDirection\",\"url\":\"enums/TextDirection.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":787,\"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\":788,\"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\":789,\"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\":790,\"kind\":128,\"name\":\"TDirection\",\"url\":\"classes/TDirection.html\",\"classes\":\"tsd-kind-class\"},{\"id\":791,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TDirection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TDirection\"},{\"id\":792,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TDirection.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TDirection\"},{\"id\":793,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TDirection.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TDirection\"},{\"id\":794,\"kind\":256,\"name\":\"ITablePropertiesOptions\",\"url\":\"interfaces/ITablePropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":795,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ITablePropertiesOptions.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":796,\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/ITablePropertiesOptions.html#indent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":797,\"kind\":1024,\"name\":\"layout\",\"url\":\"interfaces/ITablePropertiesOptions.html#layout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":798,\"kind\":1024,\"name\":\"borders\",\"url\":\"interfaces/ITablePropertiesOptions.html#borders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":799,\"kind\":1024,\"name\":\"float\",\"url\":\"interfaces/ITablePropertiesOptions.html#float\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":800,\"kind\":1024,\"name\":\"shading\",\"url\":\"interfaces/ITablePropertiesOptions.html#shading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":801,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/ITablePropertiesOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":802,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/ITablePropertiesOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":803,\"kind\":1024,\"name\":\"cellMargin\",\"url\":\"interfaces/ITablePropertiesOptions.html#cellMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":804,\"kind\":1024,\"name\":\"visuallyRightToLeft\",\"url\":\"interfaces/ITablePropertiesOptions.html#visuallyRightToLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITablePropertiesOptions\"},{\"id\":805,\"kind\":128,\"name\":\"TableProperties\",\"url\":\"classes/TableProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":806,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableProperties\"},{\"id\":807,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableProperties\"},{\"id\":808,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableProperties\"},{\"id\":809,\"kind\":8,\"name\":\"TableAnchorType\",\"url\":\"enums/TableAnchorType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":810,\"kind\":16,\"name\":\"MARGIN\",\"url\":\"enums/TableAnchorType.html#MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TableAnchorType\"},{\"id\":811,\"kind\":16,\"name\":\"PAGE\",\"url\":\"enums/TableAnchorType.html#PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TableAnchorType\"},{\"id\":812,\"kind\":16,\"name\":\"TEXT\",\"url\":\"enums/TableAnchorType.html#TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TableAnchorType\"},{\"id\":813,\"kind\":8,\"name\":\"RelativeHorizontalPosition\",\"url\":\"enums/RelativeHorizontalPosition.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":814,\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/RelativeHorizontalPosition.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeHorizontalPosition\"},{\"id\":815,\"kind\":16,\"name\":\"INSIDE\",\"url\":\"enums/RelativeHorizontalPosition.html#INSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeHorizontalPosition\"},{\"id\":816,\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/RelativeHorizontalPosition.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeHorizontalPosition\"},{\"id\":817,\"kind\":16,\"name\":\"OUTSIDE\",\"url\":\"enums/RelativeHorizontalPosition.html#OUTSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeHorizontalPosition\"},{\"id\":818,\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/RelativeHorizontalPosition.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeHorizontalPosition\"},{\"id\":819,\"kind\":8,\"name\":\"RelativeVerticalPosition\",\"url\":\"enums/RelativeVerticalPosition.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":820,\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/RelativeVerticalPosition.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeVerticalPosition\"},{\"id\":821,\"kind\":16,\"name\":\"INSIDE\",\"url\":\"enums/RelativeVerticalPosition.html#INSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeVerticalPosition\"},{\"id\":822,\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/RelativeVerticalPosition.html#BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeVerticalPosition\"},{\"id\":823,\"kind\":16,\"name\":\"OUTSIDE\",\"url\":\"enums/RelativeVerticalPosition.html#OUTSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeVerticalPosition\"},{\"id\":824,\"kind\":16,\"name\":\"INLINE\",\"url\":\"enums/RelativeVerticalPosition.html#INLINE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeVerticalPosition\"},{\"id\":825,\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/RelativeVerticalPosition.html#TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RelativeVerticalPosition\"},{\"id\":826,\"kind\":256,\"name\":\"ITableFloatOptions\",\"url\":\"interfaces/ITableFloatOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":827,\"kind\":1024,\"name\":\"horizontalAnchor\",\"url\":\"interfaces/ITableFloatOptions.html#horizontalAnchor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":828,\"kind\":1024,\"name\":\"absoluteHorizontalPosition\",\"url\":\"interfaces/ITableFloatOptions.html#absoluteHorizontalPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":829,\"kind\":1024,\"name\":\"relativeHorizontalPosition\",\"url\":\"interfaces/ITableFloatOptions.html#relativeHorizontalPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":830,\"kind\":1024,\"name\":\"verticalAnchor\",\"url\":\"interfaces/ITableFloatOptions.html#verticalAnchor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":831,\"kind\":1024,\"name\":\"absoluteVerticalPosition\",\"url\":\"interfaces/ITableFloatOptions.html#absoluteVerticalPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":832,\"kind\":1024,\"name\":\"relativeVerticalPosition\",\"url\":\"interfaces/ITableFloatOptions.html#relativeVerticalPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":833,\"kind\":1024,\"name\":\"bottomFromText\",\"url\":\"interfaces/ITableFloatOptions.html#bottomFromText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":834,\"kind\":1024,\"name\":\"topFromText\",\"url\":\"interfaces/ITableFloatOptions.html#topFromText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":835,\"kind\":1024,\"name\":\"leftFromText\",\"url\":\"interfaces/ITableFloatOptions.html#leftFromText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":836,\"kind\":1024,\"name\":\"rightFromText\",\"url\":\"interfaces/ITableFloatOptions.html#rightFromText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":837,\"kind\":1024,\"name\":\"overlap\",\"url\":\"interfaces/ITableFloatOptions.html#overlap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableFloatOptions\"},{\"id\":838,\"kind\":128,\"name\":\"TableFloatOptionsAttributes\",\"url\":\"classes/TableFloatOptionsAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":839,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableFloatOptionsAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableFloatOptionsAttributes\"},{\"id\":840,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableFloatOptionsAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableFloatOptionsAttributes\"},{\"id\":841,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/TableFloatOptionsAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableFloatOptionsAttributes\"},{\"id\":842,\"kind\":128,\"name\":\"TableFloatProperties\",\"url\":\"classes/TableFloatProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":843,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableFloatProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableFloatProperties\"},{\"id\":844,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableFloatProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableFloatProperties\"},{\"id\":845,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableFloatProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableFloatProperties\"},{\"id\":846,\"kind\":8,\"name\":\"TableLayoutType\",\"url\":\"enums/TableLayoutType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":847,\"kind\":16,\"name\":\"AUTOFIT\",\"url\":\"enums/TableLayoutType.html#AUTOFIT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TableLayoutType\"},{\"id\":848,\"kind\":16,\"name\":\"FIXED\",\"url\":\"enums/TableLayoutType.html#FIXED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TableLayoutType\"},{\"id\":849,\"kind\":128,\"name\":\"TableLayout\",\"url\":\"classes/TableLayout.html\",\"classes\":\"tsd-kind-class\"},{\"id\":850,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableLayout.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableLayout\"},{\"id\":851,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableLayout.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableLayout\"},{\"id\":852,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableLayout.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableLayout\"},{\"id\":853,\"kind\":256,\"name\":\"ITableBordersOptions\",\"url\":\"interfaces/ITableBordersOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":854,\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/ITableBordersOptions.html#top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableBordersOptions\"},{\"id\":855,\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/ITableBordersOptions.html#bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableBordersOptions\"},{\"id\":856,\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/ITableBordersOptions.html#left\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableBordersOptions\"},{\"id\":857,\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/ITableBordersOptions.html#right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableBordersOptions\"},{\"id\":858,\"kind\":1024,\"name\":\"insideHorizontal\",\"url\":\"interfaces/ITableBordersOptions.html#insideHorizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableBordersOptions\"},{\"id\":859,\"kind\":1024,\"name\":\"insideVertical\",\"url\":\"interfaces/ITableBordersOptions.html#insideVertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableBordersOptions\"},{\"id\":860,\"kind\":128,\"name\":\"TableBorders\",\"url\":\"classes/TableBorders.html\",\"classes\":\"tsd-kind-class\"},{\"id\":861,\"kind\":1024,\"name\":\"NONE\",\"url\":\"classes/TableBorders.html#NONE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"TableBorders\"},{\"id\":862,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TableBorders.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"TableBorders\"},{\"id\":863,\"kind\":1024,\"name\":\"top\",\"url\":\"classes/TableBorders.html#__type.top\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TableBorders.__type\"},{\"id\":864,\"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\":865,\"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\":866,\"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\":867,\"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\":868,\"kind\":1024,\"name\":\"bottom\",\"url\":\"classes/TableBorders.html#__type.bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TableBorders.__type\"},{\"id\":869,\"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\":870,\"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\":871,\"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\":872,\"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\":873,\"kind\":1024,\"name\":\"left\",\"url\":\"classes/TableBorders.html#__type.left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TableBorders.__type\"},{\"id\":874,\"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\":875,\"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\":876,\"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\":877,\"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\":878,\"kind\":1024,\"name\":\"right\",\"url\":\"classes/TableBorders.html#__type.right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TableBorders.__type\"},{\"id\":879,\"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\":880,\"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\":881,\"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\":882,\"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\":883,\"kind\":1024,\"name\":\"insideHorizontal\",\"url\":\"classes/TableBorders.html#__type.insideHorizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TableBorders.__type\"},{\"id\":884,\"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\":885,\"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\":886,\"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\":887,\"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\":888,\"kind\":1024,\"name\":\"insideVertical\",\"url\":\"classes/TableBorders.html#__type.insideVertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TableBorders.__type\"},{\"id\":889,\"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\":890,\"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\":891,\"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\":892,\"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\":893,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableBorders.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableBorders\"},{\"id\":894,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableBorders.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableBorders\"},{\"id\":895,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableBorders.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableBorders\"},{\"id\":896,\"kind\":8,\"name\":\"OverlapType\",\"url\":\"enums/OverlapType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":897,\"kind\":16,\"name\":\"NEVER\",\"url\":\"enums/OverlapType.html#NEVER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OverlapType\"},{\"id\":898,\"kind\":16,\"name\":\"OVERLAP\",\"url\":\"enums/OverlapType.html#OVERLAP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OverlapType\"},{\"id\":899,\"kind\":128,\"name\":\"TableOverlap\",\"url\":\"classes/TableOverlap.html\",\"classes\":\"tsd-kind-class\"},{\"id\":900,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableOverlap.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableOverlap\"},{\"id\":901,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableOverlap.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableOverlap\"},{\"id\":902,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableOverlap.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableOverlap\"},{\"id\":903,\"kind\":256,\"name\":\"ITableRowOptions\",\"url\":\"interfaces/ITableRowOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":904,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/ITableRowOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableRowOptions\"},{\"id\":905,\"kind\":1024,\"name\":\"cantSplit\",\"url\":\"interfaces/ITableRowOptions.html#cantSplit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableRowOptions\"},{\"id\":906,\"kind\":1024,\"name\":\"tableHeader\",\"url\":\"interfaces/ITableRowOptions.html#tableHeader\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableRowOptions\"},{\"id\":907,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/ITableRowOptions.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ITableRowOptions\"},{\"id\":908,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ITableRowOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ITableRowOptions\"},{\"id\":909,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ITableRowOptions.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ITableRowOptions.__type\"},{\"id\":910,\"kind\":1024,\"name\":\"rule\",\"url\":\"interfaces/ITableRowOptions.html#__type.rule\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ITableRowOptions.__type\"},{\"id\":911,\"kind\":128,\"name\":\"TableRow\",\"url\":\"classes/TableRow.html\",\"classes\":\"tsd-kind-class\"},{\"id\":912,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableRow.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableRow\"},{\"id\":913,\"kind\":262144,\"name\":\"CellCount\",\"url\":\"classes/TableRow.html#CellCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TableRow\"},{\"id\":914,\"kind\":262144,\"name\":\"cells\",\"url\":\"classes/TableRow.html#cells\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TableRow\"},{\"id\":915,\"kind\":2048,\"name\":\"addCellToIndex\",\"url\":\"classes/TableRow.html#addCellToIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TableRow\"},{\"id\":916,\"kind\":2048,\"name\":\"addCellToColumnIndex\",\"url\":\"classes/TableRow.html#addCellToColumnIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TableRow\"},{\"id\":917,\"kind\":2048,\"name\":\"rootIndexToColumnIndex\",\"url\":\"classes/TableRow.html#rootIndexToColumnIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TableRow\"},{\"id\":918,\"kind\":2048,\"name\":\"columnIndexToRootIndex\",\"url\":\"classes/TableRow.html#columnIndexToRootIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TableRow\"},{\"id\":919,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableRow.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRow\"},{\"id\":920,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableRow.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRow\"},{\"id\":921,\"kind\":256,\"name\":\"ITableRowPropertiesOptions\",\"url\":\"interfaces/ITableRowPropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":922,\"kind\":1024,\"name\":\"cantSplit\",\"url\":\"interfaces/ITableRowPropertiesOptions.html#cantSplit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableRowPropertiesOptions\"},{\"id\":923,\"kind\":1024,\"name\":\"tableHeader\",\"url\":\"interfaces/ITableRowPropertiesOptions.html#tableHeader\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableRowPropertiesOptions\"},{\"id\":924,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/ITableRowPropertiesOptions.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableRowPropertiesOptions\"},{\"id\":925,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ITableRowPropertiesOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ITableRowPropertiesOptions\"},{\"id\":926,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ITableRowPropertiesOptions.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ITableRowPropertiesOptions.__type\"},{\"id\":927,\"kind\":1024,\"name\":\"rule\",\"url\":\"interfaces/ITableRowPropertiesOptions.html#__type.rule\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ITableRowPropertiesOptions.__type\"},{\"id\":928,\"kind\":128,\"name\":\"TableRowProperties\",\"url\":\"classes/TableRowProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":929,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableRowProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableRowProperties\"},{\"id\":930,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableRowProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRowProperties\"},{\"id\":931,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableRowProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRowProperties\"},{\"id\":932,\"kind\":8,\"name\":\"HeightRule\",\"url\":\"enums/HeightRule.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":933,\"kind\":16,\"name\":\"AUTO\",\"url\":\"enums/HeightRule.html#AUTO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeightRule\"},{\"id\":934,\"kind\":16,\"name\":\"ATLEAST\",\"url\":\"enums/HeightRule.html#ATLEAST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeightRule\"},{\"id\":935,\"kind\":16,\"name\":\"EXACT\",\"url\":\"enums/HeightRule.html#EXACT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeightRule\"},{\"id\":936,\"kind\":128,\"name\":\"TableRowHeightAttributes\",\"url\":\"classes/TableRowHeightAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":937,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableRowHeightAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRowHeightAttributes\"},{\"id\":938,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableRowHeightAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRowHeightAttributes\"},{\"id\":939,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/TableRowHeightAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRowHeightAttributes\"},{\"id\":940,\"kind\":128,\"name\":\"TableRowHeight\",\"url\":\"classes/TableRowHeight.html\",\"classes\":\"tsd-kind-class\"},{\"id\":941,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableRowHeight.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableRowHeight\"},{\"id\":942,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableRowHeight.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRowHeight\"},{\"id\":943,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableRowHeight.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableRowHeight\"},{\"id\":944,\"kind\":8,\"name\":\"WidthType\",\"url\":\"enums/WidthType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":945,\"kind\":16,\"name\":\"AUTO\",\"url\":\"enums/WidthType.html#AUTO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WidthType\"},{\"id\":946,\"kind\":16,\"name\":\"DXA\",\"url\":\"enums/WidthType.html#DXA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WidthType\"},{\"id\":947,\"kind\":16,\"name\":\"NIL\",\"url\":\"enums/WidthType.html#NIL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WidthType\"},{\"id\":948,\"kind\":16,\"name\":\"PERCENTAGE\",\"url\":\"enums/WidthType.html#PERCENTAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WidthType\"},{\"id\":949,\"kind\":256,\"name\":\"ITableWidthProperties\",\"url\":\"interfaces/ITableWidthProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":950,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/ITableWidthProperties.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableWidthProperties\"},{\"id\":951,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ITableWidthProperties.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableWidthProperties\"},{\"id\":952,\"kind\":128,\"name\":\"TableWidthElement\",\"url\":\"classes/TableWidthElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":953,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableWidthElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableWidthElement\"},{\"id\":954,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableWidthElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableWidthElement\"},{\"id\":955,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableWidthElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableWidthElement\"},{\"id\":956,\"kind\":256,\"name\":\"ISectionOptions\",\"url\":\"interfaces/ISectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":957,\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/ISectionOptions.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionOptions\"},{\"id\":958,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ISectionOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ISectionOptions\"},{\"id\":959,\"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\":960,\"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\":961,\"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\":962,\"kind\":1024,\"name\":\"footers\",\"url\":\"interfaces/ISectionOptions.html#footers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionOptions\"},{\"id\":963,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ISectionOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ISectionOptions\"},{\"id\":964,\"kind\":1024,\"name\":\"default\",\"url\":\"interfaces/ISectionOptions.html#__type.default\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionOptions.__type\"},{\"id\":965,\"kind\":1024,\"name\":\"first\",\"url\":\"interfaces/ISectionOptions.html#__type.first\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionOptions.__type\"},{\"id\":966,\"kind\":1024,\"name\":\"even\",\"url\":\"interfaces/ISectionOptions.html#__type.even\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionOptions.__type\"},{\"id\":967,\"kind\":1024,\"name\":\"properties\",\"url\":\"interfaces/ISectionOptions.html#properties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionOptions\"},{\"id\":968,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/ISectionOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionOptions\"},{\"id\":969,\"kind\":16777216,\"name\":\"File\",\"url\":\"modules.html#File\",\"classes\":\"tsd-kind-reference\"},{\"id\":970,\"kind\":256,\"name\":\"IFileProperties\",\"url\":\"interfaces/IFileProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":971,\"kind\":1024,\"name\":\"template\",\"url\":\"interfaces/IFileProperties.html#template\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFileProperties\"},{\"id\":972,\"kind\":256,\"name\":\"INumberingOptions\",\"url\":\"interfaces/INumberingOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":973,\"kind\":1024,\"name\":\"config\",\"url\":\"interfaces/INumberingOptions.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"INumberingOptions\"},{\"id\":974,\"kind\":128,\"name\":\"Numbering\",\"url\":\"classes/Numbering.html\",\"classes\":\"tsd-kind-class\"},{\"id\":975,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Numbering.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Numbering\"},{\"id\":976,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Numbering.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Numbering\"},{\"id\":977,\"kind\":2048,\"name\":\"createConcreteNumberingInstance\",\"url\":\"classes/Numbering.html#createConcreteNumberingInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Numbering\"},{\"id\":978,\"kind\":262144,\"name\":\"ConcreteNumbering\",\"url\":\"classes/Numbering.html#ConcreteNumbering\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Numbering\"},{\"id\":979,\"kind\":262144,\"name\":\"ReferenceConfig\",\"url\":\"classes/Numbering.html#ReferenceConfig\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Numbering\"},{\"id\":980,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Numbering.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Numbering\"},{\"id\":981,\"kind\":128,\"name\":\"AbstractNumbering\",\"url\":\"classes/AbstractNumbering.html\",\"classes\":\"tsd-kind-class\"},{\"id\":982,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbstractNumbering.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AbstractNumbering\"},{\"id\":983,\"kind\":1024,\"name\":\"id\",\"url\":\"classes/AbstractNumbering.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AbstractNumbering\"},{\"id\":984,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/AbstractNumbering.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractNumbering\"},{\"id\":985,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/AbstractNumbering.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractNumbering\"},{\"id\":986,\"kind\":8,\"name\":\"LevelFormat\",\"url\":\"enums/LevelFormat.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":987,\"kind\":16,\"name\":\"BULLET\",\"url\":\"enums/LevelFormat.html#BULLET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":988,\"kind\":16,\"name\":\"CARDINAL_TEXT\",\"url\":\"enums/LevelFormat.html#CARDINAL_TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":989,\"kind\":16,\"name\":\"CHICAGO\",\"url\":\"enums/LevelFormat.html#CHICAGO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":990,\"kind\":16,\"name\":\"DECIMAL\",\"url\":\"enums/LevelFormat.html#DECIMAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":991,\"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\":992,\"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\":993,\"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\":994,\"kind\":16,\"name\":\"DECIMAL_ZERO\",\"url\":\"enums/LevelFormat.html#DECIMAL_ZERO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":995,\"kind\":16,\"name\":\"LOWER_LETTER\",\"url\":\"enums/LevelFormat.html#LOWER_LETTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":996,\"kind\":16,\"name\":\"LOWER_ROMAN\",\"url\":\"enums/LevelFormat.html#LOWER_ROMAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":997,\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/LevelFormat.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":998,\"kind\":16,\"name\":\"ORDINAL_TEXT\",\"url\":\"enums/LevelFormat.html#ORDINAL_TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":999,\"kind\":16,\"name\":\"UPPER_LETTER\",\"url\":\"enums/LevelFormat.html#UPPER_LETTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":1000,\"kind\":16,\"name\":\"UPPER_ROMAN\",\"url\":\"enums/LevelFormat.html#UPPER_ROMAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelFormat\"},{\"id\":1001,\"kind\":8,\"name\":\"LevelSuffix\",\"url\":\"enums/LevelSuffix.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1002,\"kind\":16,\"name\":\"NOTHING\",\"url\":\"enums/LevelSuffix.html#NOTHING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelSuffix\"},{\"id\":1003,\"kind\":16,\"name\":\"SPACE\",\"url\":\"enums/LevelSuffix.html#SPACE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelSuffix\"},{\"id\":1004,\"kind\":16,\"name\":\"TAB\",\"url\":\"enums/LevelSuffix.html#TAB\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LevelSuffix\"},{\"id\":1005,\"kind\":256,\"name\":\"ILevelsOptions\",\"url\":\"interfaces/ILevelsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1006,\"kind\":1024,\"name\":\"level\",\"url\":\"interfaces/ILevelsOptions.html#level\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1007,\"kind\":1024,\"name\":\"format\",\"url\":\"interfaces/ILevelsOptions.html#format\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1008,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/ILevelsOptions.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1009,\"kind\":1024,\"name\":\"alignment\",\"url\":\"interfaces/ILevelsOptions.html#alignment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1010,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/ILevelsOptions.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1011,\"kind\":1024,\"name\":\"suffix\",\"url\":\"interfaces/ILevelsOptions.html#suffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1012,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/ILevelsOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1013,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ILevelsOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ILevelsOptions\"},{\"id\":1014,\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/ILevelsOptions.html#__type.run\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ILevelsOptions.__type\"},{\"id\":1015,\"kind\":1024,\"name\":\"paragraph\",\"url\":\"interfaces/ILevelsOptions.html#__type.paragraph\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ILevelsOptions.__type\"},{\"id\":1016,\"kind\":128,\"name\":\"LevelBase\",\"url\":\"classes/LevelBase.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1017,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LevelBase.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LevelBase\"},{\"id\":1018,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/LevelBase.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LevelBase\"},{\"id\":1019,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/LevelBase.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LevelBase\"},{\"id\":1020,\"kind\":128,\"name\":\"Level\",\"url\":\"classes/Level.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1021,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Level.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Level\"},{\"id\":1022,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Level.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Level\"},{\"id\":1023,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Level.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Level\"},{\"id\":1024,\"kind\":128,\"name\":\"LevelForOverride\",\"url\":\"classes/LevelForOverride.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1025,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LevelForOverride.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LevelForOverride\"},{\"id\":1026,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/LevelForOverride.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LevelForOverride\"},{\"id\":1027,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/LevelForOverride.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LevelForOverride\"},{\"id\":1028,\"kind\":256,\"name\":\"IConcreteNumberingOptions\",\"url\":\"interfaces/IConcreteNumberingOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1029,\"kind\":1024,\"name\":\"numId\",\"url\":\"interfaces/IConcreteNumberingOptions.html#numId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IConcreteNumberingOptions\"},{\"id\":1030,\"kind\":1024,\"name\":\"abstractNumId\",\"url\":\"interfaces/IConcreteNumberingOptions.html#abstractNumId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IConcreteNumberingOptions\"},{\"id\":1031,\"kind\":1024,\"name\":\"reference\",\"url\":\"interfaces/IConcreteNumberingOptions.html#reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IConcreteNumberingOptions\"},{\"id\":1032,\"kind\":1024,\"name\":\"instance\",\"url\":\"interfaces/IConcreteNumberingOptions.html#instance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IConcreteNumberingOptions\"},{\"id\":1033,\"kind\":1024,\"name\":\"overrideLevel\",\"url\":\"interfaces/IConcreteNumberingOptions.html#overrideLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IConcreteNumberingOptions\"},{\"id\":1034,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IConcreteNumberingOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IConcreteNumberingOptions\"},{\"id\":1035,\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/IConcreteNumberingOptions.html#__type.num\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IConcreteNumberingOptions.__type\"},{\"id\":1036,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/IConcreteNumberingOptions.html#__type.start\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IConcreteNumberingOptions.__type\"},{\"id\":1037,\"kind\":128,\"name\":\"ConcreteNumbering\",\"url\":\"classes/ConcreteNumbering.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1038,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConcreteNumbering.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConcreteNumbering\"},{\"id\":1039,\"kind\":1024,\"name\":\"numId\",\"url\":\"classes/ConcreteNumbering.html#numId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConcreteNumbering\"},{\"id\":1040,\"kind\":1024,\"name\":\"reference\",\"url\":\"classes/ConcreteNumbering.html#reference\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConcreteNumbering\"},{\"id\":1041,\"kind\":1024,\"name\":\"instance\",\"url\":\"classes/ConcreteNumbering.html#instance\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConcreteNumbering\"},{\"id\":1042,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ConcreteNumbering.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConcreteNumbering\"},{\"id\":1043,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ConcreteNumbering.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConcreteNumbering\"},{\"id\":1044,\"kind\":128,\"name\":\"LevelOverride\",\"url\":\"classes/LevelOverride.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1045,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LevelOverride.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LevelOverride\"},{\"id\":1046,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/LevelOverride.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LevelOverride\"},{\"id\":1047,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/LevelOverride.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LevelOverride\"},{\"id\":1048,\"kind\":256,\"name\":\"IMediaTransformation\",\"url\":\"interfaces/IMediaTransformation.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1049,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/IMediaTransformation.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaTransformation\"},{\"id\":1050,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/IMediaTransformation.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaTransformation\"},{\"id\":1051,\"kind\":1024,\"name\":\"flip\",\"url\":\"interfaces/IMediaTransformation.html#flip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaTransformation\"},{\"id\":1052,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IMediaTransformation.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IMediaTransformation\"},{\"id\":1053,\"kind\":1024,\"name\":\"vertical\",\"url\":\"interfaces/IMediaTransformation.html#__type.vertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IMediaTransformation.__type\"},{\"id\":1054,\"kind\":1024,\"name\":\"horizontal\",\"url\":\"interfaces/IMediaTransformation.html#__type.horizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IMediaTransformation.__type\"},{\"id\":1055,\"kind\":1024,\"name\":\"rotation\",\"url\":\"interfaces/IMediaTransformation.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaTransformation\"},{\"id\":1056,\"kind\":128,\"name\":\"Media\",\"url\":\"classes/Media.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1057,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Media.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Media\"},{\"id\":1058,\"kind\":2048,\"name\":\"addMedia\",\"url\":\"classes/Media.html#addMedia\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Media\"},{\"id\":1059,\"kind\":2048,\"name\":\"addImage\",\"url\":\"classes/Media.html#addImage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Media\"},{\"id\":1060,\"kind\":262144,\"name\":\"Array\",\"url\":\"classes/Media.html#Array\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Media\"},{\"id\":1061,\"kind\":256,\"name\":\"IMediaDataTransformation\",\"url\":\"interfaces/IMediaDataTransformation.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1062,\"kind\":1024,\"name\":\"pixels\",\"url\":\"interfaces/IMediaDataTransformation.html#pixels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaDataTransformation\"},{\"id\":1063,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IMediaDataTransformation.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IMediaDataTransformation\"},{\"id\":1064,\"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\":1065,\"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\":1066,\"kind\":1024,\"name\":\"emus\",\"url\":\"interfaces/IMediaDataTransformation.html#emus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaDataTransformation\"},{\"id\":1067,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IMediaDataTransformation.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IMediaDataTransformation\"},{\"id\":1068,\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/IMediaDataTransformation.html#__type.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IMediaDataTransformation.__type\"},{\"id\":1069,\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/IMediaDataTransformation.html#__type.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IMediaDataTransformation.__type\"},{\"id\":1070,\"kind\":1024,\"name\":\"flip\",\"url\":\"interfaces/IMediaDataTransformation.html#flip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaDataTransformation\"},{\"id\":1071,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IMediaDataTransformation.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"IMediaDataTransformation\"},{\"id\":1072,\"kind\":1024,\"name\":\"vertical\",\"url\":\"interfaces/IMediaDataTransformation.html#__type-1.vertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IMediaDataTransformation.__type\"},{\"id\":1073,\"kind\":1024,\"name\":\"horizontal\",\"url\":\"interfaces/IMediaDataTransformation.html#__type-1.horizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"IMediaDataTransformation.__type\"},{\"id\":1074,\"kind\":1024,\"name\":\"rotation\",\"url\":\"interfaces/IMediaDataTransformation.html#rotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaDataTransformation\"},{\"id\":1075,\"kind\":256,\"name\":\"IMediaData\",\"url\":\"interfaces/IMediaData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1076,\"kind\":1024,\"name\":\"stream\",\"url\":\"interfaces/IMediaData.html#stream\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaData\"},{\"id\":1077,\"kind\":1024,\"name\":\"fileName\",\"url\":\"interfaces/IMediaData.html#fileName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaData\"},{\"id\":1078,\"kind\":1024,\"name\":\"transformation\",\"url\":\"interfaces/IMediaData.html#transformation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMediaData\"},{\"id\":1079,\"kind\":256,\"name\":\"IDistance\",\"url\":\"interfaces/IDistance.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1080,\"kind\":1024,\"name\":\"distT\",\"url\":\"interfaces/IDistance.html#distT\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDistance\"},{\"id\":1081,\"kind\":1024,\"name\":\"distB\",\"url\":\"interfaces/IDistance.html#distB\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDistance\"},{\"id\":1082,\"kind\":1024,\"name\":\"distL\",\"url\":\"interfaces/IDistance.html#distL\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDistance\"},{\"id\":1083,\"kind\":1024,\"name\":\"distR\",\"url\":\"interfaces/IDistance.html#distR\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDistance\"},{\"id\":1084,\"kind\":256,\"name\":\"IDrawingOptions\",\"url\":\"interfaces/IDrawingOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1085,\"kind\":1024,\"name\":\"floating\",\"url\":\"interfaces/IDrawingOptions.html#floating\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDrawingOptions\"},{\"id\":1086,\"kind\":128,\"name\":\"Drawing\",\"url\":\"classes/Drawing.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1087,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Drawing.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Drawing\"},{\"id\":1088,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Drawing.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Drawing\"},{\"id\":1089,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Drawing.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Drawing\"},{\"id\":1090,\"kind\":8,\"name\":\"TextWrappingType\",\"url\":\"enums/TextWrappingType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1091,\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/TextWrappingType.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextWrappingType\"},{\"id\":1092,\"kind\":16,\"name\":\"SQUARE\",\"url\":\"enums/TextWrappingType.html#SQUARE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextWrappingType\"},{\"id\":1093,\"kind\":16,\"name\":\"TIGHT\",\"url\":\"enums/TextWrappingType.html#TIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextWrappingType\"},{\"id\":1094,\"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\":1095,\"kind\":8,\"name\":\"TextWrappingSide\",\"url\":\"enums/TextWrappingSide.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1096,\"kind\":16,\"name\":\"BOTH_SIDES\",\"url\":\"enums/TextWrappingSide.html#BOTH_SIDES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextWrappingSide\"},{\"id\":1097,\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/TextWrappingSide.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextWrappingSide\"},{\"id\":1098,\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/TextWrappingSide.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextWrappingSide\"},{\"id\":1099,\"kind\":16,\"name\":\"LARGEST\",\"url\":\"enums/TextWrappingSide.html#LARGEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextWrappingSide\"},{\"id\":1100,\"kind\":256,\"name\":\"ITextWrapping\",\"url\":\"interfaces/ITextWrapping.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1101,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ITextWrapping.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITextWrapping\"},{\"id\":1102,\"kind\":1024,\"name\":\"side\",\"url\":\"interfaces/ITextWrapping.html#side\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITextWrapping\"},{\"id\":1103,\"kind\":1024,\"name\":\"margins\",\"url\":\"interfaces/ITextWrapping.html#margins\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITextWrapping\"},{\"id\":1104,\"kind\":128,\"name\":\"WrapNone\",\"url\":\"classes/WrapNone.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1105,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrapNone.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrapNone\"},{\"id\":1106,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/WrapNone.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapNone\"},{\"id\":1107,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/WrapNone.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapNone\"},{\"id\":1108,\"kind\":128,\"name\":\"WrapSquare\",\"url\":\"classes/WrapSquare.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1109,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrapSquare.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrapSquare\"},{\"id\":1110,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/WrapSquare.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapSquare\"},{\"id\":1111,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/WrapSquare.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapSquare\"},{\"id\":1112,\"kind\":128,\"name\":\"WrapTight\",\"url\":\"classes/WrapTight.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1113,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrapTight.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrapTight\"},{\"id\":1114,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/WrapTight.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapTight\"},{\"id\":1115,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/WrapTight.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapTight\"},{\"id\":1116,\"kind\":128,\"name\":\"WrapTopAndBottom\",\"url\":\"classes/WrapTopAndBottom.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1117,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrapTopAndBottom.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrapTopAndBottom\"},{\"id\":1118,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/WrapTopAndBottom.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapTopAndBottom\"},{\"id\":1119,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/WrapTopAndBottom.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrapTopAndBottom\"},{\"id\":1120,\"kind\":8,\"name\":\"HorizontalPositionRelativeFrom\",\"url\":\"enums/HorizontalPositionRelativeFrom.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1121,\"kind\":16,\"name\":\"CHARACTER\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#CHARACTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1122,\"kind\":16,\"name\":\"COLUMN\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#COLUMN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1123,\"kind\":16,\"name\":\"INSIDE_MARGIN\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#INSIDE_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1124,\"kind\":16,\"name\":\"LEFT_MARGIN\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#LEFT_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1125,\"kind\":16,\"name\":\"MARGIN\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1126,\"kind\":16,\"name\":\"OUTSIDE_MARGIN\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#OUTSIDE_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1127,\"kind\":16,\"name\":\"PAGE\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1128,\"kind\":16,\"name\":\"RIGHT_MARGIN\",\"url\":\"enums/HorizontalPositionRelativeFrom.html#RIGHT_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionRelativeFrom\"},{\"id\":1129,\"kind\":8,\"name\":\"VerticalPositionRelativeFrom\",\"url\":\"enums/VerticalPositionRelativeFrom.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1130,\"kind\":16,\"name\":\"BOTTOM_MARGIN\",\"url\":\"enums/VerticalPositionRelativeFrom.html#BOTTOM_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1131,\"kind\":16,\"name\":\"INSIDE_MARGIN\",\"url\":\"enums/VerticalPositionRelativeFrom.html#INSIDE_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1132,\"kind\":16,\"name\":\"LINE\",\"url\":\"enums/VerticalPositionRelativeFrom.html#LINE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1133,\"kind\":16,\"name\":\"MARGIN\",\"url\":\"enums/VerticalPositionRelativeFrom.html#MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1134,\"kind\":16,\"name\":\"OUTSIDE_MARGIN\",\"url\":\"enums/VerticalPositionRelativeFrom.html#OUTSIDE_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1135,\"kind\":16,\"name\":\"PAGE\",\"url\":\"enums/VerticalPositionRelativeFrom.html#PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1136,\"kind\":16,\"name\":\"PARAGRAPH\",\"url\":\"enums/VerticalPositionRelativeFrom.html#PARAGRAPH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1137,\"kind\":16,\"name\":\"TOP_MARGIN\",\"url\":\"enums/VerticalPositionRelativeFrom.html#TOP_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionRelativeFrom\"},{\"id\":1138,\"kind\":256,\"name\":\"IHorizontalPositionOptions\",\"url\":\"interfaces/IHorizontalPositionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1139,\"kind\":1024,\"name\":\"relative\",\"url\":\"interfaces/IHorizontalPositionOptions.html#relative\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHorizontalPositionOptions\"},{\"id\":1140,\"kind\":1024,\"name\":\"align\",\"url\":\"interfaces/IHorizontalPositionOptions.html#align\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHorizontalPositionOptions\"},{\"id\":1141,\"kind\":1024,\"name\":\"offset\",\"url\":\"interfaces/IHorizontalPositionOptions.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHorizontalPositionOptions\"},{\"id\":1142,\"kind\":256,\"name\":\"IVerticalPositionOptions\",\"url\":\"interfaces/IVerticalPositionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1143,\"kind\":1024,\"name\":\"relative\",\"url\":\"interfaces/IVerticalPositionOptions.html#relative\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IVerticalPositionOptions\"},{\"id\":1144,\"kind\":1024,\"name\":\"align\",\"url\":\"interfaces/IVerticalPositionOptions.html#align\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IVerticalPositionOptions\"},{\"id\":1145,\"kind\":1024,\"name\":\"offset\",\"url\":\"interfaces/IVerticalPositionOptions.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IVerticalPositionOptions\"},{\"id\":1146,\"kind\":256,\"name\":\"IMargins\",\"url\":\"interfaces/IMargins.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1147,\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/IMargins.html#left\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMargins\"},{\"id\":1148,\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/IMargins.html#bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMargins\"},{\"id\":1149,\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/IMargins.html#top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMargins\"},{\"id\":1150,\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/IMargins.html#right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IMargins\"},{\"id\":1151,\"kind\":256,\"name\":\"IFloating\",\"url\":\"interfaces/IFloating.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1152,\"kind\":1024,\"name\":\"horizontalPosition\",\"url\":\"interfaces/IFloating.html#horizontalPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1153,\"kind\":1024,\"name\":\"verticalPosition\",\"url\":\"interfaces/IFloating.html#verticalPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1154,\"kind\":1024,\"name\":\"allowOverlap\",\"url\":\"interfaces/IFloating.html#allowOverlap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1155,\"kind\":1024,\"name\":\"lockAnchor\",\"url\":\"interfaces/IFloating.html#lockAnchor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1156,\"kind\":1024,\"name\":\"behindDocument\",\"url\":\"interfaces/IFloating.html#behindDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1157,\"kind\":1024,\"name\":\"layoutInCell\",\"url\":\"interfaces/IFloating.html#layoutInCell\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1158,\"kind\":1024,\"name\":\"margins\",\"url\":\"interfaces/IFloating.html#margins\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1159,\"kind\":1024,\"name\":\"wrap\",\"url\":\"interfaces/IFloating.html#wrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1160,\"kind\":1024,\"name\":\"zIndex\",\"url\":\"interfaces/IFloating.html#zIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IFloating\"},{\"id\":1161,\"kind\":128,\"name\":\"SimplePos\",\"url\":\"classes/SimplePos.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1162,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SimplePos.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SimplePos\"},{\"id\":1163,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/SimplePos.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SimplePos\"},{\"id\":1164,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/SimplePos.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SimplePos\"},{\"id\":1165,\"kind\":128,\"name\":\"HorizontalPosition\",\"url\":\"classes/HorizontalPosition.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1166,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HorizontalPosition.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HorizontalPosition\"},{\"id\":1167,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/HorizontalPosition.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HorizontalPosition\"},{\"id\":1168,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/HorizontalPosition.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HorizontalPosition\"},{\"id\":1169,\"kind\":128,\"name\":\"VerticalPosition\",\"url\":\"classes/VerticalPosition.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1170,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VerticalPosition.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VerticalPosition\"},{\"id\":1171,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/VerticalPosition.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalPosition\"},{\"id\":1172,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/VerticalPosition.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalPosition\"},{\"id\":1173,\"kind\":256,\"name\":\"IDocumentOptions\",\"url\":\"interfaces/IDocumentOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1174,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/IDocumentOptions.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentOptions\"},{\"id\":1175,\"kind\":256,\"name\":\"IDocumentAttributesProperties\",\"url\":\"interfaces/IDocumentAttributesProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1176,\"kind\":1024,\"name\":\"wpc\",\"url\":\"interfaces/IDocumentAttributesProperties.html#wpc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1177,\"kind\":1024,\"name\":\"mc\",\"url\":\"interfaces/IDocumentAttributesProperties.html#mc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1178,\"kind\":1024,\"name\":\"o\",\"url\":\"interfaces/IDocumentAttributesProperties.html#o\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1179,\"kind\":1024,\"name\":\"r\",\"url\":\"interfaces/IDocumentAttributesProperties.html#r\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1180,\"kind\":1024,\"name\":\"m\",\"url\":\"interfaces/IDocumentAttributesProperties.html#m\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1181,\"kind\":1024,\"name\":\"v\",\"url\":\"interfaces/IDocumentAttributesProperties.html#v\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1182,\"kind\":1024,\"name\":\"wp14\",\"url\":\"interfaces/IDocumentAttributesProperties.html#wp14\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1183,\"kind\":1024,\"name\":\"wp\",\"url\":\"interfaces/IDocumentAttributesProperties.html#wp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1184,\"kind\":1024,\"name\":\"w10\",\"url\":\"interfaces/IDocumentAttributesProperties.html#w10\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1185,\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/IDocumentAttributesProperties.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1186,\"kind\":1024,\"name\":\"w14\",\"url\":\"interfaces/IDocumentAttributesProperties.html#w14\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1187,\"kind\":1024,\"name\":\"w15\",\"url\":\"interfaces/IDocumentAttributesProperties.html#w15\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1188,\"kind\":1024,\"name\":\"wpg\",\"url\":\"interfaces/IDocumentAttributesProperties.html#wpg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1189,\"kind\":1024,\"name\":\"wpi\",\"url\":\"interfaces/IDocumentAttributesProperties.html#wpi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1190,\"kind\":1024,\"name\":\"wne\",\"url\":\"interfaces/IDocumentAttributesProperties.html#wne\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1191,\"kind\":1024,\"name\":\"wps\",\"url\":\"interfaces/IDocumentAttributesProperties.html#wps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1192,\"kind\":1024,\"name\":\"Ignorable\",\"url\":\"interfaces/IDocumentAttributesProperties.html#Ignorable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1193,\"kind\":1024,\"name\":\"cp\",\"url\":\"interfaces/IDocumentAttributesProperties.html#cp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1194,\"kind\":1024,\"name\":\"dc\",\"url\":\"interfaces/IDocumentAttributesProperties.html#dc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1195,\"kind\":1024,\"name\":\"dcterms\",\"url\":\"interfaces/IDocumentAttributesProperties.html#dcterms\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1196,\"kind\":1024,\"name\":\"dcmitype\",\"url\":\"interfaces/IDocumentAttributesProperties.html#dcmitype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1197,\"kind\":1024,\"name\":\"xsi\",\"url\":\"interfaces/IDocumentAttributesProperties.html#xsi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1198,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IDocumentAttributesProperties.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentAttributesProperties\"},{\"id\":1199,\"kind\":128,\"name\":\"DocumentAttributes\",\"url\":\"classes/DocumentAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1200,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DocumentAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentAttributes\"},{\"id\":1201,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DocumentAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentAttributes\"},{\"id\":1202,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/DocumentAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentAttributes\"},{\"id\":1203,\"kind\":128,\"name\":\"Body\",\"url\":\"classes/Body.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1204,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Body.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Body\"},{\"id\":1205,\"kind\":2048,\"name\":\"addSection\",\"url\":\"classes/Body.html#addSection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Body\"},{\"id\":1206,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Body.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Body\"},{\"id\":1207,\"kind\":2048,\"name\":\"push\",\"url\":\"classes/Body.html#push\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Body\"},{\"id\":1208,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Body.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Body\"},{\"id\":1209,\"kind\":256,\"name\":\"IHeaderFooterGroup\",\"url\":\"interfaces/IHeaderFooterGroup.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1210,\"kind\":1024,\"name\":\"default\",\"url\":\"interfaces/IHeaderFooterGroup.html#default\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHeaderFooterGroup\"},{\"id\":1211,\"kind\":1024,\"name\":\"first\",\"url\":\"interfaces/IHeaderFooterGroup.html#first\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHeaderFooterGroup\"},{\"id\":1212,\"kind\":1024,\"name\":\"even\",\"url\":\"interfaces/IHeaderFooterGroup.html#even\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHeaderFooterGroup\"},{\"id\":1213,\"kind\":256,\"name\":\"ISectionPropertiesOptions\",\"url\":\"interfaces/ISectionPropertiesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1214,\"kind\":1024,\"name\":\"page\",\"url\":\"interfaces/ISectionPropertiesOptions.html#page\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1215,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ISectionPropertiesOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1216,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/ISectionPropertiesOptions.html#__type.size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionPropertiesOptions.__type\"},{\"id\":1217,\"kind\":1024,\"name\":\"margin\",\"url\":\"interfaces/ISectionPropertiesOptions.html#__type.margin\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionPropertiesOptions.__type\"},{\"id\":1218,\"kind\":1024,\"name\":\"pageNumbers\",\"url\":\"interfaces/ISectionPropertiesOptions.html#__type.pageNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionPropertiesOptions.__type\"},{\"id\":1219,\"kind\":1024,\"name\":\"borders\",\"url\":\"interfaces/ISectionPropertiesOptions.html#__type.borders\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionPropertiesOptions.__type\"},{\"id\":1220,\"kind\":1024,\"name\":\"textDirection\",\"url\":\"interfaces/ISectionPropertiesOptions.html#__type.textDirection\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ISectionPropertiesOptions.__type\"},{\"id\":1221,\"kind\":1024,\"name\":\"grid\",\"url\":\"interfaces/ISectionPropertiesOptions.html#grid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1222,\"kind\":1024,\"name\":\"headerWrapperGroup\",\"url\":\"interfaces/ISectionPropertiesOptions.html#headerWrapperGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1223,\"kind\":1024,\"name\":\"footerWrapperGroup\",\"url\":\"interfaces/ISectionPropertiesOptions.html#footerWrapperGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1224,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"interfaces/ISectionPropertiesOptions.html#lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1225,\"kind\":1024,\"name\":\"titlePage\",\"url\":\"interfaces/ISectionPropertiesOptions.html#titlePage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1226,\"kind\":1024,\"name\":\"verticalAlign\",\"url\":\"interfaces/ISectionPropertiesOptions.html#verticalAlign\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1227,\"kind\":1024,\"name\":\"column\",\"url\":\"interfaces/ISectionPropertiesOptions.html#column\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1228,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ISectionPropertiesOptions.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISectionPropertiesOptions\"},{\"id\":1229,\"kind\":32,\"name\":\"sectionMarginDefaults\",\"url\":\"modules.html#sectionMarginDefaults\",\"classes\":\"tsd-kind-variable\"},{\"id\":1230,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#sectionMarginDefaults.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"sectionMarginDefaults\"},{\"id\":1231,\"kind\":1024,\"name\":\"TOP\",\"url\":\"modules.html#sectionMarginDefaults.__type.TOP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionMarginDefaults.__type\"},{\"id\":1232,\"kind\":1024,\"name\":\"RIGHT\",\"url\":\"modules.html#sectionMarginDefaults.__type.RIGHT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionMarginDefaults.__type\"},{\"id\":1233,\"kind\":1024,\"name\":\"BOTTOM\",\"url\":\"modules.html#sectionMarginDefaults.__type.BOTTOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionMarginDefaults.__type\"},{\"id\":1234,\"kind\":1024,\"name\":\"LEFT\",\"url\":\"modules.html#sectionMarginDefaults.__type.LEFT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionMarginDefaults.__type\"},{\"id\":1235,\"kind\":1024,\"name\":\"HEADER\",\"url\":\"modules.html#sectionMarginDefaults.__type.HEADER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionMarginDefaults.__type\"},{\"id\":1236,\"kind\":1024,\"name\":\"FOOTER\",\"url\":\"modules.html#sectionMarginDefaults.__type.FOOTER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionMarginDefaults.__type\"},{\"id\":1237,\"kind\":1024,\"name\":\"GUTTER\",\"url\":\"modules.html#sectionMarginDefaults.__type.GUTTER\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionMarginDefaults.__type\"},{\"id\":1238,\"kind\":32,\"name\":\"sectionPageSizeDefaults\",\"url\":\"modules.html#sectionPageSizeDefaults\",\"classes\":\"tsd-kind-variable\"},{\"id\":1239,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#sectionPageSizeDefaults.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"sectionPageSizeDefaults\"},{\"id\":1240,\"kind\":1024,\"name\":\"WIDTH\",\"url\":\"modules.html#sectionPageSizeDefaults.__type.WIDTH\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionPageSizeDefaults.__type\"},{\"id\":1241,\"kind\":1024,\"name\":\"HEIGHT\",\"url\":\"modules.html#sectionPageSizeDefaults.__type.HEIGHT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionPageSizeDefaults.__type\"},{\"id\":1242,\"kind\":1024,\"name\":\"ORIENTATION\",\"url\":\"modules.html#sectionPageSizeDefaults.__type.ORIENTATION\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"sectionPageSizeDefaults.__type\"},{\"id\":1243,\"kind\":128,\"name\":\"SectionProperties\",\"url\":\"classes/SectionProperties.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1244,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SectionProperties.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SectionProperties\"},{\"id\":1245,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/SectionProperties.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SectionProperties\"},{\"id\":1246,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/SectionProperties.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SectionProperties\"},{\"id\":1247,\"kind\":256,\"name\":\"IColumnAttributes\",\"url\":\"interfaces/IColumnAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1248,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/IColumnAttributes.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColumnAttributes\"},{\"id\":1249,\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/IColumnAttributes.html#space\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColumnAttributes\"},{\"id\":1250,\"kind\":128,\"name\":\"ColumnAttributes\",\"url\":\"classes/ColumnAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1251,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColumnAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnAttributes\"},{\"id\":1252,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ColumnAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnAttributes\"},{\"id\":1253,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/ColumnAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnAttributes\"},{\"id\":1254,\"kind\":128,\"name\":\"Column\",\"url\":\"classes/Column.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1255,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Column.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Column\"},{\"id\":1256,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Column.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Column\"},{\"id\":1257,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Column.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Column\"},{\"id\":1258,\"kind\":256,\"name\":\"IColumnsAttributes\",\"url\":\"interfaces/IColumnsAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1259,\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/IColumnsAttributes.html#space\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColumnsAttributes\"},{\"id\":1260,\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/IColumnsAttributes.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColumnsAttributes\"},{\"id\":1261,\"kind\":1024,\"name\":\"separate\",\"url\":\"interfaces/IColumnsAttributes.html#separate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColumnsAttributes\"},{\"id\":1262,\"kind\":1024,\"name\":\"equalWidth\",\"url\":\"interfaces/IColumnsAttributes.html#equalWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColumnsAttributes\"},{\"id\":1263,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IColumnsAttributes.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColumnsAttributes\"},{\"id\":1264,\"kind\":128,\"name\":\"ColumnsAttributes\",\"url\":\"classes/ColumnsAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1265,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColumnsAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnsAttributes\"},{\"id\":1266,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ColumnsAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnsAttributes\"},{\"id\":1267,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/ColumnsAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ColumnsAttributes\"},{\"id\":1268,\"kind\":128,\"name\":\"Columns\",\"url\":\"classes/Columns.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1269,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Columns.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Columns\"},{\"id\":1270,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Columns.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Columns\"},{\"id\":1271,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Columns.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Columns\"},{\"id\":1272,\"kind\":8,\"name\":\"DocumentGridType\",\"url\":\"enums/DocumentGridType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1273,\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/DocumentGridType.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DocumentGridType\"},{\"id\":1274,\"kind\":16,\"name\":\"LINES\",\"url\":\"enums/DocumentGridType.html#LINES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DocumentGridType\"},{\"id\":1275,\"kind\":16,\"name\":\"LINES_AND_CHARS\",\"url\":\"enums/DocumentGridType.html#LINES_AND_CHARS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DocumentGridType\"},{\"id\":1276,\"kind\":16,\"name\":\"SNAP_TO_CHARS\",\"url\":\"enums/DocumentGridType.html#SNAP_TO_CHARS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DocumentGridType\"},{\"id\":1277,\"kind\":256,\"name\":\"IDocGridAttributesProperties\",\"url\":\"interfaces/IDocGridAttributesProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1278,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IDocGridAttributesProperties.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocGridAttributesProperties\"},{\"id\":1279,\"kind\":1024,\"name\":\"linePitch\",\"url\":\"interfaces/IDocGridAttributesProperties.html#linePitch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocGridAttributesProperties\"},{\"id\":1280,\"kind\":1024,\"name\":\"charSpace\",\"url\":\"interfaces/IDocGridAttributesProperties.html#charSpace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocGridAttributesProperties\"},{\"id\":1281,\"kind\":128,\"name\":\"DocGridAttributes\",\"url\":\"classes/DocGridAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1282,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DocGridAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocGridAttributes\"},{\"id\":1283,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DocGridAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocGridAttributes\"},{\"id\":1284,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/DocGridAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocGridAttributes\"},{\"id\":1285,\"kind\":128,\"name\":\"DocumentGrid\",\"url\":\"classes/DocumentGrid.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1286,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DocumentGrid.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DocumentGrid\"},{\"id\":1287,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DocumentGrid.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentGrid\"},{\"id\":1288,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/DocumentGrid.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentGrid\"},{\"id\":1289,\"kind\":8,\"name\":\"PageOrientation\",\"url\":\"enums/PageOrientation.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1290,\"kind\":16,\"name\":\"PORTRAIT\",\"url\":\"enums/PageOrientation.html#PORTRAIT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageOrientation\"},{\"id\":1291,\"kind\":16,\"name\":\"LANDSCAPE\",\"url\":\"enums/PageOrientation.html#LANDSCAPE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageOrientation\"},{\"id\":1292,\"kind\":256,\"name\":\"IPageSizeAttributes\",\"url\":\"interfaces/IPageSizeAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1293,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/IPageSizeAttributes.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageSizeAttributes\"},{\"id\":1294,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/IPageSizeAttributes.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageSizeAttributes\"},{\"id\":1295,\"kind\":1024,\"name\":\"orientation\",\"url\":\"interfaces/IPageSizeAttributes.html#orientation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageSizeAttributes\"},{\"id\":1296,\"kind\":128,\"name\":\"PageSizeAttributes\",\"url\":\"classes/PageSizeAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1297,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageSizeAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageSizeAttributes\"},{\"id\":1298,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageSizeAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageSizeAttributes\"},{\"id\":1299,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/PageSizeAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageSizeAttributes\"},{\"id\":1300,\"kind\":128,\"name\":\"PageSize\",\"url\":\"classes/PageSize.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1301,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageSize.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageSize\"},{\"id\":1302,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageSize.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageSize\"},{\"id\":1303,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageSize.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageSize\"},{\"id\":1304,\"kind\":8,\"name\":\"PageNumberSeparator\",\"url\":\"enums/PageNumberSeparator.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1305,\"kind\":16,\"name\":\"HYPHEN\",\"url\":\"enums/PageNumberSeparator.html#HYPHEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageNumberSeparator\"},{\"id\":1306,\"kind\":16,\"name\":\"PERIOD\",\"url\":\"enums/PageNumberSeparator.html#PERIOD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageNumberSeparator\"},{\"id\":1307,\"kind\":16,\"name\":\"COLON\",\"url\":\"enums/PageNumberSeparator.html#COLON\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageNumberSeparator\"},{\"id\":1308,\"kind\":16,\"name\":\"EM_DASH\",\"url\":\"enums/PageNumberSeparator.html#EM_DASH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageNumberSeparator\"},{\"id\":1309,\"kind\":16,\"name\":\"EN_DASH\",\"url\":\"enums/PageNumberSeparator.html#EN_DASH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageNumberSeparator\"},{\"id\":1310,\"kind\":256,\"name\":\"IPageNumberTypeAttributes\",\"url\":\"interfaces/IPageNumberTypeAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1311,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/IPageNumberTypeAttributes.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageNumberTypeAttributes\"},{\"id\":1312,\"kind\":1024,\"name\":\"formatType\",\"url\":\"interfaces/IPageNumberTypeAttributes.html#formatType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageNumberTypeAttributes\"},{\"id\":1313,\"kind\":1024,\"name\":\"separator\",\"url\":\"interfaces/IPageNumberTypeAttributes.html#separator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageNumberTypeAttributes\"},{\"id\":1314,\"kind\":128,\"name\":\"PageNumberTypeAttributes\",\"url\":\"classes/PageNumberTypeAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1315,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageNumberTypeAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageNumberTypeAttributes\"},{\"id\":1316,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageNumberTypeAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageNumberTypeAttributes\"},{\"id\":1317,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/PageNumberTypeAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageNumberTypeAttributes\"},{\"id\":1318,\"kind\":128,\"name\":\"PageNumberType\",\"url\":\"classes/PageNumberType.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1319,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageNumberType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageNumberType\"},{\"id\":1320,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageNumberType.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageNumberType\"},{\"id\":1321,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageNumberType.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageNumberType\"},{\"id\":1322,\"kind\":8,\"name\":\"PageBorderDisplay\",\"url\":\"enums/PageBorderDisplay.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1323,\"kind\":16,\"name\":\"ALL_PAGES\",\"url\":\"enums/PageBorderDisplay.html#ALL_PAGES\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageBorderDisplay\"},{\"id\":1324,\"kind\":16,\"name\":\"FIRST_PAGE\",\"url\":\"enums/PageBorderDisplay.html#FIRST_PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageBorderDisplay\"},{\"id\":1325,\"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\":1326,\"kind\":8,\"name\":\"PageBorderOffsetFrom\",\"url\":\"enums/PageBorderOffsetFrom.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1327,\"kind\":16,\"name\":\"PAGE\",\"url\":\"enums/PageBorderOffsetFrom.html#PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageBorderOffsetFrom\"},{\"id\":1328,\"kind\":16,\"name\":\"TEXT\",\"url\":\"enums/PageBorderOffsetFrom.html#TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageBorderOffsetFrom\"},{\"id\":1329,\"kind\":8,\"name\":\"PageBorderZOrder\",\"url\":\"enums/PageBorderZOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1330,\"kind\":16,\"name\":\"BACK\",\"url\":\"enums/PageBorderZOrder.html#BACK\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageBorderZOrder\"},{\"id\":1331,\"kind\":16,\"name\":\"FRONT\",\"url\":\"enums/PageBorderZOrder.html#FRONT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageBorderZOrder\"},{\"id\":1332,\"kind\":256,\"name\":\"IPageBorderAttributes\",\"url\":\"interfaces/IPageBorderAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1333,\"kind\":1024,\"name\":\"display\",\"url\":\"interfaces/IPageBorderAttributes.html#display\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBorderAttributes\"},{\"id\":1334,\"kind\":1024,\"name\":\"offsetFrom\",\"url\":\"interfaces/IPageBorderAttributes.html#offsetFrom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBorderAttributes\"},{\"id\":1335,\"kind\":1024,\"name\":\"zOrder\",\"url\":\"interfaces/IPageBorderAttributes.html#zOrder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBorderAttributes\"},{\"id\":1336,\"kind\":256,\"name\":\"IPageBordersOptions\",\"url\":\"interfaces/IPageBordersOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1337,\"kind\":1024,\"name\":\"pageBorders\",\"url\":\"interfaces/IPageBordersOptions.html#pageBorders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBordersOptions\"},{\"id\":1338,\"kind\":1024,\"name\":\"pageBorderTop\",\"url\":\"interfaces/IPageBordersOptions.html#pageBorderTop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBordersOptions\"},{\"id\":1339,\"kind\":1024,\"name\":\"pageBorderRight\",\"url\":\"interfaces/IPageBordersOptions.html#pageBorderRight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBordersOptions\"},{\"id\":1340,\"kind\":1024,\"name\":\"pageBorderBottom\",\"url\":\"interfaces/IPageBordersOptions.html#pageBorderBottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBordersOptions\"},{\"id\":1341,\"kind\":1024,\"name\":\"pageBorderLeft\",\"url\":\"interfaces/IPageBordersOptions.html#pageBorderLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageBordersOptions\"},{\"id\":1342,\"kind\":128,\"name\":\"PageBorders\",\"url\":\"classes/PageBorders.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1343,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageBorders.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageBorders\"},{\"id\":1344,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageBorders.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageBorders\"},{\"id\":1345,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageBorders.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageBorders\"},{\"id\":1346,\"kind\":256,\"name\":\"IPageMarginAttributes\",\"url\":\"interfaces/IPageMarginAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1347,\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/IPageMarginAttributes.html#top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageMarginAttributes\"},{\"id\":1348,\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/IPageMarginAttributes.html#right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageMarginAttributes\"},{\"id\":1349,\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/IPageMarginAttributes.html#bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageMarginAttributes\"},{\"id\":1350,\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/IPageMarginAttributes.html#left\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageMarginAttributes\"},{\"id\":1351,\"kind\":1024,\"name\":\"header\",\"url\":\"interfaces/IPageMarginAttributes.html#header\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageMarginAttributes\"},{\"id\":1352,\"kind\":1024,\"name\":\"footer\",\"url\":\"interfaces/IPageMarginAttributes.html#footer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageMarginAttributes\"},{\"id\":1353,\"kind\":1024,\"name\":\"gutter\",\"url\":\"interfaces/IPageMarginAttributes.html#gutter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IPageMarginAttributes\"},{\"id\":1354,\"kind\":128,\"name\":\"PageMarginAttributes\",\"url\":\"classes/PageMarginAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1355,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageMarginAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageMarginAttributes\"},{\"id\":1356,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageMarginAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageMarginAttributes\"},{\"id\":1357,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/PageMarginAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageMarginAttributes\"},{\"id\":1358,\"kind\":128,\"name\":\"PageMargin\",\"url\":\"classes/PageMargin.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1359,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageMargin.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageMargin\"},{\"id\":1360,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageMargin.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageMargin\"},{\"id\":1361,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageMargin.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageMargin\"},{\"id\":1362,\"kind\":8,\"name\":\"PageTextDirectionType\",\"url\":\"enums/PageTextDirectionType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1363,\"kind\":16,\"name\":\"LEFT_TO_RIGHT_TOP_TO_BOTTOM\",\"url\":\"enums/PageTextDirectionType.html#LEFT_TO_RIGHT_TOP_TO_BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageTextDirectionType\"},{\"id\":1364,\"kind\":16,\"name\":\"TOP_TO_BOTTOM_RIGHT_TO_LEFT\",\"url\":\"enums/PageTextDirectionType.html#TOP_TO_BOTTOM_RIGHT_TO_LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"PageTextDirectionType\"},{\"id\":1365,\"kind\":128,\"name\":\"PageTextDirection\",\"url\":\"classes/PageTextDirection.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1366,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PageTextDirection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PageTextDirection\"},{\"id\":1367,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/PageTextDirection.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageTextDirection\"},{\"id\":1368,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PageTextDirection.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PageTextDirection\"},{\"id\":1369,\"kind\":8,\"name\":\"LineNumberRestartFormat\",\"url\":\"enums/LineNumberRestartFormat.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1370,\"kind\":16,\"name\":\"NEW_PAGE\",\"url\":\"enums/LineNumberRestartFormat.html#NEW_PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LineNumberRestartFormat\"},{\"id\":1371,\"kind\":16,\"name\":\"NEW_SECTION\",\"url\":\"enums/LineNumberRestartFormat.html#NEW_SECTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LineNumberRestartFormat\"},{\"id\":1372,\"kind\":16,\"name\":\"CONTINUOUS\",\"url\":\"enums/LineNumberRestartFormat.html#CONTINUOUS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"LineNumberRestartFormat\"},{\"id\":1373,\"kind\":256,\"name\":\"ILineNumberAttributes\",\"url\":\"interfaces/ILineNumberAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1374,\"kind\":1024,\"name\":\"countBy\",\"url\":\"interfaces/ILineNumberAttributes.html#countBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILineNumberAttributes\"},{\"id\":1375,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/ILineNumberAttributes.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILineNumberAttributes\"},{\"id\":1376,\"kind\":1024,\"name\":\"restart\",\"url\":\"interfaces/ILineNumberAttributes.html#restart\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILineNumberAttributes\"},{\"id\":1377,\"kind\":1024,\"name\":\"distance\",\"url\":\"interfaces/ILineNumberAttributes.html#distance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ILineNumberAttributes\"},{\"id\":1378,\"kind\":128,\"name\":\"LineNumberAttributes\",\"url\":\"classes/LineNumberAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1379,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LineNumberAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LineNumberAttributes\"},{\"id\":1380,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/LineNumberAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LineNumberAttributes\"},{\"id\":1381,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/LineNumberAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LineNumberAttributes\"},{\"id\":1382,\"kind\":128,\"name\":\"LineNumberType\",\"url\":\"classes/LineNumberType.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1383,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LineNumberType.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LineNumberType\"},{\"id\":1384,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/LineNumberType.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LineNumberType\"},{\"id\":1385,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/LineNumberType.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LineNumberType\"},{\"id\":1386,\"kind\":8,\"name\":\"SectionType\",\"url\":\"enums/SectionType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1387,\"kind\":16,\"name\":\"NEXT_PAGE\",\"url\":\"enums/SectionType.html#NEXT_PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SectionType\"},{\"id\":1388,\"kind\":16,\"name\":\"NEXT_COLUMN\",\"url\":\"enums/SectionType.html#NEXT_COLUMN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SectionType\"},{\"id\":1389,\"kind\":16,\"name\":\"CONTINUOUS\",\"url\":\"enums/SectionType.html#CONTINUOUS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SectionType\"},{\"id\":1390,\"kind\":16,\"name\":\"EVEN_PAGE\",\"url\":\"enums/SectionType.html#EVEN_PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SectionType\"},{\"id\":1391,\"kind\":16,\"name\":\"ODD_PAGE\",\"url\":\"enums/SectionType.html#ODD_PAGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SectionType\"},{\"id\":1392,\"kind\":128,\"name\":\"SectionTypeAttributes\",\"url\":\"classes/SectionTypeAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1393,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SectionTypeAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SectionTypeAttributes\"},{\"id\":1394,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/SectionTypeAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SectionTypeAttributes\"},{\"id\":1395,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/SectionTypeAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SectionTypeAttributes\"},{\"id\":1396,\"kind\":128,\"name\":\"Type\",\"url\":\"classes/Type.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1397,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Type.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Type\"},{\"id\":1398,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Type.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Type\"},{\"id\":1399,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Type.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Type\"},{\"id\":1400,\"kind\":8,\"name\":\"HeaderFooterReferenceType\",\"url\":\"enums/HeaderFooterReferenceType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1401,\"kind\":16,\"name\":\"DEFAULT\",\"url\":\"enums/HeaderFooterReferenceType.html#DEFAULT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeaderFooterReferenceType\"},{\"id\":1402,\"kind\":16,\"name\":\"FIRST\",\"url\":\"enums/HeaderFooterReferenceType.html#FIRST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeaderFooterReferenceType\"},{\"id\":1403,\"kind\":16,\"name\":\"EVEN\",\"url\":\"enums/HeaderFooterReferenceType.html#EVEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeaderFooterReferenceType\"},{\"id\":1404,\"kind\":256,\"name\":\"IHeaderFooterOptions\",\"url\":\"interfaces/IHeaderFooterOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1405,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IHeaderFooterOptions.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHeaderFooterOptions\"},{\"id\":1406,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/IHeaderFooterOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHeaderFooterOptions\"},{\"id\":1407,\"kind\":8,\"name\":\"HeaderFooterType\",\"url\":\"enums/HeaderFooterType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1408,\"kind\":16,\"name\":\"HEADER\",\"url\":\"enums/HeaderFooterType.html#HEADER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeaderFooterType\"},{\"id\":1409,\"kind\":16,\"name\":\"FOOTER\",\"url\":\"enums/HeaderFooterType.html#FOOTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HeaderFooterType\"},{\"id\":1410,\"kind\":128,\"name\":\"HeaderFooterReference\",\"url\":\"classes/HeaderFooterReference.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1411,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HeaderFooterReference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeaderFooterReference\"},{\"id\":1412,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/HeaderFooterReference.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeaderFooterReference\"},{\"id\":1413,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/HeaderFooterReference.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeaderFooterReference\"},{\"id\":1414,\"kind\":128,\"name\":\"DocumentBackgroundAttributes\",\"url\":\"classes/DocumentBackgroundAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1415,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DocumentBackgroundAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentBackgroundAttributes\"},{\"id\":1416,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DocumentBackgroundAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentBackgroundAttributes\"},{\"id\":1417,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/DocumentBackgroundAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentBackgroundAttributes\"},{\"id\":1418,\"kind\":256,\"name\":\"IDocumentBackgroundOptions\",\"url\":\"interfaces/IDocumentBackgroundOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1419,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IDocumentBackgroundOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentBackgroundOptions\"},{\"id\":1420,\"kind\":1024,\"name\":\"themeColor\",\"url\":\"interfaces/IDocumentBackgroundOptions.html#themeColor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentBackgroundOptions\"},{\"id\":1421,\"kind\":1024,\"name\":\"themeShade\",\"url\":\"interfaces/IDocumentBackgroundOptions.html#themeShade\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentBackgroundOptions\"},{\"id\":1422,\"kind\":1024,\"name\":\"themeTint\",\"url\":\"interfaces/IDocumentBackgroundOptions.html#themeTint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentBackgroundOptions\"},{\"id\":1423,\"kind\":128,\"name\":\"DocumentBackground\",\"url\":\"classes/DocumentBackground.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1424,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DocumentBackground.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DocumentBackground\"},{\"id\":1425,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DocumentBackground.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentBackground\"},{\"id\":1426,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/DocumentBackground.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentBackground\"},{\"id\":1427,\"kind\":256,\"name\":\"IShadingAttributesProperties\",\"url\":\"interfaces/IShadingAttributesProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1428,\"kind\":1024,\"name\":\"fill\",\"url\":\"interfaces/IShadingAttributesProperties.html#fill\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IShadingAttributesProperties\"},{\"id\":1429,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IShadingAttributesProperties.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IShadingAttributesProperties\"},{\"id\":1430,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IShadingAttributesProperties.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IShadingAttributesProperties\"},{\"id\":1431,\"kind\":128,\"name\":\"Shading\",\"url\":\"classes/Shading.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1432,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Shading.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Shading\"},{\"id\":1433,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Shading.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Shading\"},{\"id\":1434,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Shading.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Shading\"},{\"id\":1435,\"kind\":8,\"name\":\"ShadingType\",\"url\":\"enums/ShadingType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1436,\"kind\":16,\"name\":\"CLEAR\",\"url\":\"enums/ShadingType.html#CLEAR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1437,\"kind\":16,\"name\":\"DIAGONAL_CROSS\",\"url\":\"enums/ShadingType.html#DIAGONAL_CROSS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1438,\"kind\":16,\"name\":\"DIAGONAL_STRIPE\",\"url\":\"enums/ShadingType.html#DIAGONAL_STRIPE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1439,\"kind\":16,\"name\":\"HORIZONTAL_CROSS\",\"url\":\"enums/ShadingType.html#HORIZONTAL_CROSS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1440,\"kind\":16,\"name\":\"HORIZONTAL_STRIPE\",\"url\":\"enums/ShadingType.html#HORIZONTAL_STRIPE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1441,\"kind\":16,\"name\":\"NIL\",\"url\":\"enums/ShadingType.html#NIL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1442,\"kind\":16,\"name\":\"PERCENT_5\",\"url\":\"enums/ShadingType.html#PERCENT_5\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1443,\"kind\":16,\"name\":\"PERCENT_10\",\"url\":\"enums/ShadingType.html#PERCENT_10\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1444,\"kind\":16,\"name\":\"PERCENT_12\",\"url\":\"enums/ShadingType.html#PERCENT_12\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1445,\"kind\":16,\"name\":\"PERCENT_15\",\"url\":\"enums/ShadingType.html#PERCENT_15\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1446,\"kind\":16,\"name\":\"PERCENT_20\",\"url\":\"enums/ShadingType.html#PERCENT_20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1447,\"kind\":16,\"name\":\"PERCENT_25\",\"url\":\"enums/ShadingType.html#PERCENT_25\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1448,\"kind\":16,\"name\":\"PERCENT_30\",\"url\":\"enums/ShadingType.html#PERCENT_30\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1449,\"kind\":16,\"name\":\"PERCENT_35\",\"url\":\"enums/ShadingType.html#PERCENT_35\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1450,\"kind\":16,\"name\":\"PERCENT_37\",\"url\":\"enums/ShadingType.html#PERCENT_37\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1451,\"kind\":16,\"name\":\"PERCENT_40\",\"url\":\"enums/ShadingType.html#PERCENT_40\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1452,\"kind\":16,\"name\":\"PERCENT_45\",\"url\":\"enums/ShadingType.html#PERCENT_45\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1453,\"kind\":16,\"name\":\"PERCENT_50\",\"url\":\"enums/ShadingType.html#PERCENT_50\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1454,\"kind\":16,\"name\":\"PERCENT_55\",\"url\":\"enums/ShadingType.html#PERCENT_55\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1455,\"kind\":16,\"name\":\"PERCENT_60\",\"url\":\"enums/ShadingType.html#PERCENT_60\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1456,\"kind\":16,\"name\":\"PERCENT_62\",\"url\":\"enums/ShadingType.html#PERCENT_62\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1457,\"kind\":16,\"name\":\"PERCENT_65\",\"url\":\"enums/ShadingType.html#PERCENT_65\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1458,\"kind\":16,\"name\":\"PERCENT_70\",\"url\":\"enums/ShadingType.html#PERCENT_70\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1459,\"kind\":16,\"name\":\"PERCENT_75\",\"url\":\"enums/ShadingType.html#PERCENT_75\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1460,\"kind\":16,\"name\":\"PERCENT_80\",\"url\":\"enums/ShadingType.html#PERCENT_80\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1461,\"kind\":16,\"name\":\"PERCENT_85\",\"url\":\"enums/ShadingType.html#PERCENT_85\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1462,\"kind\":16,\"name\":\"PERCENT_87\",\"url\":\"enums/ShadingType.html#PERCENT_87\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1463,\"kind\":16,\"name\":\"PERCENT_90\",\"url\":\"enums/ShadingType.html#PERCENT_90\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1464,\"kind\":16,\"name\":\"PERCENT_95\",\"url\":\"enums/ShadingType.html#PERCENT_95\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1465,\"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\":1466,\"kind\":16,\"name\":\"SOLID\",\"url\":\"enums/ShadingType.html#SOLID\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1467,\"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\":1468,\"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\":1469,\"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\":1470,\"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\":1471,\"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\":1472,\"kind\":16,\"name\":\"VERTICAL_STRIPE\",\"url\":\"enums/ShadingType.html#VERTICAL_STRIPE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ShadingType\"},{\"id\":1473,\"kind\":256,\"name\":\"IStylesOptions\",\"url\":\"interfaces/IStylesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1474,\"kind\":1024,\"name\":\"default\",\"url\":\"interfaces/IStylesOptions.html#default\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IStylesOptions\"},{\"id\":1475,\"kind\":1024,\"name\":\"initialStyles\",\"url\":\"interfaces/IStylesOptions.html#initialStyles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IStylesOptions\"},{\"id\":1476,\"kind\":1024,\"name\":\"paragraphStyles\",\"url\":\"interfaces/IStylesOptions.html#paragraphStyles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IStylesOptions\"},{\"id\":1477,\"kind\":1024,\"name\":\"characterStyles\",\"url\":\"interfaces/IStylesOptions.html#characterStyles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IStylesOptions\"},{\"id\":1478,\"kind\":1024,\"name\":\"importedStyles\",\"url\":\"interfaces/IStylesOptions.html#importedStyles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IStylesOptions\"},{\"id\":1479,\"kind\":128,\"name\":\"Styles\",\"url\":\"classes/Styles.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1480,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Styles.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Styles\"},{\"id\":1481,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Styles.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Styles\"},{\"id\":1482,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Styles.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Styles\"},{\"id\":1483,\"kind\":256,\"name\":\"IBaseCharacterStyleOptions\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1484,\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#run\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1485,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1486,\"kind\":1024,\"name\":\"basedOn\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#basedOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1487,\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1488,\"kind\":1024,\"name\":\"link\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#link\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1489,\"kind\":1024,\"name\":\"uiPriority\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#uiPriority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1490,\"kind\":1024,\"name\":\"semiHidden\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#semiHidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1491,\"kind\":1024,\"name\":\"unhideWhenUsed\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#unhideWhenUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1492,\"kind\":1024,\"name\":\"quickFormat\",\"url\":\"interfaces/IBaseCharacterStyleOptions.html#quickFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseCharacterStyleOptions\"},{\"id\":1493,\"kind\":256,\"name\":\"ICharacterStyleOptions\",\"url\":\"interfaces/ICharacterStyleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1494,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ICharacterStyleOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1495,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ICharacterStyleOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1496,\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/ICharacterStyleOptions.html#run\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1497,\"kind\":1024,\"name\":\"basedOn\",\"url\":\"interfaces/ICharacterStyleOptions.html#basedOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1498,\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/ICharacterStyleOptions.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1499,\"kind\":1024,\"name\":\"link\",\"url\":\"interfaces/ICharacterStyleOptions.html#link\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1500,\"kind\":1024,\"name\":\"uiPriority\",\"url\":\"interfaces/ICharacterStyleOptions.html#uiPriority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1501,\"kind\":1024,\"name\":\"semiHidden\",\"url\":\"interfaces/ICharacterStyleOptions.html#semiHidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1502,\"kind\":1024,\"name\":\"unhideWhenUsed\",\"url\":\"interfaces/ICharacterStyleOptions.html#unhideWhenUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1503,\"kind\":1024,\"name\":\"quickFormat\",\"url\":\"interfaces/ICharacterStyleOptions.html#quickFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ICharacterStyleOptions\"},{\"id\":1504,\"kind\":128,\"name\":\"StyleForCharacter\",\"url\":\"classes/StyleForCharacter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1505,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StyleForCharacter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StyleForCharacter\"},{\"id\":1506,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/StyleForCharacter.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StyleForCharacter\"},{\"id\":1507,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StyleForCharacter.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StyleForCharacter\"},{\"id\":1508,\"kind\":256,\"name\":\"IBaseParagraphStyleOptions\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1509,\"kind\":1024,\"name\":\"paragraph\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#paragraph\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1510,\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#run\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1511,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1512,\"kind\":1024,\"name\":\"basedOn\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#basedOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1513,\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1514,\"kind\":1024,\"name\":\"link\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#link\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1515,\"kind\":1024,\"name\":\"uiPriority\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#uiPriority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1516,\"kind\":1024,\"name\":\"semiHidden\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#semiHidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1517,\"kind\":1024,\"name\":\"unhideWhenUsed\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#unhideWhenUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1518,\"kind\":1024,\"name\":\"quickFormat\",\"url\":\"interfaces/IBaseParagraphStyleOptions.html#quickFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IBaseParagraphStyleOptions\"},{\"id\":1519,\"kind\":256,\"name\":\"IParagraphStyleOptions\",\"url\":\"interfaces/IParagraphStyleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1520,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/IParagraphStyleOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1521,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IParagraphStyleOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1522,\"kind\":1024,\"name\":\"paragraph\",\"url\":\"interfaces/IParagraphStyleOptions.html#paragraph\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1523,\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/IParagraphStyleOptions.html#run\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1524,\"kind\":1024,\"name\":\"basedOn\",\"url\":\"interfaces/IParagraphStyleOptions.html#basedOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1525,\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/IParagraphStyleOptions.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1526,\"kind\":1024,\"name\":\"link\",\"url\":\"interfaces/IParagraphStyleOptions.html#link\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1527,\"kind\":1024,\"name\":\"uiPriority\",\"url\":\"interfaces/IParagraphStyleOptions.html#uiPriority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1528,\"kind\":1024,\"name\":\"semiHidden\",\"url\":\"interfaces/IParagraphStyleOptions.html#semiHidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1529,\"kind\":1024,\"name\":\"unhideWhenUsed\",\"url\":\"interfaces/IParagraphStyleOptions.html#unhideWhenUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1530,\"kind\":1024,\"name\":\"quickFormat\",\"url\":\"interfaces/IParagraphStyleOptions.html#quickFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParagraphStyleOptions\"},{\"id\":1531,\"kind\":128,\"name\":\"StyleForParagraph\",\"url\":\"classes/StyleForParagraph.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1532,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StyleForParagraph.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StyleForParagraph\"},{\"id\":1533,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/StyleForParagraph.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StyleForParagraph\"},{\"id\":1534,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StyleForParagraph.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StyleForParagraph\"},{\"id\":1535,\"kind\":128,\"name\":\"ParagraphPropertiesDefaults\",\"url\":\"classes/ParagraphPropertiesDefaults.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1536,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParagraphPropertiesDefaults.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParagraphPropertiesDefaults\"},{\"id\":1537,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ParagraphPropertiesDefaults.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParagraphPropertiesDefaults\"},{\"id\":1538,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ParagraphPropertiesDefaults.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParagraphPropertiesDefaults\"},{\"id\":1539,\"kind\":128,\"name\":\"RunPropertiesDefaults\",\"url\":\"classes/RunPropertiesDefaults.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1540,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RunPropertiesDefaults.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RunPropertiesDefaults\"},{\"id\":1541,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/RunPropertiesDefaults.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunPropertiesDefaults\"},{\"id\":1542,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/RunPropertiesDefaults.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RunPropertiesDefaults\"},{\"id\":1543,\"kind\":256,\"name\":\"IDocumentDefaultsOptions\",\"url\":\"interfaces/IDocumentDefaultsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1544,\"kind\":1024,\"name\":\"paragraph\",\"url\":\"interfaces/IDocumentDefaultsOptions.html#paragraph\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentDefaultsOptions\"},{\"id\":1545,\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/IDocumentDefaultsOptions.html#run\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentDefaultsOptions\"},{\"id\":1546,\"kind\":128,\"name\":\"DocumentDefaults\",\"url\":\"classes/DocumentDefaults.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1547,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DocumentDefaults.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DocumentDefaults\"},{\"id\":1548,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DocumentDefaults.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentDefaults\"},{\"id\":1549,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/DocumentDefaults.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DocumentDefaults\"},{\"id\":1550,\"kind\":128,\"name\":\"TableOfContents\",\"url\":\"classes/TableOfContents.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1551,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TableOfContents.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TableOfContents\"},{\"id\":1552,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/TableOfContents.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableOfContents\"},{\"id\":1553,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TableOfContents.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TableOfContents\"},{\"id\":1554,\"kind\":128,\"name\":\"StyleLevel\",\"url\":\"classes/StyleLevel.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1555,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StyleLevel.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StyleLevel\"},{\"id\":1556,\"kind\":1024,\"name\":\"styleName\",\"url\":\"classes/StyleLevel.html#styleName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StyleLevel\"},{\"id\":1557,\"kind\":1024,\"name\":\"level\",\"url\":\"classes/StyleLevel.html#level\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StyleLevel\"},{\"id\":1558,\"kind\":256,\"name\":\"ITableOfContentsOptions\",\"url\":\"interfaces/ITableOfContentsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1559,\"kind\":1024,\"name\":\"captionLabel\",\"url\":\"interfaces/ITableOfContentsOptions.html#captionLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1560,\"kind\":1024,\"name\":\"entriesFromBookmark\",\"url\":\"interfaces/ITableOfContentsOptions.html#entriesFromBookmark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1561,\"kind\":1024,\"name\":\"captionLabelIncludingNumbers\",\"url\":\"interfaces/ITableOfContentsOptions.html#captionLabelIncludingNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1562,\"kind\":1024,\"name\":\"sequenceAndPageNumbersSeparator\",\"url\":\"interfaces/ITableOfContentsOptions.html#sequenceAndPageNumbersSeparator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1563,\"kind\":1024,\"name\":\"tcFieldIdentifier\",\"url\":\"interfaces/ITableOfContentsOptions.html#tcFieldIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1564,\"kind\":1024,\"name\":\"hyperlink\",\"url\":\"interfaces/ITableOfContentsOptions.html#hyperlink\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1565,\"kind\":1024,\"name\":\"tcFieldLevelRange\",\"url\":\"interfaces/ITableOfContentsOptions.html#tcFieldLevelRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1566,\"kind\":1024,\"name\":\"pageNumbersEntryLevelsRange\",\"url\":\"interfaces/ITableOfContentsOptions.html#pageNumbersEntryLevelsRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1567,\"kind\":1024,\"name\":\"headingStyleRange\",\"url\":\"interfaces/ITableOfContentsOptions.html#headingStyleRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1568,\"kind\":1024,\"name\":\"entryAndPageNumberSeparator\",\"url\":\"interfaces/ITableOfContentsOptions.html#entryAndPageNumberSeparator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1569,\"kind\":1024,\"name\":\"seqFieldIdentifierForPrefix\",\"url\":\"interfaces/ITableOfContentsOptions.html#seqFieldIdentifierForPrefix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1570,\"kind\":1024,\"name\":\"stylesWithLevels\",\"url\":\"interfaces/ITableOfContentsOptions.html#stylesWithLevels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1571,\"kind\":1024,\"name\":\"useAppliedParagraphOutlineLevel\",\"url\":\"interfaces/ITableOfContentsOptions.html#useAppliedParagraphOutlineLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1572,\"kind\":1024,\"name\":\"preserveTabInEntries\",\"url\":\"interfaces/ITableOfContentsOptions.html#preserveTabInEntries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1573,\"kind\":1024,\"name\":\"preserveNewLineInEntries\",\"url\":\"interfaces/ITableOfContentsOptions.html#preserveNewLineInEntries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1574,\"kind\":1024,\"name\":\"hideTabAndPageNumbersInWebView\",\"url\":\"interfaces/ITableOfContentsOptions.html#hideTabAndPageNumbersInWebView\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ITableOfContentsOptions\"},{\"id\":1575,\"kind\":32,\"name\":\"EMPTY_OBJECT\",\"url\":\"modules.html#EMPTY_OBJECT\",\"classes\":\"tsd-kind-variable\"},{\"id\":1576,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#EMPTY_OBJECT.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"EMPTY_OBJECT\"},{\"id\":1577,\"kind\":128,\"name\":\"XmlComponent\",\"url\":\"classes/XmlComponent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1578,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/XmlComponent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"XmlComponent\"},{\"id\":1579,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/XmlComponent.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"XmlComponent\"},{\"id\":1580,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/XmlComponent.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XmlComponent\"},{\"id\":1581,\"kind\":128,\"name\":\"IgnoreIfEmptyXmlComponent\",\"url\":\"classes/IgnoreIfEmptyXmlComponent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1582,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IgnoreIfEmptyXmlComponent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IgnoreIfEmptyXmlComponent\"},{\"id\":1583,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/IgnoreIfEmptyXmlComponent.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IgnoreIfEmptyXmlComponent\"},{\"id\":1584,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/IgnoreIfEmptyXmlComponent.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IgnoreIfEmptyXmlComponent\"},{\"id\":1585,\"kind\":128,\"name\":\"Attributes\",\"url\":\"classes/Attributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1586,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Attributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Attributes\"},{\"id\":1587,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/Attributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Attributes\"},{\"id\":1588,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Attributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Attributes\"},{\"id\":1589,\"kind\":4194304,\"name\":\"AttributeMap\",\"url\":\"modules.html#AttributeMap\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1590,\"kind\":128,\"name\":\"XmlAttributeComponent\",\"url\":\"classes/XmlAttributeComponent.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1591,\"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\":1592,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/XmlAttributeComponent.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"XmlAttributeComponent\"},{\"id\":1593,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/XmlAttributeComponent.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XmlAttributeComponent\"},{\"id\":1594,\"kind\":64,\"name\":\"convertToXmlComponent\",\"url\":\"modules.html#convertToXmlComponent\",\"classes\":\"tsd-kind-function\"},{\"id\":1595,\"kind\":128,\"name\":\"ImportedXmlComponent\",\"url\":\"classes/ImportedXmlComponent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1596,\"kind\":2048,\"name\":\"fromXmlString\",\"url\":\"classes/ImportedXmlComponent.html#fromXmlString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ImportedXmlComponent\"},{\"id\":1597,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImportedXmlComponent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ImportedXmlComponent\"},{\"id\":1598,\"kind\":2048,\"name\":\"push\",\"url\":\"classes/ImportedXmlComponent.html#push\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImportedXmlComponent\"},{\"id\":1599,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ImportedXmlComponent.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ImportedXmlComponent\"},{\"id\":1600,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ImportedXmlComponent.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ImportedXmlComponent\"},{\"id\":1601,\"kind\":128,\"name\":\"ImportedRootElementAttributes\",\"url\":\"classes/ImportedRootElementAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1602,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImportedRootElementAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ImportedRootElementAttributes\"},{\"id\":1603,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/ImportedRootElementAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ImportedRootElementAttributes\"},{\"id\":1604,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ImportedRootElementAttributes.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ImportedRootElementAttributes\"},{\"id\":1605,\"kind\":256,\"name\":\"IXmlAttribute\",\"url\":\"interfaces/IXmlAttribute.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1606,\"kind\":256,\"name\":\"IXmlableObject\",\"url\":\"interfaces/IXmlableObject.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1607,\"kind\":1024,\"name\":\"_attr\",\"url\":\"interfaces/IXmlableObject.html#_attr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IXmlableObject\"},{\"id\":1608,\"kind\":128,\"name\":\"InitializableXmlComponent\",\"url\":\"classes/InitializableXmlComponent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1609,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InitializableXmlComponent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InitializableXmlComponent\"},{\"id\":1610,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/InitializableXmlComponent.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InitializableXmlComponent\"},{\"id\":1611,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/InitializableXmlComponent.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InitializableXmlComponent\"},{\"id\":1612,\"kind\":128,\"name\":\"OnOffElement\",\"url\":\"classes/OnOffElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1613,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OnOffElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OnOffElement\"},{\"id\":1614,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/OnOffElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OnOffElement\"},{\"id\":1615,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/OnOffElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OnOffElement\"},{\"id\":1616,\"kind\":128,\"name\":\"HpsMeasureElement\",\"url\":\"classes/HpsMeasureElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1617,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HpsMeasureElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HpsMeasureElement\"},{\"id\":1618,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/HpsMeasureElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HpsMeasureElement\"},{\"id\":1619,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/HpsMeasureElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HpsMeasureElement\"},{\"id\":1620,\"kind\":128,\"name\":\"StringValueElement\",\"url\":\"classes/StringValueElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1621,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StringValueElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StringValueElement\"},{\"id\":1622,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/StringValueElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringValueElement\"},{\"id\":1623,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StringValueElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringValueElement\"},{\"id\":1624,\"kind\":128,\"name\":\"NumberValueElement\",\"url\":\"classes/NumberValueElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1625,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NumberValueElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NumberValueElement\"},{\"id\":1626,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/NumberValueElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NumberValueElement\"},{\"id\":1627,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/NumberValueElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NumberValueElement\"},{\"id\":1628,\"kind\":128,\"name\":\"StringContainer\",\"url\":\"classes/StringContainer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1629,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StringContainer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StringContainer\"},{\"id\":1630,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/StringContainer.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringContainer\"},{\"id\":1631,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StringContainer.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringContainer\"},{\"id\":1632,\"kind\":256,\"name\":\"IContext\",\"url\":\"interfaces/IContext.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1633,\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/IContext.html#file\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IContext\"},{\"id\":1634,\"kind\":1024,\"name\":\"viewWrapper\",\"url\":\"interfaces/IContext.html#viewWrapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IContext\"},{\"id\":1635,\"kind\":128,\"name\":\"BaseXmlComponent\",\"url\":\"classes/BaseXmlComponent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1636,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseXmlComponent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseXmlComponent\"},{\"id\":1637,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/BaseXmlComponent.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseXmlComponent\"},{\"id\":1638,\"kind\":256,\"name\":\"IDocumentHeader\",\"url\":\"interfaces/IDocumentHeader.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1639,\"kind\":1024,\"name\":\"header\",\"url\":\"interfaces/IDocumentHeader.html#header\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentHeader\"},{\"id\":1640,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IDocumentHeader.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentHeader\"},{\"id\":1641,\"kind\":128,\"name\":\"HeaderWrapper\",\"url\":\"classes/HeaderWrapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1642,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HeaderWrapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HeaderWrapper\"},{\"id\":1643,\"kind\":2048,\"name\":\"add\",\"url\":\"classes/HeaderWrapper.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HeaderWrapper\"},{\"id\":1644,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/HeaderWrapper.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HeaderWrapper\"},{\"id\":1645,\"kind\":262144,\"name\":\"View\",\"url\":\"classes/HeaderWrapper.html#View\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"HeaderWrapper\"},{\"id\":1646,\"kind\":262144,\"name\":\"Relationships\",\"url\":\"classes/HeaderWrapper.html#Relationships\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"HeaderWrapper\"},{\"id\":1647,\"kind\":262144,\"name\":\"Media\",\"url\":\"classes/HeaderWrapper.html#Media\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"HeaderWrapper\"},{\"id\":1648,\"kind\":256,\"name\":\"IDocumentFooter\",\"url\":\"interfaces/IDocumentFooter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1649,\"kind\":1024,\"name\":\"footer\",\"url\":\"interfaces/IDocumentFooter.html#footer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentFooter\"},{\"id\":1650,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IDocumentFooter.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentFooter\"},{\"id\":1651,\"kind\":128,\"name\":\"FooterWrapper\",\"url\":\"classes/FooterWrapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1652,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FooterWrapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FooterWrapper\"},{\"id\":1653,\"kind\":2048,\"name\":\"add\",\"url\":\"classes/FooterWrapper.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FooterWrapper\"},{\"id\":1654,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/FooterWrapper.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FooterWrapper\"},{\"id\":1655,\"kind\":262144,\"name\":\"View\",\"url\":\"classes/FooterWrapper.html#View\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"FooterWrapper\"},{\"id\":1656,\"kind\":262144,\"name\":\"Relationships\",\"url\":\"classes/FooterWrapper.html#Relationships\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"FooterWrapper\"},{\"id\":1657,\"kind\":262144,\"name\":\"Media\",\"url\":\"classes/FooterWrapper.html#Media\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"FooterWrapper\"},{\"id\":1658,\"kind\":256,\"name\":\"IHeaderOptions\",\"url\":\"interfaces/IHeaderOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1659,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/IHeaderOptions.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IHeaderOptions\"},{\"id\":1660,\"kind\":128,\"name\":\"Header\",\"url\":\"classes/Header.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1661,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Header.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Header\"},{\"id\":1662,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Header.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Header\"},{\"id\":1663,\"kind\":128,\"name\":\"Footer\",\"url\":\"classes/Footer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1664,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Footer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Footer\"},{\"id\":1665,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Footer.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Footer\"},{\"id\":1666,\"kind\":128,\"name\":\"FootNotes\",\"url\":\"classes/FootNotes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1667,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FootNotes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FootNotes\"},{\"id\":1668,\"kind\":2048,\"name\":\"createFootNote\",\"url\":\"classes/FootNotes.html#createFootNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FootNotes\"},{\"id\":1669,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/FootNotes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootNotes\"},{\"id\":1670,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/FootNotes.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootNotes\"},{\"id\":1671,\"kind\":128,\"name\":\"FootNoteReferenceRunAttributes\",\"url\":\"classes/FootNoteReferenceRunAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1672,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FootNoteReferenceRunAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootNoteReferenceRunAttributes\"},{\"id\":1673,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/FootNoteReferenceRunAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootNoteReferenceRunAttributes\"},{\"id\":1674,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/FootNoteReferenceRunAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootNoteReferenceRunAttributes\"},{\"id\":1675,\"kind\":128,\"name\":\"FootnoteReference\",\"url\":\"classes/FootnoteReference.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1676,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FootnoteReference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FootnoteReference\"},{\"id\":1677,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/FootnoteReference.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootnoteReference\"},{\"id\":1678,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/FootnoteReference.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootnoteReference\"},{\"id\":1679,\"kind\":128,\"name\":\"FootnoteReferenceRun\",\"url\":\"classes/FootnoteReferenceRun.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1680,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FootnoteReferenceRun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FootnoteReferenceRun\"},{\"id\":1681,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/FootnoteReferenceRun.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootnoteReferenceRun\"},{\"id\":1682,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/FootnoteReferenceRun.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FootnoteReferenceRun\"},{\"id\":1683,\"kind\":128,\"name\":\"InsertedTextRun\",\"url\":\"classes/InsertedTextRun.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1684,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InsertedTextRun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InsertedTextRun\"},{\"id\":1685,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/InsertedTextRun.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InsertedTextRun\"},{\"id\":1686,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/InsertedTextRun.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InsertedTextRun\"},{\"id\":1687,\"kind\":128,\"name\":\"DeletedTextRun\",\"url\":\"classes/DeletedTextRun.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1688,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DeletedTextRun.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeletedTextRun\"},{\"id\":1689,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/DeletedTextRun.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DeletedTextRun\"},{\"id\":1690,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/DeletedTextRun.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DeletedTextRun\"},{\"id\":1691,\"kind\":8,\"name\":\"HorizontalPositionAlign\",\"url\":\"enums/HorizontalPositionAlign.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1692,\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/HorizontalPositionAlign.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionAlign\"},{\"id\":1693,\"kind\":16,\"name\":\"INSIDE\",\"url\":\"enums/HorizontalPositionAlign.html#INSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionAlign\"},{\"id\":1694,\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/HorizontalPositionAlign.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionAlign\"},{\"id\":1695,\"kind\":16,\"name\":\"OUTSIDE\",\"url\":\"enums/HorizontalPositionAlign.html#OUTSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionAlign\"},{\"id\":1696,\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/HorizontalPositionAlign.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"HorizontalPositionAlign\"},{\"id\":1697,\"kind\":8,\"name\":\"VerticalPositionAlign\",\"url\":\"enums/VerticalPositionAlign.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1698,\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/VerticalPositionAlign.html#BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionAlign\"},{\"id\":1699,\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/VerticalPositionAlign.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionAlign\"},{\"id\":1700,\"kind\":16,\"name\":\"INSIDE\",\"url\":\"enums/VerticalPositionAlign.html#INSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionAlign\"},{\"id\":1701,\"kind\":16,\"name\":\"OUTSIDE\",\"url\":\"enums/VerticalPositionAlign.html#OUTSIDE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionAlign\"},{\"id\":1702,\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/VerticalPositionAlign.html#TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalPositionAlign\"},{\"id\":1703,\"kind\":8,\"name\":\"NumberFormat\",\"url\":\"enums/NumberFormat.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1704,\"kind\":16,\"name\":\"DECIMAL\",\"url\":\"enums/NumberFormat.html#DECIMAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1705,\"kind\":16,\"name\":\"UPPER_ROMAN\",\"url\":\"enums/NumberFormat.html#UPPER_ROMAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1706,\"kind\":16,\"name\":\"LOWER_ROMAN\",\"url\":\"enums/NumberFormat.html#LOWER_ROMAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1707,\"kind\":16,\"name\":\"UPPER_LETTER\",\"url\":\"enums/NumberFormat.html#UPPER_LETTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1708,\"kind\":16,\"name\":\"LOWER_LETTER\",\"url\":\"enums/NumberFormat.html#LOWER_LETTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1709,\"kind\":16,\"name\":\"ORDINAL\",\"url\":\"enums/NumberFormat.html#ORDINAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1710,\"kind\":16,\"name\":\"CARDINAL_TEXT\",\"url\":\"enums/NumberFormat.html#CARDINAL_TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1711,\"kind\":16,\"name\":\"ORDINAL_TEXT\",\"url\":\"enums/NumberFormat.html#ORDINAL_TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1712,\"kind\":16,\"name\":\"HEX\",\"url\":\"enums/NumberFormat.html#HEX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1713,\"kind\":16,\"name\":\"CHICAGO\",\"url\":\"enums/NumberFormat.html#CHICAGO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1714,\"kind\":16,\"name\":\"IDEOGRAPH_DIGITAL\",\"url\":\"enums/NumberFormat.html#IDEOGRAPH_DIGITAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1715,\"kind\":16,\"name\":\"JAPANESE_COUNTING\",\"url\":\"enums/NumberFormat.html#JAPANESE_COUNTING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1716,\"kind\":16,\"name\":\"AIUEO\",\"url\":\"enums/NumberFormat.html#AIUEO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1717,\"kind\":16,\"name\":\"IROHA\",\"url\":\"enums/NumberFormat.html#IROHA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1718,\"kind\":16,\"name\":\"DECIMAL_FULL_WIDTH\",\"url\":\"enums/NumberFormat.html#DECIMAL_FULL_WIDTH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1719,\"kind\":16,\"name\":\"DECIMAL_HALF_WIDTH\",\"url\":\"enums/NumberFormat.html#DECIMAL_HALF_WIDTH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1720,\"kind\":16,\"name\":\"JAPANESE_LEGAL\",\"url\":\"enums/NumberFormat.html#JAPANESE_LEGAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1721,\"kind\":16,\"name\":\"JAPANESE_DIGITAL_TEN_THOUSAND\",\"url\":\"enums/NumberFormat.html#JAPANESE_DIGITAL_TEN_THOUSAND\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1722,\"kind\":16,\"name\":\"DECIMAL_ENCLOSED_CIRCLE\",\"url\":\"enums/NumberFormat.html#DECIMAL_ENCLOSED_CIRCLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1723,\"kind\":16,\"name\":\"DECIMAL_FULL_WIDTH_2\",\"url\":\"enums/NumberFormat.html#DECIMAL_FULL_WIDTH_2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1724,\"kind\":16,\"name\":\"AIUEO_FULL_WIDTH\",\"url\":\"enums/NumberFormat.html#AIUEO_FULL_WIDTH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1725,\"kind\":16,\"name\":\"IROHA_FULL_WIDTH\",\"url\":\"enums/NumberFormat.html#IROHA_FULL_WIDTH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1726,\"kind\":16,\"name\":\"DECIMAL_ZERO\",\"url\":\"enums/NumberFormat.html#DECIMAL_ZERO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1727,\"kind\":16,\"name\":\"BULLET\",\"url\":\"enums/NumberFormat.html#BULLET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1728,\"kind\":16,\"name\":\"GANADA\",\"url\":\"enums/NumberFormat.html#GANADA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1729,\"kind\":16,\"name\":\"CHOSUNG\",\"url\":\"enums/NumberFormat.html#CHOSUNG\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1730,\"kind\":16,\"name\":\"DECIMAL_ENCLOSED_FULL_STOP\",\"url\":\"enums/NumberFormat.html#DECIMAL_ENCLOSED_FULL_STOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1731,\"kind\":16,\"name\":\"DECIMAL_ENCLOSED_PAREN\",\"url\":\"enums/NumberFormat.html#DECIMAL_ENCLOSED_PAREN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1732,\"kind\":16,\"name\":\"DECIMAL_ENCLOSED_CIRCLE_CHINESE\",\"url\":\"enums/NumberFormat.html#DECIMAL_ENCLOSED_CIRCLE_CHINESE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1733,\"kind\":16,\"name\":\"IDEOGRAPH_ENCLOSED_CIRCLE\",\"url\":\"enums/NumberFormat.html#IDEOGRAPH_ENCLOSED_CIRCLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1734,\"kind\":16,\"name\":\"IDEOGRAPH_TRADITIONAL\",\"url\":\"enums/NumberFormat.html#IDEOGRAPH_TRADITIONAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1735,\"kind\":16,\"name\":\"IDEOGRAPH_ZODIAC\",\"url\":\"enums/NumberFormat.html#IDEOGRAPH_ZODIAC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1736,\"kind\":16,\"name\":\"IDEOGRAPH_ZODIAC_TRADITIONAL\",\"url\":\"enums/NumberFormat.html#IDEOGRAPH_ZODIAC_TRADITIONAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1737,\"kind\":16,\"name\":\"TAIWANESE_COUNTING\",\"url\":\"enums/NumberFormat.html#TAIWANESE_COUNTING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1738,\"kind\":16,\"name\":\"IDEOGRAPH_LEGAL_TRADITIONAL\",\"url\":\"enums/NumberFormat.html#IDEOGRAPH_LEGAL_TRADITIONAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1739,\"kind\":16,\"name\":\"TAIWANESE_COUNTING_THOUSAND\",\"url\":\"enums/NumberFormat.html#TAIWANESE_COUNTING_THOUSAND\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1740,\"kind\":16,\"name\":\"TAIWANESE_DIGITAL\",\"url\":\"enums/NumberFormat.html#TAIWANESE_DIGITAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1741,\"kind\":16,\"name\":\"CHINESE_COUNTING\",\"url\":\"enums/NumberFormat.html#CHINESE_COUNTING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1742,\"kind\":16,\"name\":\"CHINESE_LEGAL_SIMPLIFIED\",\"url\":\"enums/NumberFormat.html#CHINESE_LEGAL_SIMPLIFIED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1743,\"kind\":16,\"name\":\"CHINESE_COUNTING_TEN_THOUSAND\",\"url\":\"enums/NumberFormat.html#CHINESE_COUNTING_TEN_THOUSAND\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1744,\"kind\":16,\"name\":\"KOREAN_DIGITAL\",\"url\":\"enums/NumberFormat.html#KOREAN_DIGITAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1745,\"kind\":16,\"name\":\"KOREAN_COUNTING\",\"url\":\"enums/NumberFormat.html#KOREAN_COUNTING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1746,\"kind\":16,\"name\":\"KOREAN_LEGAL\",\"url\":\"enums/NumberFormat.html#KOREAN_LEGAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1747,\"kind\":16,\"name\":\"KOREAN_DIGITAL_2\",\"url\":\"enums/NumberFormat.html#KOREAN_DIGITAL_2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1748,\"kind\":16,\"name\":\"VIETNAMESE_COUNTING\",\"url\":\"enums/NumberFormat.html#VIETNAMESE_COUNTING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1749,\"kind\":16,\"name\":\"RUSSIAN_LOWER\",\"url\":\"enums/NumberFormat.html#RUSSIAN_LOWER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1750,\"kind\":16,\"name\":\"RUSSIAN_UPPER\",\"url\":\"enums/NumberFormat.html#RUSSIAN_UPPER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1751,\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/NumberFormat.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1752,\"kind\":16,\"name\":\"NUMBER_IN_DASH\",\"url\":\"enums/NumberFormat.html#NUMBER_IN_DASH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1753,\"kind\":16,\"name\":\"HEBREW_1\",\"url\":\"enums/NumberFormat.html#HEBREW_1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1754,\"kind\":16,\"name\":\"HEBREW_2\",\"url\":\"enums/NumberFormat.html#HEBREW_2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1755,\"kind\":16,\"name\":\"ARABIC_ALPHA\",\"url\":\"enums/NumberFormat.html#ARABIC_ALPHA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1756,\"kind\":16,\"name\":\"ARABIC_ABJAD\",\"url\":\"enums/NumberFormat.html#ARABIC_ABJAD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1757,\"kind\":16,\"name\":\"HINDI_VOWELS\",\"url\":\"enums/NumberFormat.html#HINDI_VOWELS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1758,\"kind\":16,\"name\":\"HINDI_CONSONANTS\",\"url\":\"enums/NumberFormat.html#HINDI_CONSONANTS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1759,\"kind\":16,\"name\":\"HINDI_NUMBERS\",\"url\":\"enums/NumberFormat.html#HINDI_NUMBERS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1760,\"kind\":16,\"name\":\"HINDI_COUNTING\",\"url\":\"enums/NumberFormat.html#HINDI_COUNTING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1761,\"kind\":16,\"name\":\"THAI_LETTERS\",\"url\":\"enums/NumberFormat.html#THAI_LETTERS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1762,\"kind\":16,\"name\":\"THAI_NUMBERS\",\"url\":\"enums/NumberFormat.html#THAI_NUMBERS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1763,\"kind\":16,\"name\":\"THAI_COUNTING\",\"url\":\"enums/NumberFormat.html#THAI_COUNTING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1764,\"kind\":16,\"name\":\"BAHT_TEXT\",\"url\":\"enums/NumberFormat.html#BAHT_TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1765,\"kind\":16,\"name\":\"DOLLAR_TEXT\",\"url\":\"enums/NumberFormat.html#DOLLAR_TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NumberFormat\"},{\"id\":1766,\"kind\":256,\"name\":\"IBorderOptions\",\"url\":\"interfaces/IBorderOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1767,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/IBorderOptions.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBorderOptions\"},{\"id\":1768,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/IBorderOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBorderOptions\"},{\"id\":1769,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/IBorderOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBorderOptions\"},{\"id\":1770,\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/IBorderOptions.html#space\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IBorderOptions\"},{\"id\":1771,\"kind\":128,\"name\":\"BorderElement\",\"url\":\"classes/BorderElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1772,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BorderElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BorderElement\"},{\"id\":1773,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/BorderElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BorderElement\"},{\"id\":1774,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/BorderElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BorderElement\"},{\"id\":1775,\"kind\":8,\"name\":\"BorderStyle\",\"url\":\"enums/BorderStyle.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1776,\"kind\":16,\"name\":\"SINGLE\",\"url\":\"enums/BorderStyle.html#SINGLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1777,\"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\":1778,\"kind\":16,\"name\":\"DASHED\",\"url\":\"enums/BorderStyle.html#DASHED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1779,\"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\":1780,\"kind\":16,\"name\":\"DOT_DASH\",\"url\":\"enums/BorderStyle.html#DOT_DASH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1781,\"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\":1782,\"kind\":16,\"name\":\"DOTTED\",\"url\":\"enums/BorderStyle.html#DOTTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1783,\"kind\":16,\"name\":\"DOUBLE\",\"url\":\"enums/BorderStyle.html#DOUBLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1784,\"kind\":16,\"name\":\"DOUBLE_WAVE\",\"url\":\"enums/BorderStyle.html#DOUBLE_WAVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1785,\"kind\":16,\"name\":\"INSET\",\"url\":\"enums/BorderStyle.html#INSET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1786,\"kind\":16,\"name\":\"NIL\",\"url\":\"enums/BorderStyle.html#NIL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1787,\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/BorderStyle.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1788,\"kind\":16,\"name\":\"OUTSET\",\"url\":\"enums/BorderStyle.html#OUTSET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1789,\"kind\":16,\"name\":\"THICK\",\"url\":\"enums/BorderStyle.html#THICK\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1790,\"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\":1791,\"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\":1792,\"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\":1793,\"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\":1794,\"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\":1795,\"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\":1796,\"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\":1797,\"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\":1798,\"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\":1799,\"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\":1800,\"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\":1801,\"kind\":16,\"name\":\"TRIPLE\",\"url\":\"enums/BorderStyle.html#TRIPLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1802,\"kind\":16,\"name\":\"WAVE\",\"url\":\"enums/BorderStyle.html#WAVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BorderStyle\"},{\"id\":1803,\"kind\":64,\"name\":\"decimalNumber\",\"url\":\"modules.html#decimalNumber\",\"classes\":\"tsd-kind-function\"},{\"id\":1804,\"kind\":64,\"name\":\"unsignedDecimalNumber\",\"url\":\"modules.html#unsignedDecimalNumber\",\"classes\":\"tsd-kind-function\"},{\"id\":1805,\"kind\":64,\"name\":\"longHexNumber\",\"url\":\"modules.html#longHexNumber\",\"classes\":\"tsd-kind-function\"},{\"id\":1806,\"kind\":64,\"name\":\"shortHexNumber\",\"url\":\"modules.html#shortHexNumber\",\"classes\":\"tsd-kind-function\"},{\"id\":1807,\"kind\":64,\"name\":\"uCharHexNumber\",\"url\":\"modules.html#uCharHexNumber\",\"classes\":\"tsd-kind-function\"},{\"id\":1808,\"kind\":64,\"name\":\"universalMeasureValue\",\"url\":\"modules.html#universalMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1809,\"kind\":64,\"name\":\"positiveUniversalMeasureValue\",\"url\":\"modules.html#positiveUniversalMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1810,\"kind\":64,\"name\":\"hexColorValue\",\"url\":\"modules.html#hexColorValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1811,\"kind\":64,\"name\":\"signedTwipsMeasureValue\",\"url\":\"modules.html#signedTwipsMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1812,\"kind\":64,\"name\":\"hpsMeasureValue\",\"url\":\"modules.html#hpsMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1813,\"kind\":64,\"name\":\"signedHpsMeasureValue\",\"url\":\"modules.html#signedHpsMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1814,\"kind\":64,\"name\":\"twipsMeasureValue\",\"url\":\"modules.html#twipsMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1815,\"kind\":64,\"name\":\"percentageValue\",\"url\":\"modules.html#percentageValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1816,\"kind\":64,\"name\":\"measurementOrPercentValue\",\"url\":\"modules.html#measurementOrPercentValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1817,\"kind\":64,\"name\":\"dateTimeValue\",\"url\":\"modules.html#dateTimeValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1818,\"kind\":64,\"name\":\"eighthPointMeasureValue\",\"url\":\"modules.html#eighthPointMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1819,\"kind\":64,\"name\":\"pointMeasureValue\",\"url\":\"modules.html#pointMeasureValue\",\"classes\":\"tsd-kind-function\"},{\"id\":1820,\"kind\":8,\"name\":\"VerticalAlign\",\"url\":\"enums/VerticalAlign.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1821,\"kind\":16,\"name\":\"BOTH\",\"url\":\"enums/VerticalAlign.html#BOTH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalAlign\"},{\"id\":1822,\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/VerticalAlign.html#BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalAlign\"},{\"id\":1823,\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/VerticalAlign.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalAlign\"},{\"id\":1824,\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/VerticalAlign.html#TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VerticalAlign\"},{\"id\":1825,\"kind\":128,\"name\":\"VerticalAlignAttributes\",\"url\":\"classes/VerticalAlignAttributes.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1826,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VerticalAlignAttributes.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalAlignAttributes\"},{\"id\":1827,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/VerticalAlignAttributes.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalAlignAttributes\"},{\"id\":1828,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/VerticalAlignAttributes.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalAlignAttributes\"},{\"id\":1829,\"kind\":128,\"name\":\"VerticalAlignElement\",\"url\":\"classes/VerticalAlignElement.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1830,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VerticalAlignElement.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VerticalAlignElement\"},{\"id\":1831,\"kind\":2048,\"name\":\"prepForXml\",\"url\":\"classes/VerticalAlignElement.html#prepForXml\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalAlignElement\"},{\"id\":1832,\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/VerticalAlignElement.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VerticalAlignElement\"},{\"id\":1833,\"kind\":128,\"name\":\"Packer\",\"url\":\"classes/Packer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1834,\"kind\":2048,\"name\":\"toBuffer\",\"url\":\"classes/Packer.html#toBuffer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Packer\"},{\"id\":1835,\"kind\":2048,\"name\":\"toBase64String\",\"url\":\"classes/Packer.html#toBase64String\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Packer\"},{\"id\":1836,\"kind\":2048,\"name\":\"toBlob\",\"url\":\"classes/Packer.html#toBlob\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Packer\"},{\"id\":1837,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Packer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Packer\"},{\"id\":1838,\"kind\":256,\"name\":\"IDocumentTemplate\",\"url\":\"interfaces/IDocumentTemplate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1839,\"kind\":1024,\"name\":\"currentRelationshipId\",\"url\":\"interfaces/IDocumentTemplate.html#currentRelationshipId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentTemplate\"},{\"id\":1840,\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/IDocumentTemplate.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentTemplate\"},{\"id\":1841,\"kind\":1024,\"name\":\"footers\",\"url\":\"interfaces/IDocumentTemplate.html#footers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentTemplate\"},{\"id\":1842,\"kind\":1024,\"name\":\"styles\",\"url\":\"interfaces/IDocumentTemplate.html#styles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentTemplate\"},{\"id\":1843,\"kind\":1024,\"name\":\"titlePageIsDefined\",\"url\":\"interfaces/IDocumentTemplate.html#titlePageIsDefined\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentTemplate\"},{\"id\":1844,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/IDocumentTemplate.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IDocumentTemplate\"},{\"id\":1845,\"kind\":128,\"name\":\"ImportDotx\",\"url\":\"classes/ImportDotx.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1846,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImportDotx.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImportDotx\"},{\"id\":1847,\"kind\":2048,\"name\":\"extract\",\"url\":\"classes/ImportDotx.html#extract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImportDotx\"},{\"id\":1848,\"kind\":64,\"name\":\"convertMillimetersToTwip\",\"url\":\"modules.html#convertMillimetersToTwip\",\"classes\":\"tsd-kind-function\"},{\"id\":1849,\"kind\":64,\"name\":\"convertInchesToTwip\",\"url\":\"modules.html#convertInchesToTwip\",\"classes\":\"tsd-kind-function\"},{\"id\":1850,\"kind\":64,\"name\":\"uniqueNumericId\",\"url\":\"modules.html#uniqueNumericId\",\"classes\":\"tsd-kind-function\"},{\"id\":1851,\"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.212]],[\"parent/0\",[]],[\"name/1\",[1,24.156]],[\"parent/1\",[0,4.351]],[\"name/2\",[0,47.212]],[\"parent/2\",[0,4.351]],[\"name/3\",[2,56.528]],[\"parent/3\",[0,4.351]],[\"name/4\",[3,71.191]],[\"parent/4\",[0,4.351]],[\"name/5\",[4,50.822]],[\"parent/5\",[0,4.351]],[\"name/6\",[5,52.733]],[\"parent/6\",[0,4.351]],[\"name/7\",[6,71.191]],[\"parent/7\",[0,4.351]],[\"name/8\",[7,62.718]],[\"parent/8\",[0,4.351]],[\"name/9\",[8,62.718]],[\"parent/9\",[0,4.351]],[\"name/10\",[9,71.191]],[\"parent/10\",[0,4.351]],[\"name/11\",[10,71.191]],[\"parent/11\",[0,4.351]],[\"name/12\",[11,71.191]],[\"parent/12\",[0,4.351]],[\"name/13\",[12,56.528]],[\"parent/13\",[0,4.351]],[\"name/14\",[13,71.191]],[\"parent/14\",[0,4.351]],[\"name/15\",[14,52.733]],[\"parent/15\",[]],[\"name/16\",[15,52.733]],[\"parent/16\",[14,4.86]],[\"name/17\",[16,58.198]],[\"parent/17\",[14,4.86]],[\"name/18\",[17,55.097]],[\"parent/18\",[14,4.86]],[\"name/19\",[18,66.083]],[\"parent/19\",[14,4.86]],[\"name/20\",[19,71.191]],[\"parent/20\",[14,4.86]],[\"name/21\",[20,71.191]],[\"parent/21\",[14,4.86]],[\"name/22\",[21,49.219]],[\"parent/22\",[14,4.86]],[\"name/23\",[22,49.219]],[\"parent/23\",[14,4.86]],[\"name/24\",[23,60.205]],[\"parent/24\",[]],[\"name/25\",[1,24.156]],[\"parent/25\",[23,5.548]],[\"name/26\",[24,24.779]],[\"parent/26\",[23,5.548]],[\"name/27\",[25,45.541]],[\"parent/27\",[23,5.548]],[\"name/28\",[26,49.988]],[\"parent/28\",[]],[\"name/29\",[1,24.156]],[\"parent/29\",[26,4.607]],[\"name/30\",[24,24.779]],[\"parent/30\",[26,4.607]],[\"name/31\",[27,26.009]],[\"parent/31\",[26,4.607]],[\"name/32\",[28,58.198]],[\"parent/32\",[]],[\"name/33\",[29,51.732]],[\"parent/33\",[28,5.363]],[\"name/34\",[30,51.732]],[\"parent/34\",[28,5.363]],[\"name/35\",[21,49.219]],[\"parent/35\",[28,5.363]],[\"name/36\",[22,49.219]],[\"parent/36\",[28,5.363]],[\"name/37\",[31,50.822]],[\"parent/37\",[]],[\"name/38\",[1,24.156]],[\"parent/38\",[31,4.684]],[\"name/39\",[24,24.779]],[\"parent/39\",[31,4.684]],[\"name/40\",[27,26.009]],[\"parent/40\",[31,4.684]],[\"name/41\",[32,53.845]],[\"parent/41\",[]],[\"name/42\",[1,24.156]],[\"parent/42\",[32,4.962]],[\"name/43\",[24,24.779]],[\"parent/43\",[32,4.962]],[\"name/44\",[27,26.009]],[\"parent/44\",[32,4.962]],[\"name/45\",[33,55.097]],[\"parent/45\",[]],[\"name/46\",[15,52.733]],[\"parent/46\",[33,5.077]],[\"name/47\",[16,58.198]],[\"parent/47\",[33,5.077]],[\"name/48\",[21,49.219]],[\"parent/48\",[33,5.077]],[\"name/49\",[22,49.219]],[\"parent/49\",[33,5.077]],[\"name/50\",[34,71.191]],[\"parent/50\",[33,5.077]],[\"name/51\",[35,71.191]],[\"parent/51\",[33,5.077]],[\"name/52\",[36,51.732]],[\"parent/52\",[]],[\"name/53\",[1,24.156]],[\"parent/53\",[36,4.767]],[\"name/54\",[24,24.779]],[\"parent/54\",[36,4.767]],[\"name/55\",[27,26.009]],[\"parent/55\",[36,4.767]],[\"name/56\",[37,60.205]],[\"parent/56\",[]],[\"name/57\",[1,24.156]],[\"parent/57\",[37,5.548]],[\"name/58\",[24,24.779]],[\"parent/58\",[37,5.548]],[\"name/59\",[27,26.009]],[\"parent/59\",[37,5.548]],[\"name/60\",[38,60.205]],[\"parent/60\",[]],[\"name/61\",[1,24.156]],[\"parent/61\",[38,5.548]],[\"name/62\",[24,24.779]],[\"parent/62\",[38,5.548]],[\"name/63\",[27,26.009]],[\"parent/63\",[38,5.548]],[\"name/64\",[39,56.528]],[\"parent/64\",[]],[\"name/65\",[1,24.156]],[\"parent/65\",[39,5.209]],[\"name/66\",[24,24.779]],[\"parent/66\",[39,5.209]],[\"name/67\",[27,26.009]],[\"parent/67\",[39,5.209]],[\"name/68\",[40,60.205]],[\"parent/68\",[]],[\"name/69\",[41,71.191]],[\"parent/69\",[40,5.548]],[\"name/70\",[42,71.191]],[\"parent/70\",[40,5.548]],[\"name/71\",[43,60.205]],[\"parent/71\",[40,5.548]],[\"name/72\",[44,55.097]],[\"parent/72\",[]],[\"name/73\",[45,71.191]],[\"parent/73\",[44,5.077]],[\"name/74\",[46,71.191]],[\"parent/74\",[44,5.077]],[\"name/75\",[47,66.083]],[\"parent/75\",[44,5.077]],[\"name/76\",[48,71.191]],[\"parent/76\",[44,5.077]],[\"name/77\",[49,71.191]],[\"parent/77\",[44,5.077]],[\"name/78\",[50,71.191]],[\"parent/78\",[44,5.077]],[\"name/79\",[51,53.845]],[\"parent/79\",[]],[\"name/80\",[1,24.156]],[\"parent/80\",[51,4.962]],[\"name/81\",[24,24.779]],[\"parent/81\",[51,4.962]],[\"name/82\",[27,26.009]],[\"parent/82\",[51,4.962]],[\"name/83\",[52,53.845]],[\"parent/83\",[]],[\"name/84\",[53,71.191]],[\"parent/84\",[52,4.962]],[\"name/85\",[54,71.191]],[\"parent/85\",[52,4.962]],[\"name/86\",[55,71.191]],[\"parent/86\",[52,4.962]],[\"name/87\",[56,71.191]],[\"parent/87\",[52,4.962]],[\"name/88\",[57,71.191]],[\"parent/88\",[52,4.962]],[\"name/89\",[58,71.191]],[\"parent/89\",[52,4.962]],[\"name/90\",[59,71.191]],[\"parent/90\",[52,4.962]],[\"name/91\",[60,45.041]],[\"parent/91\",[]],[\"name/92\",[1,24.156]],[\"parent/92\",[60,4.151]],[\"name/93\",[24,24.779]],[\"parent/93\",[60,4.151]],[\"name/94\",[27,26.009]],[\"parent/94\",[60,4.151]],[\"name/95\",[61,60.205]],[\"parent/95\",[]],[\"name/96\",[1,24.156]],[\"parent/96\",[61,5.548]],[\"name/97\",[24,24.779]],[\"parent/97\",[61,5.548]],[\"name/98\",[27,26.009]],[\"parent/98\",[61,5.548]],[\"name/99\",[62,51.732]],[\"parent/99\",[]],[\"name/100\",[21,49.219]],[\"parent/100\",[62,4.767]],[\"name/101\",[22,49.219]],[\"parent/101\",[62,4.767]],[\"name/102\",[17,55.097]],[\"parent/102\",[62,4.767]],[\"name/103\",[63,71.191]],[\"parent/103\",[62,4.767]],[\"name/104\",[64,66.083]],[\"parent/104\",[62,4.767]],[\"name/105\",[65,62.718]],[\"parent/105\",[62,4.767]],[\"name/106\",[16,58.198]],[\"parent/106\",[62,4.767]],[\"name/107\",[66,66.083]],[\"parent/107\",[62,4.767]],[\"name/108\",[15,52.733]],[\"parent/108\",[62,4.767]],[\"name/109\",[67,56.528]],[\"parent/109\",[]],[\"name/110\",[68,66.083]],[\"parent/110\",[67,5.209]],[\"name/111\",[69,66.083]],[\"parent/111\",[67,5.209]],[\"name/112\",[70,71.191]],[\"parent/112\",[67,5.209]],[\"name/113\",[71,53.845]],[\"parent/113\",[67,5.209]],[\"name/114\",[72,71.191]],[\"parent/114\",[67,5.209]],[\"name/115\",[73,66.083]],[\"parent/115\",[]],[\"name/116\",[74,71.191]],[\"parent/116\",[73,6.09]],[\"name/117\",[75,60.205]],[\"parent/117\",[]],[\"name/118\",[1,24.156]],[\"parent/118\",[75,5.548]],[\"name/119\",[24,24.779]],[\"parent/119\",[75,5.548]],[\"name/120\",[25,45.541]],[\"parent/120\",[75,5.548]],[\"name/121\",[76,60.205]],[\"parent/121\",[]],[\"name/122\",[1,24.156]],[\"parent/122\",[76,5.548]],[\"name/123\",[24,24.779]],[\"parent/123\",[76,5.548]],[\"name/124\",[27,26.009]],[\"parent/124\",[76,5.548]],[\"name/125\",[77,60.205]],[\"parent/125\",[]],[\"name/126\",[1,24.156]],[\"parent/126\",[77,5.548]],[\"name/127\",[24,24.779]],[\"parent/127\",[77,5.548]],[\"name/128\",[27,26.009]],[\"parent/128\",[77,5.548]],[\"name/129\",[78,71.191]],[\"parent/129\",[]],[\"name/130\",[79,42.104]],[\"parent/130\",[]],[\"name/131\",[80,55.097]],[\"parent/131\",[79,3.88]],[\"name/132\",[81,46.068]],[\"parent/132\",[79,3.88]],[\"name/133\",[31,50.822]],[\"parent/133\",[79,3.88]],[\"name/134\",[82,66.083]],[\"parent/134\",[79,3.88]],[\"name/135\",[83,66.083]],[\"parent/135\",[79,3.88]],[\"name/136\",[39,56.528]],[\"parent/136\",[79,3.88]],[\"name/137\",[84,66.083]],[\"parent/137\",[79,3.88]],[\"name/138\",[60,45.041]],[\"parent/138\",[79,3.88]],[\"name/139\",[85,60.205]],[\"parent/139\",[79,3.88]],[\"name/140\",[86,37.989]],[\"parent/140\",[79,3.88]],[\"name/141\",[87,49.988]],[\"parent/141\",[88,5.363]],[\"name/142\",[89,49.219]],[\"parent/142\",[79,3.88]],[\"name/143\",[90,66.083]],[\"parent/143\",[79,3.88]],[\"name/144\",[91,66.083]],[\"parent/144\",[79,3.88]],[\"name/145\",[92,66.083]],[\"parent/145\",[79,3.88]],[\"name/146\",[4,50.822]],[\"parent/146\",[79,3.88]],[\"name/147\",[86,37.989]],[\"parent/147\",[79,3.88]],[\"name/148\",[93,58.198]],[\"parent/148\",[88,5.363]],[\"name/149\",[87,49.988]],[\"parent/149\",[88,5.363]],[\"name/150\",[94,58.198]],[\"parent/150\",[88,5.363]],[\"name/151\",[95,62.718]],[\"parent/151\",[88,5.363]],[\"name/152\",[26,49.988]],[\"parent/152\",[79,3.88]],[\"name/153\",[32,53.845]],[\"parent/153\",[79,3.88]],[\"name/154\",[96,60.205]],[\"parent/154\",[79,3.88]],[\"name/155\",[97,60.205]],[\"parent/155\",[79,3.88]],[\"name/156\",[98,60.205]],[\"parent/156\",[79,3.88]],[\"name/157\",[36,51.732]],[\"parent/157\",[79,3.88]],[\"name/158\",[51,53.845]],[\"parent/158\",[79,3.88]],[\"name/159\",[99,60.205]],[\"parent/159\",[79,3.88]],[\"name/160\",[100,60.205]],[\"parent/160\",[79,3.88]],[\"name/161\",[101,52.733]],[\"parent/161\",[79,3.88]],[\"name/162\",[102,51.732]],[\"parent/162\",[]],[\"name/163\",[1,24.156]],[\"parent/163\",[102,4.767]],[\"name/164\",[24,24.779]],[\"parent/164\",[102,4.767]],[\"name/165\",[103,71.191]],[\"parent/165\",[102,4.767]],[\"name/166\",[27,26.009]],[\"parent/166\",[102,4.767]],[\"name/167\",[104,50.822]],[\"parent/167\",[]],[\"name/168\",[26,49.988]],[\"parent/168\",[104,4.684]],[\"name/169\",[32,53.845]],[\"parent/169\",[104,4.684]],[\"name/170\",[96,60.205]],[\"parent/170\",[104,4.684]],[\"name/171\",[97,60.205]],[\"parent/171\",[104,4.684]],[\"name/172\",[98,60.205]],[\"parent/172\",[104,4.684]],[\"name/173\",[36,51.732]],[\"parent/173\",[104,4.684]],[\"name/174\",[51,53.845]],[\"parent/174\",[104,4.684]],[\"name/175\",[99,60.205]],[\"parent/175\",[104,4.684]],[\"name/176\",[100,60.205]],[\"parent/176\",[104,4.684]],[\"name/177\",[101,52.733]],[\"parent/177\",[104,4.684]],[\"name/178\",[105,49.219]],[\"parent/178\",[]],[\"name/179\",[4,50.822]],[\"parent/179\",[105,4.536]],[\"name/180\",[86,37.989]],[\"parent/180\",[105,4.536]],[\"name/181\",[93,58.198]],[\"parent/181\",[106,5.548]],[\"name/182\",[87,49.988]],[\"parent/182\",[106,5.548]],[\"name/183\",[94,58.198]],[\"parent/183\",[106,5.548]],[\"name/184\",[95,62.718]],[\"parent/184\",[106,5.548]],[\"name/185\",[26,49.988]],[\"parent/185\",[105,4.536]],[\"name/186\",[32,53.845]],[\"parent/186\",[105,4.536]],[\"name/187\",[96,60.205]],[\"parent/187\",[105,4.536]],[\"name/188\",[97,60.205]],[\"parent/188\",[105,4.536]],[\"name/189\",[98,60.205]],[\"parent/189\",[105,4.536]],[\"name/190\",[36,51.732]],[\"parent/190\",[105,4.536]],[\"name/191\",[51,53.845]],[\"parent/191\",[105,4.536]],[\"name/192\",[99,60.205]],[\"parent/192\",[105,4.536]],[\"name/193\",[100,60.205]],[\"parent/193\",[105,4.536]],[\"name/194\",[101,52.733]],[\"parent/194\",[105,4.536]],[\"name/195\",[107,42.859]],[\"parent/195\",[]],[\"name/196\",[31,50.822]],[\"parent/196\",[107,3.95]],[\"name/197\",[82,66.083]],[\"parent/197\",[107,3.95]],[\"name/198\",[83,66.083]],[\"parent/198\",[107,3.95]],[\"name/199\",[39,56.528]],[\"parent/199\",[107,3.95]],[\"name/200\",[84,66.083]],[\"parent/200\",[107,3.95]],[\"name/201\",[60,45.041]],[\"parent/201\",[107,3.95]],[\"name/202\",[85,60.205]],[\"parent/202\",[107,3.95]],[\"name/203\",[86,37.989]],[\"parent/203\",[107,3.95]],[\"name/204\",[87,49.988]],[\"parent/204\",[108,5.363]],[\"name/205\",[89,49.219]],[\"parent/205\",[107,3.95]],[\"name/206\",[90,66.083]],[\"parent/206\",[107,3.95]],[\"name/207\",[91,66.083]],[\"parent/207\",[107,3.95]],[\"name/208\",[92,66.083]],[\"parent/208\",[107,3.95]],[\"name/209\",[4,50.822]],[\"parent/209\",[107,3.95]],[\"name/210\",[86,37.989]],[\"parent/210\",[107,3.95]],[\"name/211\",[93,58.198]],[\"parent/211\",[108,5.363]],[\"name/212\",[87,49.988]],[\"parent/212\",[108,5.363]],[\"name/213\",[94,58.198]],[\"parent/213\",[108,5.363]],[\"name/214\",[95,62.718]],[\"parent/214\",[108,5.363]],[\"name/215\",[26,49.988]],[\"parent/215\",[107,3.95]],[\"name/216\",[32,53.845]],[\"parent/216\",[107,3.95]],[\"name/217\",[96,60.205]],[\"parent/217\",[107,3.95]],[\"name/218\",[97,60.205]],[\"parent/218\",[107,3.95]],[\"name/219\",[98,60.205]],[\"parent/219\",[107,3.95]],[\"name/220\",[36,51.732]],[\"parent/220\",[107,3.95]],[\"name/221\",[51,53.845]],[\"parent/221\",[107,3.95]],[\"name/222\",[99,60.205]],[\"parent/222\",[107,3.95]],[\"name/223\",[100,60.205]],[\"parent/223\",[107,3.95]],[\"name/224\",[101,52.733]],[\"parent/224\",[107,3.95]],[\"name/225\",[109,58.198]],[\"parent/225\",[]],[\"name/226\",[1,24.156]],[\"parent/226\",[109,5.363]],[\"name/227\",[110,60.205]],[\"parent/227\",[109,5.363]],[\"name/228\",[24,24.779]],[\"parent/228\",[109,5.363]],[\"name/229\",[27,26.009]],[\"parent/229\",[109,5.363]],[\"name/230\",[111,40.433]],[\"parent/230\",[]],[\"name/231\",[81,46.068]],[\"parent/231\",[111,3.726]],[\"name/232\",[112,66.083]],[\"parent/232\",[111,3.726]],[\"name/233\",[80,55.097]],[\"parent/233\",[111,3.726]],[\"name/234\",[60,45.041]],[\"parent/234\",[111,3.726]],[\"name/235\",[113,58.198]],[\"parent/235\",[111,3.726]],[\"name/236\",[114,58.198]],[\"parent/236\",[111,3.726]],[\"name/237\",[115,58.198]],[\"parent/237\",[111,3.726]],[\"name/238\",[116,58.198]],[\"parent/238\",[111,3.726]],[\"name/239\",[117,52.733]],[\"parent/239\",[111,3.726]],[\"name/240\",[86,37.989]],[\"parent/240\",[111,3.726]],[\"name/241\",[118,45.541]],[\"parent/241\",[119,5.78]],[\"name/242\",[120,43.676]],[\"parent/242\",[119,5.78]],[\"name/243\",[121,52.733]],[\"parent/243\",[111,3.726]],[\"name/244\",[86,37.989]],[\"parent/244\",[111,3.726]],[\"name/245\",[120,43.676]],[\"parent/245\",[119,5.78]],[\"name/246\",[118,45.541]],[\"parent/246\",[111,3.726]],[\"name/247\",[122,48.504]],[\"parent/247\",[111,3.726]],[\"name/248\",[123,58.198]],[\"parent/248\",[111,3.726]],[\"name/249\",[124,58.198]],[\"parent/249\",[111,3.726]],[\"name/250\",[125,58.198]],[\"parent/250\",[111,3.726]],[\"name/251\",[126,58.198]],[\"parent/251\",[111,3.726]],[\"name/252\",[127,58.198]],[\"parent/252\",[111,3.726]],[\"name/253\",[128,58.198]],[\"parent/253\",[111,3.726]],[\"name/254\",[129,52.733]],[\"parent/254\",[111,3.726]],[\"name/255\",[130,52.733]],[\"parent/255\",[111,3.726]],[\"name/256\",[131,58.198]],[\"parent/256\",[111,3.726]],[\"name/257\",[132,58.198]],[\"parent/257\",[111,3.726]],[\"name/258\",[133,58.198]],[\"parent/258\",[111,3.726]],[\"name/259\",[134,58.198]],[\"parent/259\",[111,3.726]],[\"name/260\",[89,49.219]],[\"parent/260\",[111,3.726]],[\"name/261\",[135,58.198]],[\"parent/261\",[111,3.726]],[\"name/262\",[136,58.198]],[\"parent/262\",[111,3.726]],[\"name/263\",[137,58.198]],[\"parent/263\",[111,3.726]],[\"name/264\",[31,50.822]],[\"parent/264\",[111,3.726]],[\"name/265\",[138,60.205]],[\"parent/265\",[]],[\"name/266\",[139,71.191]],[\"parent/266\",[138,5.548]],[\"name/267\",[140,71.191]],[\"parent/267\",[138,5.548]],[\"name/268\",[141,71.191]],[\"parent/268\",[138,5.548]],[\"name/269\",[142,51.732]],[\"parent/269\",[]],[\"name/270\",[1,24.156]],[\"parent/270\",[142,4.767]],[\"name/271\",[24,24.779]],[\"parent/271\",[142,4.767]],[\"name/272\",[27,26.009]],[\"parent/272\",[142,4.767]],[\"name/273\",[143,41.747]],[\"parent/273\",[]],[\"name/274\",[113,58.198]],[\"parent/274\",[143,3.847]],[\"name/275\",[114,58.198]],[\"parent/275\",[143,3.847]],[\"name/276\",[115,58.198]],[\"parent/276\",[143,3.847]],[\"name/277\",[116,58.198]],[\"parent/277\",[143,3.847]],[\"name/278\",[117,52.733]],[\"parent/278\",[143,3.847]],[\"name/279\",[86,37.989]],[\"parent/279\",[143,3.847]],[\"name/280\",[118,45.541]],[\"parent/280\",[144,5.78]],[\"name/281\",[120,43.676]],[\"parent/281\",[144,5.78]],[\"name/282\",[121,52.733]],[\"parent/282\",[143,3.847]],[\"name/283\",[86,37.989]],[\"parent/283\",[143,3.847]],[\"name/284\",[120,43.676]],[\"parent/284\",[144,5.78]],[\"name/285\",[118,45.541]],[\"parent/285\",[143,3.847]],[\"name/286\",[122,48.504]],[\"parent/286\",[143,3.847]],[\"name/287\",[123,58.198]],[\"parent/287\",[143,3.847]],[\"name/288\",[124,58.198]],[\"parent/288\",[143,3.847]],[\"name/289\",[125,58.198]],[\"parent/289\",[143,3.847]],[\"name/290\",[126,58.198]],[\"parent/290\",[143,3.847]],[\"name/291\",[127,58.198]],[\"parent/291\",[143,3.847]],[\"name/292\",[128,58.198]],[\"parent/292\",[143,3.847]],[\"name/293\",[129,52.733]],[\"parent/293\",[143,3.847]],[\"name/294\",[130,52.733]],[\"parent/294\",[143,3.847]],[\"name/295\",[131,58.198]],[\"parent/295\",[143,3.847]],[\"name/296\",[132,58.198]],[\"parent/296\",[143,3.847]],[\"name/297\",[133,58.198]],[\"parent/297\",[143,3.847]],[\"name/298\",[134,58.198]],[\"parent/298\",[143,3.847]],[\"name/299\",[89,49.219]],[\"parent/299\",[143,3.847]],[\"name/300\",[135,58.198]],[\"parent/300\",[143,3.847]],[\"name/301\",[136,58.198]],[\"parent/301\",[143,3.847]],[\"name/302\",[137,58.198]],[\"parent/302\",[143,3.847]],[\"name/303\",[31,50.822]],[\"parent/303\",[143,3.847]],[\"name/304\",[145,41.402]],[\"parent/304\",[]],[\"name/305\",[60,45.041]],[\"parent/305\",[145,3.815]],[\"name/306\",[113,58.198]],[\"parent/306\",[145,3.815]],[\"name/307\",[114,58.198]],[\"parent/307\",[145,3.815]],[\"name/308\",[115,58.198]],[\"parent/308\",[145,3.815]],[\"name/309\",[116,58.198]],[\"parent/309\",[145,3.815]],[\"name/310\",[117,52.733]],[\"parent/310\",[145,3.815]],[\"name/311\",[86,37.989]],[\"parent/311\",[145,3.815]],[\"name/312\",[118,45.541]],[\"parent/312\",[146,5.78]],[\"name/313\",[120,43.676]],[\"parent/313\",[146,5.78]],[\"name/314\",[121,52.733]],[\"parent/314\",[145,3.815]],[\"name/315\",[86,37.989]],[\"parent/315\",[145,3.815]],[\"name/316\",[120,43.676]],[\"parent/316\",[146,5.78]],[\"name/317\",[118,45.541]],[\"parent/317\",[145,3.815]],[\"name/318\",[122,48.504]],[\"parent/318\",[145,3.815]],[\"name/319\",[123,58.198]],[\"parent/319\",[145,3.815]],[\"name/320\",[124,58.198]],[\"parent/320\",[145,3.815]],[\"name/321\",[125,58.198]],[\"parent/321\",[145,3.815]],[\"name/322\",[126,58.198]],[\"parent/322\",[145,3.815]],[\"name/323\",[127,58.198]],[\"parent/323\",[145,3.815]],[\"name/324\",[128,58.198]],[\"parent/324\",[145,3.815]],[\"name/325\",[129,52.733]],[\"parent/325\",[145,3.815]],[\"name/326\",[130,52.733]],[\"parent/326\",[145,3.815]],[\"name/327\",[131,58.198]],[\"parent/327\",[145,3.815]],[\"name/328\",[132,58.198]],[\"parent/328\",[145,3.815]],[\"name/329\",[133,58.198]],[\"parent/329\",[145,3.815]],[\"name/330\",[134,58.198]],[\"parent/330\",[145,3.815]],[\"name/331\",[89,49.219]],[\"parent/331\",[145,3.815]],[\"name/332\",[135,58.198]],[\"parent/332\",[145,3.815]],[\"name/333\",[136,58.198]],[\"parent/333\",[145,3.815]],[\"name/334\",[137,58.198]],[\"parent/334\",[145,3.815]],[\"name/335\",[31,50.822]],[\"parent/335\",[145,3.815]],[\"name/336\",[147,40.433]],[\"parent/336\",[]],[\"name/337\",[60,45.041]],[\"parent/337\",[147,3.726]],[\"name/338\",[113,58.198]],[\"parent/338\",[147,3.726]],[\"name/339\",[114,58.198]],[\"parent/339\",[147,3.726]],[\"name/340\",[115,58.198]],[\"parent/340\",[147,3.726]],[\"name/341\",[116,58.198]],[\"parent/341\",[147,3.726]],[\"name/342\",[117,52.733]],[\"parent/342\",[147,3.726]],[\"name/343\",[86,37.989]],[\"parent/343\",[147,3.726]],[\"name/344\",[118,45.541]],[\"parent/344\",[148,5.78]],[\"name/345\",[120,43.676]],[\"parent/345\",[148,5.78]],[\"name/346\",[121,52.733]],[\"parent/346\",[147,3.726]],[\"name/347\",[86,37.989]],[\"parent/347\",[147,3.726]],[\"name/348\",[120,43.676]],[\"parent/348\",[148,5.78]],[\"name/349\",[118,45.541]],[\"parent/349\",[147,3.726]],[\"name/350\",[122,48.504]],[\"parent/350\",[147,3.726]],[\"name/351\",[123,58.198]],[\"parent/351\",[147,3.726]],[\"name/352\",[124,58.198]],[\"parent/352\",[147,3.726]],[\"name/353\",[125,58.198]],[\"parent/353\",[147,3.726]],[\"name/354\",[126,58.198]],[\"parent/354\",[147,3.726]],[\"name/355\",[127,58.198]],[\"parent/355\",[147,3.726]],[\"name/356\",[128,58.198]],[\"parent/356\",[147,3.726]],[\"name/357\",[129,52.733]],[\"parent/357\",[147,3.726]],[\"name/358\",[130,52.733]],[\"parent/358\",[147,3.726]],[\"name/359\",[131,58.198]],[\"parent/359\",[147,3.726]],[\"name/360\",[132,58.198]],[\"parent/360\",[147,3.726]],[\"name/361\",[133,58.198]],[\"parent/361\",[147,3.726]],[\"name/362\",[134,58.198]],[\"parent/362\",[147,3.726]],[\"name/363\",[89,49.219]],[\"parent/363\",[147,3.726]],[\"name/364\",[135,58.198]],[\"parent/364\",[147,3.726]],[\"name/365\",[136,58.198]],[\"parent/365\",[147,3.726]],[\"name/366\",[137,58.198]],[\"parent/366\",[147,3.726]],[\"name/367\",[31,50.822]],[\"parent/367\",[147,3.726]],[\"name/368\",[149,58.198]],[\"parent/368\",[147,3.726]],[\"name/369\",[150,71.191]],[\"parent/369\",[147,3.726]],[\"name/370\",[151,71.191]],[\"parent/370\",[147,3.726]],[\"name/371\",[152,58.198]],[\"parent/371\",[]],[\"name/372\",[1,24.156]],[\"parent/372\",[152,5.363]],[\"name/373\",[110,60.205]],[\"parent/373\",[152,5.363]],[\"name/374\",[24,24.779]],[\"parent/374\",[152,5.363]],[\"name/375\",[27,26.009]],[\"parent/375\",[152,5.363]],[\"name/376\",[153,60.205]],[\"parent/376\",[]],[\"name/377\",[1,24.156]],[\"parent/377\",[153,5.548]],[\"name/378\",[24,24.779]],[\"parent/378\",[153,5.548]],[\"name/379\",[27,26.009]],[\"parent/379\",[153,5.548]],[\"name/380\",[154,60.205]],[\"parent/380\",[]],[\"name/381\",[1,24.156]],[\"parent/381\",[154,5.548]],[\"name/382\",[24,24.779]],[\"parent/382\",[154,5.548]],[\"name/383\",[27,26.009]],[\"parent/383\",[154,5.548]],[\"name/384\",[155,39.836]],[\"parent/384\",[]],[\"name/385\",[156,71.191]],[\"parent/385\",[155,3.671]],[\"name/386\",[157,71.191]],[\"parent/386\",[155,3.671]],[\"name/387\",[81,46.068]],[\"parent/387\",[155,3.671]],[\"name/388\",[112,66.083]],[\"parent/388\",[155,3.671]],[\"name/389\",[80,55.097]],[\"parent/389\",[155,3.671]],[\"name/390\",[60,45.041]],[\"parent/390\",[155,3.671]],[\"name/391\",[113,58.198]],[\"parent/391\",[155,3.671]],[\"name/392\",[114,58.198]],[\"parent/392\",[155,3.671]],[\"name/393\",[115,58.198]],[\"parent/393\",[155,3.671]],[\"name/394\",[116,58.198]],[\"parent/394\",[155,3.671]],[\"name/395\",[117,52.733]],[\"parent/395\",[155,3.671]],[\"name/396\",[86,37.989]],[\"parent/396\",[155,3.671]],[\"name/397\",[118,45.541]],[\"parent/397\",[158,5.78]],[\"name/398\",[120,43.676]],[\"parent/398\",[158,5.78]],[\"name/399\",[121,52.733]],[\"parent/399\",[155,3.671]],[\"name/400\",[86,37.989]],[\"parent/400\",[155,3.671]],[\"name/401\",[120,43.676]],[\"parent/401\",[158,5.78]],[\"name/402\",[118,45.541]],[\"parent/402\",[155,3.671]],[\"name/403\",[122,48.504]],[\"parent/403\",[155,3.671]],[\"name/404\",[123,58.198]],[\"parent/404\",[155,3.671]],[\"name/405\",[124,58.198]],[\"parent/405\",[155,3.671]],[\"name/406\",[125,58.198]],[\"parent/406\",[155,3.671]],[\"name/407\",[126,58.198]],[\"parent/407\",[155,3.671]],[\"name/408\",[127,58.198]],[\"parent/408\",[155,3.671]],[\"name/409\",[128,58.198]],[\"parent/409\",[155,3.671]],[\"name/410\",[129,52.733]],[\"parent/410\",[155,3.671]],[\"name/411\",[130,52.733]],[\"parent/411\",[155,3.671]],[\"name/412\",[131,58.198]],[\"parent/412\",[155,3.671]],[\"name/413\",[132,58.198]],[\"parent/413\",[155,3.671]],[\"name/414\",[133,58.198]],[\"parent/414\",[155,3.671]],[\"name/415\",[134,58.198]],[\"parent/415\",[155,3.671]],[\"name/416\",[89,49.219]],[\"parent/416\",[155,3.671]],[\"name/417\",[135,58.198]],[\"parent/417\",[155,3.671]],[\"name/418\",[136,58.198]],[\"parent/418\",[155,3.671]],[\"name/419\",[137,58.198]],[\"parent/419\",[155,3.671]],[\"name/420\",[31,50.822]],[\"parent/420\",[155,3.671]],[\"name/421\",[159,60.205]],[\"parent/421\",[]],[\"name/422\",[1,24.156]],[\"parent/422\",[159,5.548]],[\"name/423\",[24,24.779]],[\"parent/423\",[159,5.548]],[\"name/424\",[27,26.009]],[\"parent/424\",[159,5.548]],[\"name/425\",[160,60.205]],[\"parent/425\",[]],[\"name/426\",[161,71.191]],[\"parent/426\",[160,5.548]],[\"name/427\",[162,66.083]],[\"parent/427\",[160,5.548]],[\"name/428\",[163,66.083]],[\"parent/428\",[160,5.548]],[\"name/429\",[164,60.205]],[\"parent/429\",[]],[\"name/430\",[1,24.156]],[\"parent/430\",[164,5.548]],[\"name/431\",[24,24.779]],[\"parent/431\",[164,5.548]],[\"name/432\",[27,26.009]],[\"parent/432\",[164,5.548]],[\"name/433\",[165,56.528]],[\"parent/433\",[]],[\"name/434\",[166,71.191]],[\"parent/434\",[165,5.209]],[\"name/435\",[167,71.191]],[\"parent/435\",[165,5.209]],[\"name/436\",[168,71.191]],[\"parent/436\",[165,5.209]],[\"name/437\",[169,71.191]],[\"parent/437\",[165,5.209]],[\"name/438\",[170,71.191]],[\"parent/438\",[165,5.209]],[\"name/439\",[171,60.205]],[\"parent/439\",[]],[\"name/440\",[1,24.156]],[\"parent/440\",[171,5.548]],[\"name/441\",[24,24.779]],[\"parent/441\",[171,5.548]],[\"name/442\",[27,26.009]],[\"parent/442\",[171,5.548]],[\"name/443\",[172,60.205]],[\"parent/443\",[]],[\"name/444\",[1,24.156]],[\"parent/444\",[172,5.548]],[\"name/445\",[24,24.779]],[\"parent/445\",[172,5.548]],[\"name/446\",[27,26.009]],[\"parent/446\",[172,5.548]],[\"name/447\",[173,46.068]],[\"parent/447\",[]],[\"name/448\",[174,66.083]],[\"parent/448\",[173,4.245]],[\"name/449\",[175,71.191]],[\"parent/449\",[173,4.245]],[\"name/450\",[176,66.083]],[\"parent/450\",[173,4.245]],[\"name/451\",[177,66.083]],[\"parent/451\",[173,4.245]],[\"name/452\",[178,66.083]],[\"parent/452\",[173,4.245]],[\"name/453\",[179,71.191]],[\"parent/453\",[173,4.245]],[\"name/454\",[180,71.191]],[\"parent/454\",[173,4.245]],[\"name/455\",[181,71.191]],[\"parent/455\",[173,4.245]],[\"name/456\",[182,71.191]],[\"parent/456\",[173,4.245]],[\"name/457\",[183,71.191]],[\"parent/457\",[173,4.245]],[\"name/458\",[184,71.191]],[\"parent/458\",[173,4.245]],[\"name/459\",[185,71.191]],[\"parent/459\",[173,4.245]],[\"name/460\",[186,71.191]],[\"parent/460\",[173,4.245]],[\"name/461\",[187,71.191]],[\"parent/461\",[173,4.245]],[\"name/462\",[188,66.083]],[\"parent/462\",[173,4.245]],[\"name/463\",[189,71.191]],[\"parent/463\",[173,4.245]],[\"name/464\",[190,71.191]],[\"parent/464\",[173,4.245]],[\"name/465\",[117,52.733]],[\"parent/465\",[]],[\"name/466\",[1,24.156]],[\"parent/466\",[117,4.86]],[\"name/467\",[24,24.779]],[\"parent/467\",[117,4.86]],[\"name/468\",[27,26.009]],[\"parent/468\",[117,4.86]],[\"name/469\",[191,66.083]],[\"parent/469\",[]],[\"name/470\",[68,66.083]],[\"parent/470\",[191,6.09]],[\"name/471\",[192,62.718]],[\"parent/471\",[]],[\"name/472\",[24,24.779]],[\"parent/472\",[192,5.78]],[\"name/473\",[27,26.009]],[\"parent/473\",[192,5.78]],[\"name/474\",[121,52.733]],[\"parent/474\",[]],[\"name/475\",[1,24.156]],[\"parent/475\",[121,4.86]],[\"name/476\",[24,24.779]],[\"parent/476\",[121,4.86]],[\"name/477\",[27,26.009]],[\"parent/477\",[121,4.86]],[\"name/478\",[193,60.205]],[\"parent/478\",[]],[\"name/479\",[1,24.156]],[\"parent/479\",[193,5.548]],[\"name/480\",[24,24.779]],[\"parent/480\",[193,5.548]],[\"name/481\",[27,26.009]],[\"parent/481\",[193,5.548]],[\"name/482\",[194,58.198]],[\"parent/482\",[]],[\"name/483\",[1,24.156]],[\"parent/483\",[194,5.363]],[\"name/484\",[24,24.779]],[\"parent/484\",[194,5.363]],[\"name/485\",[27,26.009]],[\"parent/485\",[194,5.363]],[\"name/486\",[195,60.205]],[\"parent/486\",[]],[\"name/487\",[1,24.156]],[\"parent/487\",[195,5.548]],[\"name/488\",[24,24.779]],[\"parent/488\",[195,5.548]],[\"name/489\",[27,26.009]],[\"parent/489\",[195,5.548]],[\"name/490\",[196,60.205]],[\"parent/490\",[]],[\"name/491\",[1,24.156]],[\"parent/491\",[196,5.548]],[\"name/492\",[24,24.779]],[\"parent/492\",[196,5.548]],[\"name/493\",[27,26.009]],[\"parent/493\",[196,5.548]],[\"name/494\",[197,62.718]],[\"parent/494\",[]],[\"name/495\",[198,71.191]],[\"parent/495\",[197,5.78]],[\"name/496\",[199,71.191]],[\"parent/496\",[197,5.78]],[\"name/497\",[200,58.198]],[\"parent/497\",[]],[\"name/498\",[1,24.156]],[\"parent/498\",[200,5.363]],[\"name/499\",[201,66.083]],[\"parent/499\",[200,5.363]],[\"name/500\",[24,24.779]],[\"parent/500\",[200,5.363]],[\"name/501\",[27,26.009]],[\"parent/501\",[200,5.363]],[\"name/502\",[202,58.198]],[\"parent/502\",[]],[\"name/503\",[1,24.156]],[\"parent/503\",[202,5.363]],[\"name/504\",[201,66.083]],[\"parent/504\",[202,5.363]],[\"name/505\",[24,24.779]],[\"parent/505\",[202,5.363]],[\"name/506\",[27,26.009]],[\"parent/506\",[202,5.363]],[\"name/507\",[203,60.205]],[\"parent/507\",[]],[\"name/508\",[1,24.156]],[\"parent/508\",[203,5.548]],[\"name/509\",[204,60.205]],[\"parent/509\",[203,5.548]],[\"name/510\",[86,37.989]],[\"parent/510\",[203,5.548]],[\"name/511\",[81,46.068]],[\"parent/511\",[205,6.09]],[\"name/512\",[206,58.198]],[\"parent/512\",[205,6.09]],[\"name/513\",[207,58.198]],[\"parent/513\",[]],[\"name/514\",[1,24.156]],[\"parent/514\",[207,5.363]],[\"name/515\",[15,52.733]],[\"parent/515\",[207,5.363]],[\"name/516\",[81,46.068]],[\"parent/516\",[207,5.363]],[\"name/517\",[16,58.198]],[\"parent/517\",[207,5.363]],[\"name/518\",[208,60.205]],[\"parent/518\",[]],[\"name/519\",[1,24.156]],[\"parent/519\",[208,5.548]],[\"name/520\",[24,24.779]],[\"parent/520\",[208,5.548]],[\"name/521\",[27,26.009]],[\"parent/521\",[208,5.548]],[\"name/522\",[209,60.205]],[\"parent/522\",[]],[\"name/523\",[1,24.156]],[\"parent/523\",[209,5.548]],[\"name/524\",[24,24.779]],[\"parent/524\",[209,5.548]],[\"name/525\",[27,26.009]],[\"parent/525\",[209,5.548]],[\"name/526\",[101,52.733]],[\"parent/526\",[]],[\"name/527\",[1,24.156]],[\"parent/527\",[101,4.86]],[\"name/528\",[87,49.988]],[\"parent/528\",[101,4.86]],[\"name/529\",[24,24.779]],[\"parent/529\",[101,4.86]],[\"name/530\",[27,26.009]],[\"parent/530\",[101,4.86]],[\"name/531\",[210,60.205]],[\"parent/531\",[]],[\"name/532\",[1,24.156]],[\"parent/532\",[210,5.548]],[\"name/533\",[24,24.779]],[\"parent/533\",[210,5.548]],[\"name/534\",[27,26.009]],[\"parent/534\",[210,5.548]],[\"name/535\",[211,66.083]],[\"parent/535\",[]],[\"name/536\",[81,46.068]],[\"parent/536\",[211,6.09]],[\"name/537\",[212,60.205]],[\"parent/537\",[]],[\"name/538\",[1,24.156]],[\"parent/538\",[212,5.548]],[\"name/539\",[24,24.779]],[\"parent/539\",[212,5.548]],[\"name/540\",[27,26.009]],[\"parent/540\",[212,5.548]],[\"name/541\",[213,60.205]],[\"parent/541\",[]],[\"name/542\",[1,24.156]],[\"parent/542\",[213,5.548]],[\"name/543\",[24,24.779]],[\"parent/543\",[213,5.548]],[\"name/544\",[27,26.009]],[\"parent/544\",[213,5.548]],[\"name/545\",[214,62.718]],[\"parent/545\",[]],[\"name/546\",[215,71.191]],[\"parent/546\",[214,5.78]],[\"name/547\",[216,71.191]],[\"parent/547\",[214,5.78]],[\"name/548\",[217,60.205]],[\"parent/548\",[]],[\"name/549\",[1,24.156]],[\"parent/549\",[217,5.548]],[\"name/550\",[24,24.779]],[\"parent/550\",[217,5.548]],[\"name/551\",[27,26.009]],[\"parent/551\",[217,5.548]],[\"name/552\",[218,60.205]],[\"parent/552\",[]],[\"name/553\",[1,24.156]],[\"parent/553\",[218,5.548]],[\"name/554\",[24,24.779]],[\"parent/554\",[218,5.548]],[\"name/555\",[27,26.009]],[\"parent/555\",[218,5.548]],[\"name/556\",[219,60.205]],[\"parent/556\",[]],[\"name/557\",[1,24.156]],[\"parent/557\",[219,5.548]],[\"name/558\",[24,24.779]],[\"parent/558\",[219,5.548]],[\"name/559\",[27,26.009]],[\"parent/559\",[219,5.548]],[\"name/560\",[220,60.205]],[\"parent/560\",[]],[\"name/561\",[1,24.156]],[\"parent/561\",[220,5.548]],[\"name/562\",[24,24.779]],[\"parent/562\",[220,5.548]],[\"name/563\",[27,26.009]],[\"parent/563\",[220,5.548]],[\"name/564\",[221,60.205]],[\"parent/564\",[]],[\"name/565\",[1,24.156]],[\"parent/565\",[221,5.548]],[\"name/566\",[24,24.779]],[\"parent/566\",[221,5.548]],[\"name/567\",[27,26.009]],[\"parent/567\",[221,5.548]],[\"name/568\",[222,60.205]],[\"parent/568\",[]],[\"name/569\",[1,24.156]],[\"parent/569\",[222,5.548]],[\"name/570\",[24,24.779]],[\"parent/570\",[222,5.548]],[\"name/571\",[27,26.009]],[\"parent/571\",[222,5.548]],[\"name/572\",[223,60.205]],[\"parent/572\",[]],[\"name/573\",[1,24.156]],[\"parent/573\",[223,5.548]],[\"name/574\",[24,24.779]],[\"parent/574\",[223,5.548]],[\"name/575\",[27,26.009]],[\"parent/575\",[223,5.548]],[\"name/576\",[224,60.205]],[\"parent/576\",[]],[\"name/577\",[1,24.156]],[\"parent/577\",[224,5.548]],[\"name/578\",[24,24.779]],[\"parent/578\",[224,5.548]],[\"name/579\",[27,26.009]],[\"parent/579\",[224,5.548]],[\"name/580\",[225,60.205]],[\"parent/580\",[]],[\"name/581\",[81,46.068]],[\"parent/581\",[225,5.548]],[\"name/582\",[129,52.733]],[\"parent/582\",[225,5.548]],[\"name/583\",[130,52.733]],[\"parent/583\",[225,5.548]],[\"name/584\",[226,60.205]],[\"parent/584\",[]],[\"name/585\",[1,24.156]],[\"parent/585\",[226,5.548]],[\"name/586\",[24,24.779]],[\"parent/586\",[226,5.548]],[\"name/587\",[27,26.009]],[\"parent/587\",[226,5.548]],[\"name/588\",[227,60.205]],[\"parent/588\",[]],[\"name/589\",[1,24.156]],[\"parent/589\",[227,5.548]],[\"name/590\",[24,24.779]],[\"parent/590\",[227,5.548]],[\"name/591\",[27,26.009]],[\"parent/591\",[227,5.548]],[\"name/592\",[228,62.718]],[\"parent/592\",[]],[\"name/593\",[81,46.068]],[\"parent/593\",[228,5.78]],[\"name/594\",[130,52.733]],[\"parent/594\",[228,5.78]],[\"name/595\",[229,60.205]],[\"parent/595\",[]],[\"name/596\",[1,24.156]],[\"parent/596\",[229,5.548]],[\"name/597\",[24,24.779]],[\"parent/597\",[229,5.548]],[\"name/598\",[27,26.009]],[\"parent/598\",[229,5.548]],[\"name/599\",[230,60.205]],[\"parent/599\",[]],[\"name/600\",[1,24.156]],[\"parent/600\",[230,5.548]],[\"name/601\",[24,24.779]],[\"parent/601\",[230,5.548]],[\"name/602\",[27,26.009]],[\"parent/602\",[230,5.548]],[\"name/603\",[231,62.718]],[\"parent/603\",[]],[\"name/604\",[81,46.068]],[\"parent/604\",[231,5.78]],[\"name/605\",[129,52.733]],[\"parent/605\",[231,5.78]],[\"name/606\",[232,60.205]],[\"parent/606\",[]],[\"name/607\",[1,24.156]],[\"parent/607\",[232,5.548]],[\"name/608\",[24,24.779]],[\"parent/608\",[232,5.548]],[\"name/609\",[27,26.009]],[\"parent/609\",[232,5.548]],[\"name/610\",[233,60.205]],[\"parent/610\",[]],[\"name/611\",[1,24.156]],[\"parent/611\",[233,5.548]],[\"name/612\",[24,24.779]],[\"parent/612\",[233,5.548]],[\"name/613\",[27,26.009]],[\"parent/613\",[233,5.548]],[\"name/614\",[234,60.205]],[\"parent/614\",[]],[\"name/615\",[81,46.068]],[\"parent/615\",[234,5.548]],[\"name/616\",[129,52.733]],[\"parent/616\",[234,5.548]],[\"name/617\",[130,52.733]],[\"parent/617\",[234,5.548]],[\"name/618\",[235,60.205]],[\"parent/618\",[]],[\"name/619\",[1,24.156]],[\"parent/619\",[235,5.548]],[\"name/620\",[24,24.779]],[\"parent/620\",[235,5.548]],[\"name/621\",[27,26.009]],[\"parent/621\",[235,5.548]],[\"name/622\",[236,60.205]],[\"parent/622\",[]],[\"name/623\",[1,24.156]],[\"parent/623\",[236,5.548]],[\"name/624\",[24,24.779]],[\"parent/624\",[236,5.548]],[\"name/625\",[27,26.009]],[\"parent/625\",[236,5.548]],[\"name/626\",[237,60.205]],[\"parent/626\",[]],[\"name/627\",[81,46.068]],[\"parent/627\",[237,5.548]],[\"name/628\",[129,52.733]],[\"parent/628\",[237,5.548]],[\"name/629\",[130,52.733]],[\"parent/629\",[237,5.548]],[\"name/630\",[238,60.205]],[\"parent/630\",[]],[\"name/631\",[1,24.156]],[\"parent/631\",[238,5.548]],[\"name/632\",[24,24.779]],[\"parent/632\",[238,5.548]],[\"name/633\",[27,26.009]],[\"parent/633\",[238,5.548]],[\"name/634\",[239,60.205]],[\"parent/634\",[]],[\"name/635\",[1,24.156]],[\"parent/635\",[239,5.548]],[\"name/636\",[24,24.779]],[\"parent/636\",[239,5.548]],[\"name/637\",[27,26.009]],[\"parent/637\",[239,5.548]],[\"name/638\",[240,71.191]],[\"parent/638\",[]],[\"name/639\",[241,60.205]],[\"parent/639\",[]],[\"name/640\",[1,24.156]],[\"parent/640\",[241,5.548]],[\"name/641\",[24,24.779]],[\"parent/641\",[241,5.548]],[\"name/642\",[27,26.009]],[\"parent/642\",[241,5.548]],[\"name/643\",[242,62.718]],[\"parent/643\",[]],[\"name/644\",[81,46.068]],[\"parent/644\",[242,5.78]],[\"name/645\",[243,71.191]],[\"parent/645\",[242,5.78]],[\"name/646\",[244,60.205]],[\"parent/646\",[]],[\"name/647\",[1,24.156]],[\"parent/647\",[244,5.548]],[\"name/648\",[24,24.779]],[\"parent/648\",[244,5.548]],[\"name/649\",[27,26.009]],[\"parent/649\",[244,5.548]],[\"name/650\",[245,60.205]],[\"parent/650\",[]],[\"name/651\",[1,24.156]],[\"parent/651\",[245,5.548]],[\"name/652\",[24,24.779]],[\"parent/652\",[245,5.548]],[\"name/653\",[27,26.009]],[\"parent/653\",[245,5.548]],[\"name/654\",[246,62.718]],[\"parent/654\",[]],[\"name/655\",[81,46.068]],[\"parent/655\",[246,5.78]],[\"name/656\",[247,58.198]],[\"parent/656\",[246,5.78]],[\"name/657\",[248,60.205]],[\"parent/657\",[]],[\"name/658\",[1,24.156]],[\"parent/658\",[248,5.548]],[\"name/659\",[24,24.779]],[\"parent/659\",[248,5.548]],[\"name/660\",[27,26.009]],[\"parent/660\",[248,5.548]],[\"name/661\",[249,60.205]],[\"parent/661\",[]],[\"name/662\",[1,24.156]],[\"parent/662\",[249,5.548]],[\"name/663\",[24,24.779]],[\"parent/663\",[249,5.548]],[\"name/664\",[27,26.009]],[\"parent/664\",[249,5.548]],[\"name/665\",[250,60.205]],[\"parent/665\",[]],[\"name/666\",[1,24.156]],[\"parent/666\",[250,5.548]],[\"name/667\",[24,24.779]],[\"parent/667\",[250,5.548]],[\"name/668\",[27,26.009]],[\"parent/668\",[250,5.548]],[\"name/669\",[251,60.205]],[\"parent/669\",[]],[\"name/670\",[1,24.156]],[\"parent/670\",[251,5.548]],[\"name/671\",[24,24.779]],[\"parent/671\",[251,5.548]],[\"name/672\",[27,26.009]],[\"parent/672\",[251,5.548]],[\"name/673\",[252,60.205]],[\"parent/673\",[]],[\"name/674\",[1,24.156]],[\"parent/674\",[252,5.548]],[\"name/675\",[24,24.779]],[\"parent/675\",[252,5.548]],[\"name/676\",[27,26.009]],[\"parent/676\",[252,5.548]],[\"name/677\",[253,60.205]],[\"parent/677\",[]],[\"name/678\",[1,24.156]],[\"parent/678\",[253,5.548]],[\"name/679\",[24,24.779]],[\"parent/679\",[253,5.548]],[\"name/680\",[27,26.009]],[\"parent/680\",[253,5.548]],[\"name/681\",[254,60.205]],[\"parent/681\",[]],[\"name/682\",[1,24.156]],[\"parent/682\",[254,5.548]],[\"name/683\",[24,24.779]],[\"parent/683\",[254,5.548]],[\"name/684\",[27,26.009]],[\"parent/684\",[254,5.548]],[\"name/685\",[255,60.205]],[\"parent/685\",[]],[\"name/686\",[71,53.845]],[\"parent/686\",[255,5.548]],[\"name/687\",[256,71.191]],[\"parent/687\",[255,5.548]],[\"name/688\",[257,56.528]],[\"parent/688\",[255,5.548]],[\"name/689\",[258,60.205]],[\"parent/689\",[]],[\"name/690\",[257,56.528]],[\"parent/690\",[258,5.548]],[\"name/691\",[259,56.528]],[\"parent/691\",[258,5.548]],[\"name/692\",[80,55.097]],[\"parent/692\",[258,5.548]],[\"name/693\",[260,55.097]],[\"parent/693\",[]],[\"name/694\",[261,71.191]],[\"parent/694\",[260,5.077]],[\"name/695\",[43,60.205]],[\"parent/695\",[260,5.077]],[\"name/696\",[71,53.845]],[\"parent/696\",[260,5.077]],[\"name/697\",[262,71.191]],[\"parent/697\",[260,5.077]],[\"name/698\",[263,71.191]],[\"parent/698\",[260,5.077]],[\"name/699\",[264,66.083]],[\"parent/699\",[260,5.077]],[\"name/700\",[265,47.212]],[\"parent/700\",[]],[\"name/701\",[266,71.191]],[\"parent/701\",[265,4.351]],[\"name/702\",[267,71.191]],[\"parent/702\",[265,4.351]],[\"name/703\",[268,53.845]],[\"parent/703\",[265,4.351]],[\"name/704\",[269,56.528]],[\"parent/704\",[265,4.351]],[\"name/705\",[270,71.191]],[\"parent/705\",[265,4.351]],[\"name/706\",[86,37.989]],[\"parent/706\",[265,4.351]],[\"name/707\",[271,60.205]],[\"parent/707\",[272,4.962]],[\"name/708\",[273,60.205]],[\"parent/708\",[272,4.962]],[\"name/709\",[274,66.083]],[\"parent/709\",[265,4.351]],[\"name/710\",[275,66.083]],[\"parent/710\",[265,4.351]],[\"name/711\",[276,71.191]],[\"parent/711\",[265,4.351]],[\"name/712\",[86,37.989]],[\"parent/712\",[265,4.351]],[\"name/713\",[277,60.205]],[\"parent/713\",[272,4.962]],[\"name/714\",[278,60.205]],[\"parent/714\",[272,4.962]],[\"name/715\",[279,58.198]],[\"parent/715\",[265,4.351]],[\"name/716\",[86,37.989]],[\"parent/716\",[265,4.351]],[\"name/717\",[277,60.205]],[\"parent/717\",[272,4.962]],[\"name/718\",[278,60.205]],[\"parent/718\",[272,4.962]],[\"name/719\",[280,62.718]],[\"parent/719\",[265,4.351]],[\"name/720\",[26,49.988]],[\"parent/720\",[265,4.351]],[\"name/721\",[86,37.989]],[\"parent/721\",[265,4.351]],[\"name/722\",[271,60.205]],[\"parent/722\",[272,4.962]],[\"name/723\",[273,60.205]],[\"parent/723\",[272,4.962]],[\"name/724\",[281,60.205]],[\"parent/724\",[]],[\"name/725\",[1,24.156]],[\"parent/725\",[281,5.548]],[\"name/726\",[24,24.779]],[\"parent/726\",[281,5.548]],[\"name/727\",[25,45.541]],[\"parent/727\",[281,5.548]],[\"name/728\",[282,60.205]],[\"parent/728\",[]],[\"name/729\",[1,24.156]],[\"parent/729\",[282,5.548]],[\"name/730\",[24,24.779]],[\"parent/730\",[282,5.548]],[\"name/731\",[27,26.009]],[\"parent/731\",[282,5.548]],[\"name/732\",[283,49.988]],[\"parent/732\",[]],[\"name/733\",[284,71.191]],[\"parent/733\",[283,4.607]],[\"name/734\",[268,53.845]],[\"parent/734\",[283,4.607]],[\"name/735\",[285,71.191]],[\"parent/735\",[283,4.607]],[\"name/736\",[286,60.205]],[\"parent/736\",[283,4.607]],[\"name/737\",[36,51.732]],[\"parent/737\",[283,4.607]],[\"name/738\",[287,66.083]],[\"parent/738\",[283,4.607]],[\"name/739\",[288,66.083]],[\"parent/739\",[283,4.607]],[\"name/740\",[60,45.041]],[\"parent/740\",[283,4.607]],[\"name/741\",[289,60.205]],[\"parent/741\",[283,4.607]],[\"name/742\",[26,49.988]],[\"parent/742\",[283,4.607]],[\"name/743\",[290,66.083]],[\"parent/743\",[283,4.607]],[\"name/744\",[291,60.205]],[\"parent/744\",[]],[\"name/745\",[1,24.156]],[\"parent/745\",[291,5.548]],[\"name/746\",[24,24.779]],[\"parent/746\",[291,5.548]],[\"name/747\",[27,26.009]],[\"parent/747\",[291,5.548]],[\"name/748\",[292,50.822]],[\"parent/748\",[]],[\"name/749\",[81,46.068]],[\"parent/749\",[292,4.684]],[\"name/750\",[89,49.219]],[\"parent/750\",[292,4.684]],[\"name/751\",[286,60.205]],[\"parent/751\",[292,4.684]],[\"name/752\",[293,55.097]],[\"parent/752\",[292,4.684]],[\"name/753\",[294,56.528]],[\"parent/753\",[292,4.684]],[\"name/754\",[295,58.198]],[\"parent/754\",[292,4.684]],[\"name/755\",[268,53.845]],[\"parent/755\",[292,4.684]],[\"name/756\",[296,71.191]],[\"parent/756\",[292,4.684]],[\"name/757\",[297,71.191]],[\"parent/757\",[292,4.684]],[\"name/758\",[289,60.205]],[\"parent/758\",[292,4.684]],[\"name/759\",[298,58.198]],[\"parent/759\",[]],[\"name/760\",[1,24.156]],[\"parent/760\",[298,5.363]],[\"name/761\",[204,60.205]],[\"parent/761\",[298,5.363]],[\"name/762\",[24,24.779]],[\"parent/762\",[298,5.363]],[\"name/763\",[27,26.009]],[\"parent/763\",[298,5.363]],[\"name/764\",[299,55.097]],[\"parent/764\",[]],[\"name/765\",[29,51.732]],[\"parent/765\",[299,5.077]],[\"name/766\",[15,52.733]],[\"parent/766\",[299,5.077]],[\"name/767\",[21,49.219]],[\"parent/767\",[299,5.077]],[\"name/768\",[30,51.732]],[\"parent/768\",[299,5.077]],[\"name/769\",[16,58.198]],[\"parent/769\",[299,5.077]],[\"name/770\",[22,49.219]],[\"parent/770\",[299,5.077]],[\"name/771\",[300,60.205]],[\"parent/771\",[]],[\"name/772\",[1,24.156]],[\"parent/772\",[300,5.548]],[\"name/773\",[24,24.779]],[\"parent/773\",[300,5.548]],[\"name/774\",[27,26.009]],[\"parent/774\",[300,5.548]],[\"name/775\",[301,60.205]],[\"parent/775\",[]],[\"name/776\",[1,24.156]],[\"parent/776\",[301,5.548]],[\"name/777\",[24,24.779]],[\"parent/777\",[301,5.548]],[\"name/778\",[27,26.009]],[\"parent/778\",[301,5.548]],[\"name/779\",[302,62.718]],[\"parent/779\",[]],[\"name/780\",[303,71.191]],[\"parent/780\",[302,5.78]],[\"name/781\",[304,66.083]],[\"parent/781\",[302,5.78]],[\"name/782\",[295,58.198]],[\"parent/782\",[]],[\"name/783\",[1,24.156]],[\"parent/783\",[295,5.363]],[\"name/784\",[24,24.779]],[\"parent/784\",[295,5.363]],[\"name/785\",[27,26.009]],[\"parent/785\",[295,5.363]],[\"name/786\",[294,56.528]],[\"parent/786\",[]],[\"name/787\",[305,71.191]],[\"parent/787\",[294,5.209]],[\"name/788\",[306,66.083]],[\"parent/788\",[294,5.209]],[\"name/789\",[307,66.083]],[\"parent/789\",[294,5.209]],[\"name/790\",[308,60.205]],[\"parent/790\",[]],[\"name/791\",[1,24.156]],[\"parent/791\",[308,5.548]],[\"name/792\",[24,24.779]],[\"parent/792\",[308,5.548]],[\"name/793\",[27,26.009]],[\"parent/793\",[308,5.548]],[\"name/794\",[309,50.822]],[\"parent/794\",[]],[\"name/795\",[268,53.845]],[\"parent/795\",[309,4.684]],[\"name/796\",[36,51.732]],[\"parent/796\",[309,4.684]],[\"name/797\",[288,66.083]],[\"parent/797\",[309,4.684]],[\"name/798\",[289,60.205]],[\"parent/798\",[309,4.684]],[\"name/799\",[287,66.083]],[\"parent/799\",[309,4.684]],[\"name/800\",[89,49.219]],[\"parent/800\",[309,4.684]],[\"name/801\",[60,45.041]],[\"parent/801\",[309,4.684]],[\"name/802\",[26,49.988]],[\"parent/802\",[309,4.684]],[\"name/803\",[310,71.191]],[\"parent/803\",[309,4.684]],[\"name/804\",[290,66.083]],[\"parent/804\",[309,4.684]],[\"name/805\",[311,60.205]],[\"parent/805\",[]],[\"name/806\",[1,24.156]],[\"parent/806\",[311,5.548]],[\"name/807\",[24,24.779]],[\"parent/807\",[311,5.548]],[\"name/808\",[27,26.009]],[\"parent/808\",[311,5.548]],[\"name/809\",[312,60.205]],[\"parent/809\",[]],[\"name/810\",[257,56.528]],[\"parent/810\",[312,5.548]],[\"name/811\",[259,56.528]],[\"parent/811\",[312,5.548]],[\"name/812\",[80,55.097]],[\"parent/812\",[312,5.548]],[\"name/813\",[313,55.097]],[\"parent/813\",[]],[\"name/814\",[17,55.097]],[\"parent/814\",[313,5.077]],[\"name/815\",[314,60.205]],[\"parent/815\",[313,5.077]],[\"name/816\",[21,49.219]],[\"parent/816\",[313,5.077]],[\"name/817\",[315,60.205]],[\"parent/817\",[313,5.077]],[\"name/818\",[22,49.219]],[\"parent/818\",[313,5.077]],[\"name/819\",[316,53.845]],[\"parent/819\",[]],[\"name/820\",[17,55.097]],[\"parent/820\",[316,4.962]],[\"name/821\",[314,60.205]],[\"parent/821\",[316,4.962]],[\"name/822\",[30,51.732]],[\"parent/822\",[316,4.962]],[\"name/823\",[315,60.205]],[\"parent/823\",[316,4.962]],[\"name/824\",[317,71.191]],[\"parent/824\",[316,4.962]],[\"name/825\",[29,51.732]],[\"parent/825\",[316,4.962]],[\"name/826\",[318,49.988]],[\"parent/826\",[]],[\"name/827\",[319,71.191]],[\"parent/827\",[318,4.607]],[\"name/828\",[320,71.191]],[\"parent/828\",[318,4.607]],[\"name/829\",[313,55.097]],[\"parent/829\",[318,4.607]],[\"name/830\",[321,71.191]],[\"parent/830\",[318,4.607]],[\"name/831\",[322,71.191]],[\"parent/831\",[318,4.607]],[\"name/832\",[316,53.845]],[\"parent/832\",[318,4.607]],[\"name/833\",[323,71.191]],[\"parent/833\",[318,4.607]],[\"name/834\",[324,71.191]],[\"parent/834\",[318,4.607]],[\"name/835\",[325,71.191]],[\"parent/835\",[318,4.607]],[\"name/836\",[326,71.191]],[\"parent/836\",[318,4.607]],[\"name/837\",[327,66.083]],[\"parent/837\",[318,4.607]],[\"name/838\",[328,60.205]],[\"parent/838\",[]],[\"name/839\",[1,24.156]],[\"parent/839\",[328,5.548]],[\"name/840\",[24,24.779]],[\"parent/840\",[328,5.548]],[\"name/841\",[25,45.541]],[\"parent/841\",[328,5.548]],[\"name/842\",[329,60.205]],[\"parent/842\",[]],[\"name/843\",[1,24.156]],[\"parent/843\",[329,5.548]],[\"name/844\",[24,24.779]],[\"parent/844\",[329,5.548]],[\"name/845\",[27,26.009]],[\"parent/845\",[329,5.548]],[\"name/846\",[330,62.718]],[\"parent/846\",[]],[\"name/847\",[331,71.191]],[\"parent/847\",[330,5.78]],[\"name/848\",[332,71.191]],[\"parent/848\",[330,5.78]],[\"name/849\",[333,60.205]],[\"parent/849\",[]],[\"name/850\",[1,24.156]],[\"parent/850\",[333,5.548]],[\"name/851\",[24,24.779]],[\"parent/851\",[333,5.548]],[\"name/852\",[27,26.009]],[\"parent/852\",[333,5.548]],[\"name/853\",[334,55.097]],[\"parent/853\",[]],[\"name/854\",[29,51.732]],[\"parent/854\",[334,5.077]],[\"name/855\",[30,51.732]],[\"parent/855\",[334,5.077]],[\"name/856\",[21,49.219]],[\"parent/856\",[334,5.077]],[\"name/857\",[22,49.219]],[\"parent/857\",[334,5.077]],[\"name/858\",[335,66.083]],[\"parent/858\",[334,5.077]],[\"name/859\",[336,66.083]],[\"parent/859\",[334,5.077]],[\"name/860\",[337,56.528]],[\"parent/860\",[]],[\"name/861\",[71,53.845]],[\"parent/861\",[337,5.209]],[\"name/862\",[86,37.989]],[\"parent/862\",[337,5.209]],[\"name/863\",[29,51.732]],[\"parent/863\",[338,4.607]],[\"name/864\",[86,37.989]],[\"parent/864\",[338,4.607]],[\"name/865\",[60,45.041]],[\"parent/865\",[339,4.245]],[\"name/866\",[122,48.504]],[\"parent/866\",[339,4.245]],[\"name/867\",[118,45.541]],[\"parent/867\",[339,4.245]],[\"name/868\",[30,51.732]],[\"parent/868\",[338,4.607]],[\"name/869\",[86,37.989]],[\"parent/869\",[338,4.607]],[\"name/870\",[60,45.041]],[\"parent/870\",[339,4.245]],[\"name/871\",[122,48.504]],[\"parent/871\",[339,4.245]],[\"name/872\",[118,45.541]],[\"parent/872\",[339,4.245]],[\"name/873\",[21,49.219]],[\"parent/873\",[338,4.607]],[\"name/874\",[86,37.989]],[\"parent/874\",[338,4.607]],[\"name/875\",[60,45.041]],[\"parent/875\",[339,4.245]],[\"name/876\",[122,48.504]],[\"parent/876\",[339,4.245]],[\"name/877\",[118,45.541]],[\"parent/877\",[339,4.245]],[\"name/878\",[22,49.219]],[\"parent/878\",[338,4.607]],[\"name/879\",[86,37.989]],[\"parent/879\",[338,4.607]],[\"name/880\",[60,45.041]],[\"parent/880\",[339,4.245]],[\"name/881\",[122,48.504]],[\"parent/881\",[339,4.245]],[\"name/882\",[118,45.541]],[\"parent/882\",[339,4.245]],[\"name/883\",[335,66.083]],[\"parent/883\",[338,4.607]],[\"name/884\",[86,37.989]],[\"parent/884\",[338,4.607]],[\"name/885\",[60,45.041]],[\"parent/885\",[339,4.245]],[\"name/886\",[122,48.504]],[\"parent/886\",[339,4.245]],[\"name/887\",[118,45.541]],[\"parent/887\",[339,4.245]],[\"name/888\",[336,66.083]],[\"parent/888\",[338,4.607]],[\"name/889\",[86,37.989]],[\"parent/889\",[338,4.607]],[\"name/890\",[60,45.041]],[\"parent/890\",[339,4.245]],[\"name/891\",[122,48.504]],[\"parent/891\",[339,4.245]],[\"name/892\",[118,45.541]],[\"parent/892\",[339,4.245]],[\"name/893\",[1,24.156]],[\"parent/893\",[337,5.209]],[\"name/894\",[24,24.779]],[\"parent/894\",[337,5.209]],[\"name/895\",[27,26.009]],[\"parent/895\",[337,5.209]],[\"name/896\",[340,62.718]],[\"parent/896\",[]],[\"name/897\",[341,71.191]],[\"parent/897\",[340,5.78]],[\"name/898\",[327,66.083]],[\"parent/898\",[340,5.78]],[\"name/899\",[342,60.205]],[\"parent/899\",[]],[\"name/900\",[1,24.156]],[\"parent/900\",[342,5.548]],[\"name/901\",[24,24.779]],[\"parent/901\",[342,5.548]],[\"name/902\",[27,26.009]],[\"parent/902\",[342,5.548]],[\"name/903\",[343,56.528]],[\"parent/903\",[]],[\"name/904\",[81,46.068]],[\"parent/904\",[343,5.209]],[\"name/905\",[344,66.083]],[\"parent/905\",[343,5.209]],[\"name/906\",[345,66.083]],[\"parent/906\",[343,5.209]],[\"name/907\",[269,56.528]],[\"parent/907\",[343,5.209]],[\"name/908\",[86,37.989]],[\"parent/908\",[343,5.209]],[\"name/909\",[346,66.083]],[\"parent/909\",[347,6.09]],[\"name/910\",[280,62.718]],[\"parent/910\",[347,6.09]],[\"name/911\",[348,51.732]],[\"parent/911\",[]],[\"name/912\",[1,24.156]],[\"parent/912\",[348,4.767]],[\"name/913\",[349,71.191]],[\"parent/913\",[348,4.767]],[\"name/914\",[350,71.191]],[\"parent/914\",[348,4.767]],[\"name/915\",[351,71.191]],[\"parent/915\",[348,4.767]],[\"name/916\",[352,71.191]],[\"parent/916\",[348,4.767]],[\"name/917\",[353,71.191]],[\"parent/917\",[348,4.767]],[\"name/918\",[354,71.191]],[\"parent/918\",[348,4.767]],[\"name/919\",[24,24.779]],[\"parent/919\",[348,4.767]],[\"name/920\",[27,26.009]],[\"parent/920\",[348,4.767]],[\"name/921\",[355,58.198]],[\"parent/921\",[]],[\"name/922\",[344,66.083]],[\"parent/922\",[355,5.363]],[\"name/923\",[345,66.083]],[\"parent/923\",[355,5.363]],[\"name/924\",[269,56.528]],[\"parent/924\",[355,5.363]],[\"name/925\",[86,37.989]],[\"parent/925\",[355,5.363]],[\"name/926\",[346,66.083]],[\"parent/926\",[356,6.09]],[\"name/927\",[280,62.718]],[\"parent/927\",[356,6.09]],[\"name/928\",[357,60.205]],[\"parent/928\",[]],[\"name/929\",[1,24.156]],[\"parent/929\",[357,5.548]],[\"name/930\",[24,24.779]],[\"parent/930\",[357,5.548]],[\"name/931\",[27,26.009]],[\"parent/931\",[357,5.548]],[\"name/932\",[358,60.205]],[\"parent/932\",[]],[\"name/933\",[43,60.205]],[\"parent/933\",[358,5.548]],[\"name/934\",[359,71.191]],[\"parent/934\",[358,5.548]],[\"name/935\",[360,71.191]],[\"parent/935\",[358,5.548]],[\"name/936\",[361,60.205]],[\"parent/936\",[]],[\"name/937\",[1,24.156]],[\"parent/937\",[361,5.548]],[\"name/938\",[24,24.779]],[\"parent/938\",[361,5.548]],[\"name/939\",[25,45.541]],[\"parent/939\",[361,5.548]],[\"name/940\",[362,60.205]],[\"parent/940\",[]],[\"name/941\",[1,24.156]],[\"parent/941\",[362,5.548]],[\"name/942\",[24,24.779]],[\"parent/942\",[362,5.548]],[\"name/943\",[27,26.009]],[\"parent/943\",[362,5.548]],[\"name/944\",[363,58.198]],[\"parent/944\",[]],[\"name/945\",[43,60.205]],[\"parent/945\",[363,5.363]],[\"name/946\",[364,71.191]],[\"parent/946\",[363,5.363]],[\"name/947\",[365,62.718]],[\"parent/947\",[363,5.363]],[\"name/948\",[366,71.191]],[\"parent/948\",[363,5.363]],[\"name/949\",[367,62.718]],[\"parent/949\",[]],[\"name/950\",[122,48.504]],[\"parent/950\",[367,5.78]],[\"name/951\",[120,43.676]],[\"parent/951\",[367,5.78]],[\"name/952\",[368,60.205]],[\"parent/952\",[]],[\"name/953\",[1,24.156]],[\"parent/953\",[368,5.548]],[\"name/954\",[24,24.779]],[\"parent/954\",[368,5.548]],[\"name/955\",[27,26.009]],[\"parent/955\",[368,5.548]],[\"name/956\",[369,55.097]],[\"parent/956\",[]],[\"name/957\",[7,62.718]],[\"parent/957\",[369,5.077]],[\"name/958\",[86,37.989]],[\"parent/958\",[369,5.077]],[\"name/959\",[370,56.528]],[\"parent/959\",[371,5.209]],[\"name/960\",[372,60.205]],[\"parent/960\",[371,5.209]],[\"name/961\",[373,60.205]],[\"parent/961\",[371,5.209]],[\"name/962\",[8,62.718]],[\"parent/962\",[369,5.077]],[\"name/963\",[86,37.989]],[\"parent/963\",[369,5.077]],[\"name/964\",[370,56.528]],[\"parent/964\",[371,5.209]],[\"name/965\",[372,60.205]],[\"parent/965\",[371,5.209]],[\"name/966\",[373,60.205]],[\"parent/966\",[371,5.209]],[\"name/967\",[374,71.191]],[\"parent/967\",[369,5.077]],[\"name/968\",[81,46.068]],[\"parent/968\",[369,5.077]],[\"name/969\",[375,66.083]],[\"parent/969\",[]],[\"name/970\",[376,66.083]],[\"parent/970\",[]],[\"name/971\",[377,71.191]],[\"parent/971\",[376,6.09]],[\"name/972\",[378,66.083]],[\"parent/972\",[]],[\"name/973\",[379,71.191]],[\"parent/973\",[378,6.09]],[\"name/974\",[4,50.822]],[\"parent/974\",[]],[\"name/975\",[1,24.156]],[\"parent/975\",[4,4.684]],[\"name/976\",[24,24.779]],[\"parent/976\",[4,4.684]],[\"name/977\",[380,71.191]],[\"parent/977\",[4,4.684]],[\"name/978\",[381,53.845]],[\"parent/978\",[4,4.684]],[\"name/979\",[382,71.191]],[\"parent/979\",[4,4.684]],[\"name/980\",[27,26.009]],[\"parent/980\",[4,4.684]],[\"name/981\",[383,58.198]],[\"parent/981\",[]],[\"name/982\",[1,24.156]],[\"parent/982\",[383,5.363]],[\"name/983\",[149,58.198]],[\"parent/983\",[383,5.363]],[\"name/984\",[24,24.779]],[\"parent/984\",[383,5.363]],[\"name/985\",[27,26.009]],[\"parent/985\",[383,5.363]],[\"name/986\",[384,47.837]],[\"parent/986\",[]],[\"name/987\",[85,60.205]],[\"parent/987\",[384,4.408]],[\"name/988\",[385,66.083]],[\"parent/988\",[384,4.408]],[\"name/989\",[386,66.083]],[\"parent/989\",[384,4.408]],[\"name/990\",[65,62.718]],[\"parent/990\",[384,4.408]],[\"name/991\",[387,66.083]],[\"parent/991\",[384,4.408]],[\"name/992\",[388,71.191]],[\"parent/992\",[384,4.408]],[\"name/993\",[389,71.191]],[\"parent/993\",[384,4.408]],[\"name/994\",[390,66.083]],[\"parent/994\",[384,4.408]],[\"name/995\",[391,66.083]],[\"parent/995\",[384,4.408]],[\"name/996\",[392,66.083]],[\"parent/996\",[384,4.408]],[\"name/997\",[71,53.845]],[\"parent/997\",[384,4.408]],[\"name/998\",[393,66.083]],[\"parent/998\",[384,4.408]],[\"name/999\",[394,66.083]],[\"parent/999\",[384,4.408]],[\"name/1000\",[395,66.083]],[\"parent/1000\",[384,4.408]],[\"name/1001\",[396,60.205]],[\"parent/1001\",[]],[\"name/1002\",[397,71.191]],[\"parent/1002\",[396,5.548]],[\"name/1003\",[279,58.198]],[\"parent/1003\",[396,5.548]],[\"name/1004\",[194,58.198]],[\"parent/1004\",[396,5.548]],[\"name/1005\",[398,52.733]],[\"parent/1005\",[]],[\"name/1006\",[87,49.988]],[\"parent/1006\",[398,4.86]],[\"name/1007\",[399,71.191]],[\"parent/1007\",[398,4.86]],[\"name/1008\",[80,55.097]],[\"parent/1008\",[398,4.86]],[\"name/1009\",[26,49.988]],[\"parent/1009\",[398,4.86]],[\"name/1010\",[15,52.733]],[\"parent/1010\",[398,4.86]],[\"name/1011\",[400,71.191]],[\"parent/1011\",[398,4.86]],[\"name/1012\",[60,45.041]],[\"parent/1012\",[398,4.86]],[\"name/1013\",[86,37.989]],[\"parent/1013\",[398,4.86]],[\"name/1014\",[142,51.732]],[\"parent/1014\",[401,6.09]],[\"name/1015\",[102,51.732]],[\"parent/1015\",[401,6.09]],[\"name/1016\",[402,60.205]],[\"parent/1016\",[]],[\"name/1017\",[1,24.156]],[\"parent/1017\",[402,5.548]],[\"name/1018\",[24,24.779]],[\"parent/1018\",[402,5.548]],[\"name/1019\",[27,26.009]],[\"parent/1019\",[402,5.548]],[\"name/1020\",[87,49.988]],[\"parent/1020\",[]],[\"name/1021\",[1,24.156]],[\"parent/1021\",[87,4.607]],[\"name/1022\",[24,24.779]],[\"parent/1022\",[87,4.607]],[\"name/1023\",[27,26.009]],[\"parent/1023\",[87,4.607]],[\"name/1024\",[403,60.205]],[\"parent/1024\",[]],[\"name/1025\",[1,24.156]],[\"parent/1025\",[403,5.548]],[\"name/1026\",[24,24.779]],[\"parent/1026\",[403,5.548]],[\"name/1027\",[27,26.009]],[\"parent/1027\",[403,5.548]],[\"name/1028\",[404,55.097]],[\"parent/1028\",[]],[\"name/1029\",[405,66.083]],[\"parent/1029\",[404,5.077]],[\"name/1030\",[406,71.191]],[\"parent/1030\",[404,5.077]],[\"name/1031\",[93,58.198]],[\"parent/1031\",[404,5.077]],[\"name/1032\",[94,58.198]],[\"parent/1032\",[404,5.077]],[\"name/1033\",[407,71.191]],[\"parent/1033\",[404,5.077]],[\"name/1034\",[86,37.989]],[\"parent/1034\",[404,5.077]],[\"name/1035\",[66,66.083]],[\"parent/1035\",[408,6.09]],[\"name/1036\",[15,52.733]],[\"parent/1036\",[408,6.09]],[\"name/1037\",[381,53.845]],[\"parent/1037\",[]],[\"name/1038\",[1,24.156]],[\"parent/1038\",[381,4.962]],[\"name/1039\",[405,66.083]],[\"parent/1039\",[381,4.962]],[\"name/1040\",[93,58.198]],[\"parent/1040\",[381,4.962]],[\"name/1041\",[94,58.198]],[\"parent/1041\",[381,4.962]],[\"name/1042\",[24,24.779]],[\"parent/1042\",[381,4.962]],[\"name/1043\",[27,26.009]],[\"parent/1043\",[381,4.962]],[\"name/1044\",[409,60.205]],[\"parent/1044\",[]],[\"name/1045\",[1,24.156]],[\"parent/1045\",[409,5.548]],[\"name/1046\",[24,24.779]],[\"parent/1046\",[409,5.548]],[\"name/1047\",[27,26.009]],[\"parent/1047\",[409,5.548]],[\"name/1048\",[410,56.528]],[\"parent/1048\",[]],[\"name/1049\",[268,53.845]],[\"parent/1049\",[410,5.209]],[\"name/1050\",[269,56.528]],[\"parent/1050\",[410,5.209]],[\"name/1051\",[411,66.083]],[\"parent/1051\",[410,5.209]],[\"name/1052\",[86,37.989]],[\"parent/1052\",[410,5.209]],[\"name/1053\",[278,60.205]],[\"parent/1053\",[412,6.09]],[\"name/1054\",[277,60.205]],[\"parent/1054\",[412,6.09]],[\"name/1055\",[413,66.083]],[\"parent/1055\",[410,5.209]],[\"name/1056\",[5,52.733]],[\"parent/1056\",[]],[\"name/1057\",[1,24.156]],[\"parent/1057\",[5,4.86]],[\"name/1058\",[414,71.191]],[\"parent/1058\",[5,4.86]],[\"name/1059\",[415,71.191]],[\"parent/1059\",[5,4.86]],[\"name/1060\",[416,71.191]],[\"parent/1060\",[5,4.86]],[\"name/1061\",[417,53.845]],[\"parent/1061\",[]],[\"name/1062\",[418,71.191]],[\"parent/1062\",[417,4.962]],[\"name/1063\",[86,37.989]],[\"parent/1063\",[417,4.962]],[\"name/1064\",[271,60.205]],[\"parent/1064\",[419,5.209]],[\"name/1065\",[273,60.205]],[\"parent/1065\",[419,5.209]],[\"name/1066\",[420,71.191]],[\"parent/1066\",[417,4.962]],[\"name/1067\",[86,37.989]],[\"parent/1067\",[417,4.962]],[\"name/1068\",[271,60.205]],[\"parent/1068\",[419,5.209]],[\"name/1069\",[273,60.205]],[\"parent/1069\",[419,5.209]],[\"name/1070\",[411,66.083]],[\"parent/1070\",[417,4.962]],[\"name/1071\",[86,37.989]],[\"parent/1071\",[417,4.962]],[\"name/1072\",[278,60.205]],[\"parent/1072\",[419,5.209]],[\"name/1073\",[277,60.205]],[\"parent/1073\",[419,5.209]],[\"name/1074\",[413,66.083]],[\"parent/1074\",[417,4.962]],[\"name/1075\",[421,60.205]],[\"parent/1075\",[]],[\"name/1076\",[422,71.191]],[\"parent/1076\",[421,5.548]],[\"name/1077\",[423,71.191]],[\"parent/1077\",[421,5.548]],[\"name/1078\",[162,66.083]],[\"parent/1078\",[421,5.548]],[\"name/1079\",[424,58.198]],[\"parent/1079\",[]],[\"name/1080\",[425,71.191]],[\"parent/1080\",[424,5.363]],[\"name/1081\",[426,71.191]],[\"parent/1081\",[424,5.363]],[\"name/1082\",[427,71.191]],[\"parent/1082\",[424,5.363]],[\"name/1083\",[428,71.191]],[\"parent/1083\",[424,5.363]],[\"name/1084\",[429,66.083]],[\"parent/1084\",[]],[\"name/1085\",[163,66.083]],[\"parent/1085\",[429,6.09]],[\"name/1086\",[430,60.205]],[\"parent/1086\",[]],[\"name/1087\",[1,24.156]],[\"parent/1087\",[430,5.548]],[\"name/1088\",[24,24.779]],[\"parent/1088\",[430,5.548]],[\"name/1089\",[27,26.009]],[\"parent/1089\",[430,5.548]],[\"name/1090\",[431,58.198]],[\"parent/1090\",[]],[\"name/1091\",[71,53.845]],[\"parent/1091\",[431,5.363]],[\"name/1092\",[432,71.191]],[\"parent/1092\",[431,5.363]],[\"name/1093\",[264,66.083]],[\"parent/1093\",[431,5.363]],[\"name/1094\",[433,71.191]],[\"parent/1094\",[431,5.363]],[\"name/1095\",[434,58.198]],[\"parent/1095\",[]],[\"name/1096\",[435,71.191]],[\"parent/1096\",[434,5.363]],[\"name/1097\",[21,49.219]],[\"parent/1097\",[434,5.363]],[\"name/1098\",[22,49.219]],[\"parent/1098\",[434,5.363]],[\"name/1099\",[436,71.191]],[\"parent/1099\",[434,5.363]],[\"name/1100\",[437,60.205]],[\"parent/1100\",[]],[\"name/1101\",[120,43.676]],[\"parent/1101\",[437,5.548]],[\"name/1102\",[438,71.191]],[\"parent/1102\",[437,5.548]],[\"name/1103\",[286,60.205]],[\"parent/1103\",[437,5.548]],[\"name/1104\",[439,60.205]],[\"parent/1104\",[]],[\"name/1105\",[1,24.156]],[\"parent/1105\",[439,5.548]],[\"name/1106\",[24,24.779]],[\"parent/1106\",[439,5.548]],[\"name/1107\",[27,26.009]],[\"parent/1107\",[439,5.548]],[\"name/1108\",[440,60.205]],[\"parent/1108\",[]],[\"name/1109\",[1,24.156]],[\"parent/1109\",[440,5.548]],[\"name/1110\",[24,24.779]],[\"parent/1110\",[440,5.548]],[\"name/1111\",[27,26.009]],[\"parent/1111\",[440,5.548]],[\"name/1112\",[441,60.205]],[\"parent/1112\",[]],[\"name/1113\",[1,24.156]],[\"parent/1113\",[441,5.548]],[\"name/1114\",[24,24.779]],[\"parent/1114\",[441,5.548]],[\"name/1115\",[27,26.009]],[\"parent/1115\",[441,5.548]],[\"name/1116\",[442,60.205]],[\"parent/1116\",[]],[\"name/1117\",[1,24.156]],[\"parent/1117\",[442,5.548]],[\"name/1118\",[24,24.779]],[\"parent/1118\",[442,5.548]],[\"name/1119\",[27,26.009]],[\"parent/1119\",[442,5.548]],[\"name/1120\",[443,52.733]],[\"parent/1120\",[]],[\"name/1121\",[444,71.191]],[\"parent/1121\",[443,4.86]],[\"name/1122\",[445,56.528]],[\"parent/1122\",[443,4.86]],[\"name/1123\",[446,66.083]],[\"parent/1123\",[443,4.86]],[\"name/1124\",[447,71.191]],[\"parent/1124\",[443,4.86]],[\"name/1125\",[257,56.528]],[\"parent/1125\",[443,4.86]],[\"name/1126\",[448,66.083]],[\"parent/1126\",[443,4.86]],[\"name/1127\",[259,56.528]],[\"parent/1127\",[443,4.86]],[\"name/1128\",[449,71.191]],[\"parent/1128\",[443,4.86]],[\"name/1129\",[450,52.733]],[\"parent/1129\",[]],[\"name/1130\",[451,71.191]],[\"parent/1130\",[450,4.86]],[\"name/1131\",[446,66.083]],[\"parent/1131\",[450,4.86]],[\"name/1132\",[47,66.083]],[\"parent/1132\",[450,4.86]],[\"name/1133\",[257,56.528]],[\"parent/1133\",[450,4.86]],[\"name/1134\",[448,66.083]],[\"parent/1134\",[450,4.86]],[\"name/1135\",[259,56.528]],[\"parent/1135\",[450,4.86]],[\"name/1136\",[102,51.732]],[\"parent/1136\",[450,4.86]],[\"name/1137\",[452,71.191]],[\"parent/1137\",[450,4.86]],[\"name/1138\",[453,60.205]],[\"parent/1138\",[]],[\"name/1139\",[454,66.083]],[\"parent/1139\",[453,5.548]],[\"name/1140\",[455,66.083]],[\"parent/1140\",[453,5.548]],[\"name/1141\",[456,66.083]],[\"parent/1141\",[453,5.548]],[\"name/1142\",[457,60.205]],[\"parent/1142\",[]],[\"name/1143\",[454,66.083]],[\"parent/1143\",[457,5.548]],[\"name/1144\",[455,66.083]],[\"parent/1144\",[457,5.548]],[\"name/1145\",[456,66.083]],[\"parent/1145\",[457,5.548]],[\"name/1146\",[458,58.198]],[\"parent/1146\",[]],[\"name/1147\",[21,49.219]],[\"parent/1147\",[458,5.363]],[\"name/1148\",[30,51.732]],[\"parent/1148\",[458,5.363]],[\"name/1149\",[29,51.732]],[\"parent/1149\",[458,5.363]],[\"name/1150\",[22,49.219]],[\"parent/1150\",[458,5.363]],[\"name/1151\",[459,51.732]],[\"parent/1151\",[]],[\"name/1152\",[460,58.198]],[\"parent/1152\",[459,4.767]],[\"name/1153\",[461,58.198]],[\"parent/1153\",[459,4.767]],[\"name/1154\",[462,71.191]],[\"parent/1154\",[459,4.767]],[\"name/1155\",[463,71.191]],[\"parent/1155\",[459,4.767]],[\"name/1156\",[464,71.191]],[\"parent/1156\",[459,4.767]],[\"name/1157\",[465,71.191]],[\"parent/1157\",[459,4.767]],[\"name/1158\",[286,60.205]],[\"parent/1158\",[459,4.767]],[\"name/1159\",[274,66.083]],[\"parent/1159\",[459,4.767]],[\"name/1160\",[466,71.191]],[\"parent/1160\",[459,4.767]],[\"name/1161\",[467,60.205]],[\"parent/1161\",[]],[\"name/1162\",[1,24.156]],[\"parent/1162\",[467,5.548]],[\"name/1163\",[24,24.779]],[\"parent/1163\",[467,5.548]],[\"name/1164\",[27,26.009]],[\"parent/1164\",[467,5.548]],[\"name/1165\",[460,58.198]],[\"parent/1165\",[]],[\"name/1166\",[1,24.156]],[\"parent/1166\",[460,5.363]],[\"name/1167\",[24,24.779]],[\"parent/1167\",[460,5.363]],[\"name/1168\",[27,26.009]],[\"parent/1168\",[460,5.363]],[\"name/1169\",[461,58.198]],[\"parent/1169\",[]],[\"name/1170\",[1,24.156]],[\"parent/1170\",[461,5.363]],[\"name/1171\",[24,24.779]],[\"parent/1171\",[461,5.363]],[\"name/1172\",[27,26.009]],[\"parent/1172\",[461,5.363]],[\"name/1173\",[468,66.083]],[\"parent/1173\",[]],[\"name/1174\",[469,71.191]],[\"parent/1174\",[468,6.09]],[\"name/1175\",[470,43.259]],[\"parent/1175\",[]],[\"name/1176\",[471,71.191]],[\"parent/1176\",[470,3.987]],[\"name/1177\",[472,71.191]],[\"parent/1177\",[470,3.987]],[\"name/1178\",[473,71.191]],[\"parent/1178\",[470,3.987]],[\"name/1179\",[474,71.191]],[\"parent/1179\",[470,3.987]],[\"name/1180\",[475,71.191]],[\"parent/1180\",[470,3.987]],[\"name/1181\",[476,71.191]],[\"parent/1181\",[470,3.987]],[\"name/1182\",[477,71.191]],[\"parent/1182\",[470,3.987]],[\"name/1183\",[478,71.191]],[\"parent/1183\",[470,3.987]],[\"name/1184\",[479,71.191]],[\"parent/1184\",[470,3.987]],[\"name/1185\",[480,71.191]],[\"parent/1185\",[470,3.987]],[\"name/1186\",[481,71.191]],[\"parent/1186\",[470,3.987]],[\"name/1187\",[482,71.191]],[\"parent/1187\",[470,3.987]],[\"name/1188\",[483,71.191]],[\"parent/1188\",[470,3.987]],[\"name/1189\",[484,71.191]],[\"parent/1189\",[470,3.987]],[\"name/1190\",[485,71.191]],[\"parent/1190\",[470,3.987]],[\"name/1191\",[486,71.191]],[\"parent/1191\",[470,3.987]],[\"name/1192\",[487,71.191]],[\"parent/1192\",[470,3.987]],[\"name/1193\",[488,71.191]],[\"parent/1193\",[470,3.987]],[\"name/1194\",[489,71.191]],[\"parent/1194\",[470,3.987]],[\"name/1195\",[490,71.191]],[\"parent/1195\",[470,3.987]],[\"name/1196\",[491,71.191]],[\"parent/1196\",[470,3.987]],[\"name/1197\",[492,71.191]],[\"parent/1197\",[470,3.987]],[\"name/1198\",[120,43.676]],[\"parent/1198\",[470,3.987]],[\"name/1199\",[493,60.205]],[\"parent/1199\",[]],[\"name/1200\",[1,24.156]],[\"parent/1200\",[493,5.548]],[\"name/1201\",[24,24.779]],[\"parent/1201\",[493,5.548]],[\"name/1202\",[25,45.541]],[\"parent/1202\",[493,5.548]],[\"name/1203\",[494,56.528]],[\"parent/1203\",[]],[\"name/1204\",[1,24.156]],[\"parent/1204\",[494,5.209]],[\"name/1205\",[495,71.191]],[\"parent/1205\",[494,5.209]],[\"name/1206\",[24,24.779]],[\"parent/1206\",[494,5.209]],[\"name/1207\",[110,60.205]],[\"parent/1207\",[494,5.209]],[\"name/1208\",[27,26.009]],[\"parent/1208\",[494,5.209]],[\"name/1209\",[496,60.205]],[\"parent/1209\",[]],[\"name/1210\",[370,56.528]],[\"parent/1210\",[496,5.548]],[\"name/1211\",[372,60.205]],[\"parent/1211\",[496,5.548]],[\"name/1212\",[373,60.205]],[\"parent/1212\",[496,5.548]],[\"name/1213\",[497,50.822]],[\"parent/1213\",[]],[\"name/1214\",[259,56.528]],[\"parent/1214\",[497,4.684]],[\"name/1215\",[86,37.989]],[\"parent/1215\",[497,4.684]],[\"name/1216\",[122,48.504]],[\"parent/1216\",[498,5.363]],[\"name/1217\",[257,56.528]],[\"parent/1217\",[498,5.363]],[\"name/1218\",[499,71.191]],[\"parent/1218\",[498,5.363]],[\"name/1219\",[289,60.205]],[\"parent/1219\",[498,5.363]],[\"name/1220\",[294,56.528]],[\"parent/1220\",[498,5.363]],[\"name/1221\",[500,71.191]],[\"parent/1221\",[497,4.684]],[\"name/1222\",[501,71.191]],[\"parent/1222\",[497,4.684]],[\"name/1223\",[502,71.191]],[\"parent/1223\",[497,4.684]],[\"name/1224\",[503,71.191]],[\"parent/1224\",[497,4.684]],[\"name/1225\",[504,71.191]],[\"parent/1225\",[497,4.684]],[\"name/1226\",[293,55.097]],[\"parent/1226\",[497,4.684]],[\"name/1227\",[445,56.528]],[\"parent/1227\",[497,4.684]],[\"name/1228\",[120,43.676]],[\"parent/1228\",[497,4.684]],[\"name/1229\",[505,66.083]],[\"parent/1229\",[]],[\"name/1230\",[86,37.989]],[\"parent/1230\",[505,6.09]],[\"name/1231\",[29,51.732]],[\"parent/1231\",[506,5.077]],[\"name/1232\",[22,49.219]],[\"parent/1232\",[506,5.077]],[\"name/1233\",[30,51.732]],[\"parent/1233\",[506,5.077]],[\"name/1234\",[21,49.219]],[\"parent/1234\",[506,5.077]],[\"name/1235\",[507,55.097]],[\"parent/1235\",[506,5.077]],[\"name/1236\",[508,55.097]],[\"parent/1236\",[506,5.077]],[\"name/1237\",[509,66.083]],[\"parent/1237\",[506,5.077]],[\"name/1238\",[510,66.083]],[\"parent/1238\",[]],[\"name/1239\",[86,37.989]],[\"parent/1239\",[510,6.09]],[\"name/1240\",[268,53.845]],[\"parent/1240\",[511,5.78]],[\"name/1241\",[269,56.528]],[\"parent/1241\",[511,5.78]],[\"name/1242\",[512,66.083]],[\"parent/1242\",[511,5.78]],[\"name/1243\",[513,60.205]],[\"parent/1243\",[]],[\"name/1244\",[1,24.156]],[\"parent/1244\",[513,5.548]],[\"name/1245\",[24,24.779]],[\"parent/1245\",[513,5.548]],[\"name/1246\",[27,26.009]],[\"parent/1246\",[513,5.548]],[\"name/1247\",[514,62.718]],[\"parent/1247\",[]],[\"name/1248\",[268,53.845]],[\"parent/1248\",[514,5.78]],[\"name/1249\",[279,58.198]],[\"parent/1249\",[514,5.78]],[\"name/1250\",[515,60.205]],[\"parent/1250\",[]],[\"name/1251\",[1,24.156]],[\"parent/1251\",[515,5.548]],[\"name/1252\",[24,24.779]],[\"parent/1252\",[515,5.548]],[\"name/1253\",[25,45.541]],[\"parent/1253\",[515,5.548]],[\"name/1254\",[445,56.528]],[\"parent/1254\",[]],[\"name/1255\",[1,24.156]],[\"parent/1255\",[445,5.209]],[\"name/1256\",[24,24.779]],[\"parent/1256\",[445,5.209]],[\"name/1257\",[27,26.009]],[\"parent/1257\",[445,5.209]],[\"name/1258\",[516,56.528]],[\"parent/1258\",[]],[\"name/1259\",[279,58.198]],[\"parent/1259\",[516,5.209]],[\"name/1260\",[517,71.191]],[\"parent/1260\",[516,5.209]],[\"name/1261\",[518,71.191]],[\"parent/1261\",[516,5.209]],[\"name/1262\",[519,71.191]],[\"parent/1262\",[516,5.209]],[\"name/1263\",[81,46.068]],[\"parent/1263\",[516,5.209]],[\"name/1264\",[520,60.205]],[\"parent/1264\",[]],[\"name/1265\",[1,24.156]],[\"parent/1265\",[520,5.548]],[\"name/1266\",[24,24.779]],[\"parent/1266\",[520,5.548]],[\"name/1267\",[25,45.541]],[\"parent/1267\",[520,5.548]],[\"name/1268\",[521,60.205]],[\"parent/1268\",[]],[\"name/1269\",[1,24.156]],[\"parent/1269\",[521,5.548]],[\"name/1270\",[24,24.779]],[\"parent/1270\",[521,5.548]],[\"name/1271\",[27,26.009]],[\"parent/1271\",[521,5.548]],[\"name/1272\",[522,58.198]],[\"parent/1272\",[]],[\"name/1273\",[370,56.528]],[\"parent/1273\",[522,5.363]],[\"name/1274\",[275,66.083]],[\"parent/1274\",[522,5.363]],[\"name/1275\",[523,71.191]],[\"parent/1275\",[522,5.363]],[\"name/1276\",[524,71.191]],[\"parent/1276\",[522,5.363]],[\"name/1277\",[525,60.205]],[\"parent/1277\",[]],[\"name/1278\",[120,43.676]],[\"parent/1278\",[525,5.548]],[\"name/1279\",[526,71.191]],[\"parent/1279\",[525,5.548]],[\"name/1280\",[527,71.191]],[\"parent/1280\",[525,5.548]],[\"name/1281\",[528,60.205]],[\"parent/1281\",[]],[\"name/1282\",[1,24.156]],[\"parent/1282\",[528,5.548]],[\"name/1283\",[24,24.779]],[\"parent/1283\",[528,5.548]],[\"name/1284\",[25,45.541]],[\"parent/1284\",[528,5.548]],[\"name/1285\",[529,60.205]],[\"parent/1285\",[]],[\"name/1286\",[1,24.156]],[\"parent/1286\",[529,5.548]],[\"name/1287\",[24,24.779]],[\"parent/1287\",[529,5.548]],[\"name/1288\",[27,26.009]],[\"parent/1288\",[529,5.548]],[\"name/1289\",[530,62.718]],[\"parent/1289\",[]],[\"name/1290\",[531,71.191]],[\"parent/1290\",[530,5.78]],[\"name/1291\",[532,71.191]],[\"parent/1291\",[530,5.78]],[\"name/1292\",[533,60.205]],[\"parent/1292\",[]],[\"name/1293\",[268,53.845]],[\"parent/1293\",[533,5.548]],[\"name/1294\",[269,56.528]],[\"parent/1294\",[533,5.548]],[\"name/1295\",[512,66.083]],[\"parent/1295\",[533,5.548]],[\"name/1296\",[534,60.205]],[\"parent/1296\",[]],[\"name/1297\",[1,24.156]],[\"parent/1297\",[534,5.548]],[\"name/1298\",[24,24.779]],[\"parent/1298\",[534,5.548]],[\"name/1299\",[25,45.541]],[\"parent/1299\",[534,5.548]],[\"name/1300\",[535,60.205]],[\"parent/1300\",[]],[\"name/1301\",[1,24.156]],[\"parent/1301\",[535,5.548]],[\"name/1302\",[24,24.779]],[\"parent/1302\",[535,5.548]],[\"name/1303\",[27,26.009]],[\"parent/1303\",[535,5.548]],[\"name/1304\",[536,56.528]],[\"parent/1304\",[]],[\"name/1305\",[69,66.083]],[\"parent/1305\",[536,5.209]],[\"name/1306\",[537,71.191]],[\"parent/1306\",[536,5.209]],[\"name/1307\",[538,71.191]],[\"parent/1307\",[536,5.209]],[\"name/1308\",[539,71.191]],[\"parent/1308\",[536,5.209]],[\"name/1309\",[540,71.191]],[\"parent/1309\",[536,5.209]],[\"name/1310\",[541,60.205]],[\"parent/1310\",[]],[\"name/1311\",[15,52.733]],[\"parent/1311\",[541,5.548]],[\"name/1312\",[542,71.191]],[\"parent/1312\",[541,5.548]],[\"name/1313\",[543,71.191]],[\"parent/1313\",[541,5.548]],[\"name/1314\",[544,60.205]],[\"parent/1314\",[]],[\"name/1315\",[1,24.156]],[\"parent/1315\",[544,5.548]],[\"name/1316\",[24,24.779]],[\"parent/1316\",[544,5.548]],[\"name/1317\",[25,45.541]],[\"parent/1317\",[544,5.548]],[\"name/1318\",[545,60.205]],[\"parent/1318\",[]],[\"name/1319\",[1,24.156]],[\"parent/1319\",[545,5.548]],[\"name/1320\",[24,24.779]],[\"parent/1320\",[545,5.548]],[\"name/1321\",[27,26.009]],[\"parent/1321\",[545,5.548]],[\"name/1322\",[546,60.205]],[\"parent/1322\",[]],[\"name/1323\",[547,71.191]],[\"parent/1323\",[546,5.548]],[\"name/1324\",[548,71.191]],[\"parent/1324\",[546,5.548]],[\"name/1325\",[549,71.191]],[\"parent/1325\",[546,5.548]],[\"name/1326\",[550,62.718]],[\"parent/1326\",[]],[\"name/1327\",[259,56.528]],[\"parent/1327\",[550,5.78]],[\"name/1328\",[80,55.097]],[\"parent/1328\",[550,5.78]],[\"name/1329\",[551,62.718]],[\"parent/1329\",[]],[\"name/1330\",[552,71.191]],[\"parent/1330\",[551,5.78]],[\"name/1331\",[553,71.191]],[\"parent/1331\",[551,5.78]],[\"name/1332\",[554,60.205]],[\"parent/1332\",[]],[\"name/1333\",[555,71.191]],[\"parent/1333\",[554,5.548]],[\"name/1334\",[556,71.191]],[\"parent/1334\",[554,5.548]],[\"name/1335\",[557,71.191]],[\"parent/1335\",[554,5.548]],[\"name/1336\",[558,56.528]],[\"parent/1336\",[]],[\"name/1337\",[559,58.198]],[\"parent/1337\",[558,5.209]],[\"name/1338\",[560,71.191]],[\"parent/1338\",[558,5.209]],[\"name/1339\",[561,71.191]],[\"parent/1339\",[558,5.209]],[\"name/1340\",[562,71.191]],[\"parent/1340\",[558,5.209]],[\"name/1341\",[563,71.191]],[\"parent/1341\",[558,5.209]],[\"name/1342\",[559,58.198]],[\"parent/1342\",[]],[\"name/1343\",[1,24.156]],[\"parent/1343\",[559,5.363]],[\"name/1344\",[24,24.779]],[\"parent/1344\",[559,5.363]],[\"name/1345\",[27,26.009]],[\"parent/1345\",[559,5.363]],[\"name/1346\",[564,53.845]],[\"parent/1346\",[]],[\"name/1347\",[29,51.732]],[\"parent/1347\",[564,4.962]],[\"name/1348\",[22,49.219]],[\"parent/1348\",[564,4.962]],[\"name/1349\",[30,51.732]],[\"parent/1349\",[564,4.962]],[\"name/1350\",[21,49.219]],[\"parent/1350\",[564,4.962]],[\"name/1351\",[507,55.097]],[\"parent/1351\",[564,4.962]],[\"name/1352\",[508,55.097]],[\"parent/1352\",[564,4.962]],[\"name/1353\",[509,66.083]],[\"parent/1353\",[564,4.962]],[\"name/1354\",[565,60.205]],[\"parent/1354\",[]],[\"name/1355\",[1,24.156]],[\"parent/1355\",[565,5.548]],[\"name/1356\",[24,24.779]],[\"parent/1356\",[565,5.548]],[\"name/1357\",[25,45.541]],[\"parent/1357\",[565,5.548]],[\"name/1358\",[566,60.205]],[\"parent/1358\",[]],[\"name/1359\",[1,24.156]],[\"parent/1359\",[566,5.548]],[\"name/1360\",[24,24.779]],[\"parent/1360\",[566,5.548]],[\"name/1361\",[27,26.009]],[\"parent/1361\",[566,5.548]],[\"name/1362\",[567,62.718]],[\"parent/1362\",[]],[\"name/1363\",[306,66.083]],[\"parent/1363\",[567,5.78]],[\"name/1364\",[307,66.083]],[\"parent/1364\",[567,5.78]],[\"name/1365\",[568,60.205]],[\"parent/1365\",[]],[\"name/1366\",[1,24.156]],[\"parent/1366\",[568,5.548]],[\"name/1367\",[24,24.779]],[\"parent/1367\",[568,5.548]],[\"name/1368\",[27,26.009]],[\"parent/1368\",[568,5.548]],[\"name/1369\",[569,60.205]],[\"parent/1369\",[]],[\"name/1370\",[570,71.191]],[\"parent/1370\",[569,5.548]],[\"name/1371\",[571,71.191]],[\"parent/1371\",[569,5.548]],[\"name/1372\",[572,66.083]],[\"parent/1372\",[569,5.548]],[\"name/1373\",[573,58.198]],[\"parent/1373\",[]],[\"name/1374\",[574,71.191]],[\"parent/1374\",[573,5.363]],[\"name/1375\",[15,52.733]],[\"parent/1375\",[573,5.363]],[\"name/1376\",[304,66.083]],[\"parent/1376\",[573,5.363]],[\"name/1377\",[575,71.191]],[\"parent/1377\",[573,5.363]],[\"name/1378\",[576,60.205]],[\"parent/1378\",[]],[\"name/1379\",[1,24.156]],[\"parent/1379\",[576,5.548]],[\"name/1380\",[24,24.779]],[\"parent/1380\",[576,5.548]],[\"name/1381\",[25,45.541]],[\"parent/1381\",[576,5.548]],[\"name/1382\",[577,60.205]],[\"parent/1382\",[]],[\"name/1383\",[1,24.156]],[\"parent/1383\",[577,5.548]],[\"name/1384\",[24,24.779]],[\"parent/1384\",[577,5.548]],[\"name/1385\",[27,26.009]],[\"parent/1385\",[577,5.548]],[\"name/1386\",[578,56.528]],[\"parent/1386\",[]],[\"name/1387\",[579,71.191]],[\"parent/1387\",[578,5.209]],[\"name/1388\",[580,71.191]],[\"parent/1388\",[578,5.209]],[\"name/1389\",[572,66.083]],[\"parent/1389\",[578,5.209]],[\"name/1390\",[581,71.191]],[\"parent/1390\",[578,5.209]],[\"name/1391\",[582,71.191]],[\"parent/1391\",[578,5.209]],[\"name/1392\",[583,60.205]],[\"parent/1392\",[]],[\"name/1393\",[1,24.156]],[\"parent/1393\",[583,5.548]],[\"name/1394\",[24,24.779]],[\"parent/1394\",[583,5.548]],[\"name/1395\",[25,45.541]],[\"parent/1395\",[583,5.548]],[\"name/1396\",[120,43.676]],[\"parent/1396\",[]],[\"name/1397\",[1,24.156]],[\"parent/1397\",[120,4.025]],[\"name/1398\",[24,24.779]],[\"parent/1398\",[120,4.025]],[\"name/1399\",[27,26.009]],[\"parent/1399\",[120,4.025]],[\"name/1400\",[584,60.205]],[\"parent/1400\",[]],[\"name/1401\",[370,56.528]],[\"parent/1401\",[584,5.548]],[\"name/1402\",[372,60.205]],[\"parent/1402\",[584,5.548]],[\"name/1403\",[373,60.205]],[\"parent/1403\",[584,5.548]],[\"name/1404\",[585,62.718]],[\"parent/1404\",[]],[\"name/1405\",[120,43.676]],[\"parent/1405\",[585,5.78]],[\"name/1406\",[149,58.198]],[\"parent/1406\",[585,5.78]],[\"name/1407\",[586,62.718]],[\"parent/1407\",[]],[\"name/1408\",[507,55.097]],[\"parent/1408\",[586,5.78]],[\"name/1409\",[508,55.097]],[\"parent/1409\",[586,5.78]],[\"name/1410\",[587,60.205]],[\"parent/1410\",[]],[\"name/1411\",[1,24.156]],[\"parent/1411\",[587,5.548]],[\"name/1412\",[24,24.779]],[\"parent/1412\",[587,5.548]],[\"name/1413\",[27,26.009]],[\"parent/1413\",[587,5.548]],[\"name/1414\",[588,60.205]],[\"parent/1414\",[]],[\"name/1415\",[1,24.156]],[\"parent/1415\",[588,5.548]],[\"name/1416\",[24,24.779]],[\"parent/1416\",[588,5.548]],[\"name/1417\",[25,45.541]],[\"parent/1417\",[588,5.548]],[\"name/1418\",[589,58.198]],[\"parent/1418\",[]],[\"name/1419\",[118,45.541]],[\"parent/1419\",[589,5.363]],[\"name/1420\",[590,71.191]],[\"parent/1420\",[589,5.363]],[\"name/1421\",[591,71.191]],[\"parent/1421\",[589,5.363]],[\"name/1422\",[592,71.191]],[\"parent/1422\",[589,5.363]],[\"name/1423\",[593,60.205]],[\"parent/1423\",[]],[\"name/1424\",[1,24.156]],[\"parent/1424\",[593,5.548]],[\"name/1425\",[24,24.779]],[\"parent/1425\",[593,5.548]],[\"name/1426\",[27,26.009]],[\"parent/1426\",[593,5.548]],[\"name/1427\",[594,60.205]],[\"parent/1427\",[]],[\"name/1428\",[595,71.191]],[\"parent/1428\",[594,5.548]],[\"name/1429\",[118,45.541]],[\"parent/1429\",[594,5.548]],[\"name/1430\",[120,43.676]],[\"parent/1430\",[594,5.548]],[\"name/1431\",[89,49.219]],[\"parent/1431\",[]],[\"name/1432\",[1,24.156]],[\"parent/1432\",[89,4.536]],[\"name/1433\",[24,24.779]],[\"parent/1433\",[89,4.536]],[\"name/1434\",[27,26.009]],[\"parent/1434\",[89,4.536]],[\"name/1435\",[596,38.739]],[\"parent/1435\",[]],[\"name/1436\",[64,66.083]],[\"parent/1436\",[596,3.57]],[\"name/1437\",[597,71.191]],[\"parent/1437\",[596,3.57]],[\"name/1438\",[598,71.191]],[\"parent/1438\",[596,3.57]],[\"name/1439\",[599,71.191]],[\"parent/1439\",[596,3.57]],[\"name/1440\",[600,71.191]],[\"parent/1440\",[596,3.57]],[\"name/1441\",[365,62.718]],[\"parent/1441\",[596,3.57]],[\"name/1442\",[601,71.191]],[\"parent/1442\",[596,3.57]],[\"name/1443\",[602,71.191]],[\"parent/1443\",[596,3.57]],[\"name/1444\",[603,71.191]],[\"parent/1444\",[596,3.57]],[\"name/1445\",[604,71.191]],[\"parent/1445\",[596,3.57]],[\"name/1446\",[605,71.191]],[\"parent/1446\",[596,3.57]],[\"name/1447\",[606,71.191]],[\"parent/1447\",[596,3.57]],[\"name/1448\",[607,71.191]],[\"parent/1448\",[596,3.57]],[\"name/1449\",[608,71.191]],[\"parent/1449\",[596,3.57]],[\"name/1450\",[609,71.191]],[\"parent/1450\",[596,3.57]],[\"name/1451\",[610,71.191]],[\"parent/1451\",[596,3.57]],[\"name/1452\",[611,71.191]],[\"parent/1452\",[596,3.57]],[\"name/1453\",[612,71.191]],[\"parent/1453\",[596,3.57]],[\"name/1454\",[613,71.191]],[\"parent/1454\",[596,3.57]],[\"name/1455\",[614,71.191]],[\"parent/1455\",[596,3.57]],[\"name/1456\",[615,71.191]],[\"parent/1456\",[596,3.57]],[\"name/1457\",[616,71.191]],[\"parent/1457\",[596,3.57]],[\"name/1458\",[617,71.191]],[\"parent/1458\",[596,3.57]],[\"name/1459\",[618,71.191]],[\"parent/1459\",[596,3.57]],[\"name/1460\",[619,71.191]],[\"parent/1460\",[596,3.57]],[\"name/1461\",[620,71.191]],[\"parent/1461\",[596,3.57]],[\"name/1462\",[621,71.191]],[\"parent/1462\",[596,3.57]],[\"name/1463\",[622,71.191]],[\"parent/1463\",[596,3.57]],[\"name/1464\",[623,71.191]],[\"parent/1464\",[596,3.57]],[\"name/1465\",[624,71.191]],[\"parent/1465\",[596,3.57]],[\"name/1466\",[625,71.191]],[\"parent/1466\",[596,3.57]],[\"name/1467\",[626,71.191]],[\"parent/1467\",[596,3.57]],[\"name/1468\",[627,71.191]],[\"parent/1468\",[596,3.57]],[\"name/1469\",[628,71.191]],[\"parent/1469\",[596,3.57]],[\"name/1470\",[629,71.191]],[\"parent/1470\",[596,3.57]],[\"name/1471\",[630,71.191]],[\"parent/1471\",[596,3.57]],[\"name/1472\",[631,71.191]],[\"parent/1472\",[596,3.57]],[\"name/1473\",[632,56.528]],[\"parent/1473\",[]],[\"name/1474\",[370,56.528]],[\"parent/1474\",[632,5.209]],[\"name/1475\",[633,71.191]],[\"parent/1475\",[632,5.209]],[\"name/1476\",[634,71.191]],[\"parent/1476\",[632,5.209]],[\"name/1477\",[635,71.191]],[\"parent/1477\",[632,5.209]],[\"name/1478\",[636,71.191]],[\"parent/1478\",[632,5.209]],[\"name/1479\",[2,56.528]],[\"parent/1479\",[]],[\"name/1480\",[1,24.156]],[\"parent/1480\",[2,5.209]],[\"name/1481\",[24,24.779]],[\"parent/1481\",[2,5.209]],[\"name/1482\",[27,26.009]],[\"parent/1482\",[2,5.209]],[\"name/1483\",[637,51.732]],[\"parent/1483\",[]],[\"name/1484\",[142,51.732]],[\"parent/1484\",[637,4.767]],[\"name/1485\",[247,58.198]],[\"parent/1485\",[637,4.767]],[\"name/1486\",[638,60.205]],[\"parent/1486\",[637,4.767]],[\"name/1487\",[639,60.205]],[\"parent/1487\",[637,4.767]],[\"name/1488\",[206,58.198]],[\"parent/1488\",[637,4.767]],[\"name/1489\",[640,60.205]],[\"parent/1489\",[637,4.767]],[\"name/1490\",[641,60.205]],[\"parent/1490\",[637,4.767]],[\"name/1491\",[642,60.205]],[\"parent/1491\",[637,4.767]],[\"name/1492\",[643,60.205]],[\"parent/1492\",[637,4.767]],[\"name/1493\",[644,50.822]],[\"parent/1493\",[]],[\"name/1494\",[149,58.198]],[\"parent/1494\",[644,4.684]],[\"name/1495\",[247,58.198]],[\"parent/1495\",[644,4.684]],[\"name/1496\",[142,51.732]],[\"parent/1496\",[644,4.684]],[\"name/1497\",[638,60.205]],[\"parent/1497\",[644,4.684]],[\"name/1498\",[639,60.205]],[\"parent/1498\",[644,4.684]],[\"name/1499\",[206,58.198]],[\"parent/1499\",[644,4.684]],[\"name/1500\",[640,60.205]],[\"parent/1500\",[644,4.684]],[\"name/1501\",[641,60.205]],[\"parent/1501\",[644,4.684]],[\"name/1502\",[642,60.205]],[\"parent/1502\",[644,4.684]],[\"name/1503\",[643,60.205]],[\"parent/1503\",[644,4.684]],[\"name/1504\",[645,60.205]],[\"parent/1504\",[]],[\"name/1505\",[1,24.156]],[\"parent/1505\",[645,5.548]],[\"name/1506\",[24,24.779]],[\"parent/1506\",[645,5.548]],[\"name/1507\",[27,26.009]],[\"parent/1507\",[645,5.548]],[\"name/1508\",[646,50.822]],[\"parent/1508\",[]],[\"name/1509\",[102,51.732]],[\"parent/1509\",[646,4.684]],[\"name/1510\",[142,51.732]],[\"parent/1510\",[646,4.684]],[\"name/1511\",[247,58.198]],[\"parent/1511\",[646,4.684]],[\"name/1512\",[638,60.205]],[\"parent/1512\",[646,4.684]],[\"name/1513\",[639,60.205]],[\"parent/1513\",[646,4.684]],[\"name/1514\",[206,58.198]],[\"parent/1514\",[646,4.684]],[\"name/1515\",[640,60.205]],[\"parent/1515\",[646,4.684]],[\"name/1516\",[641,60.205]],[\"parent/1516\",[646,4.684]],[\"name/1517\",[642,60.205]],[\"parent/1517\",[646,4.684]],[\"name/1518\",[643,60.205]],[\"parent/1518\",[646,4.684]],[\"name/1519\",[647,49.988]],[\"parent/1519\",[]],[\"name/1520\",[149,58.198]],[\"parent/1520\",[647,4.607]],[\"name/1521\",[247,58.198]],[\"parent/1521\",[647,4.607]],[\"name/1522\",[102,51.732]],[\"parent/1522\",[647,4.607]],[\"name/1523\",[142,51.732]],[\"parent/1523\",[647,4.607]],[\"name/1524\",[638,60.205]],[\"parent/1524\",[647,4.607]],[\"name/1525\",[639,60.205]],[\"parent/1525\",[647,4.607]],[\"name/1526\",[206,58.198]],[\"parent/1526\",[647,4.607]],[\"name/1527\",[640,60.205]],[\"parent/1527\",[647,4.607]],[\"name/1528\",[641,60.205]],[\"parent/1528\",[647,4.607]],[\"name/1529\",[642,60.205]],[\"parent/1529\",[647,4.607]],[\"name/1530\",[643,60.205]],[\"parent/1530\",[647,4.607]],[\"name/1531\",[648,60.205]],[\"parent/1531\",[]],[\"name/1532\",[1,24.156]],[\"parent/1532\",[648,5.548]],[\"name/1533\",[24,24.779]],[\"parent/1533\",[648,5.548]],[\"name/1534\",[27,26.009]],[\"parent/1534\",[648,5.548]],[\"name/1535\",[649,60.205]],[\"parent/1535\",[]],[\"name/1536\",[1,24.156]],[\"parent/1536\",[649,5.548]],[\"name/1537\",[24,24.779]],[\"parent/1537\",[649,5.548]],[\"name/1538\",[27,26.009]],[\"parent/1538\",[649,5.548]],[\"name/1539\",[650,60.205]],[\"parent/1539\",[]],[\"name/1540\",[1,24.156]],[\"parent/1540\",[650,5.548]],[\"name/1541\",[24,24.779]],[\"parent/1541\",[650,5.548]],[\"name/1542\",[27,26.009]],[\"parent/1542\",[650,5.548]],[\"name/1543\",[651,62.718]],[\"parent/1543\",[]],[\"name/1544\",[102,51.732]],[\"parent/1544\",[651,5.78]],[\"name/1545\",[142,51.732]],[\"parent/1545\",[651,5.78]],[\"name/1546\",[652,60.205]],[\"parent/1546\",[]],[\"name/1547\",[1,24.156]],[\"parent/1547\",[652,5.548]],[\"name/1548\",[24,24.779]],[\"parent/1548\",[652,5.548]],[\"name/1549\",[27,26.009]],[\"parent/1549\",[652,5.548]],[\"name/1550\",[653,60.205]],[\"parent/1550\",[]],[\"name/1551\",[1,24.156]],[\"parent/1551\",[653,5.548]],[\"name/1552\",[24,24.779]],[\"parent/1552\",[653,5.548]],[\"name/1553\",[27,26.009]],[\"parent/1553\",[653,5.548]],[\"name/1554\",[654,60.205]],[\"parent/1554\",[]],[\"name/1555\",[1,24.156]],[\"parent/1555\",[654,5.548]],[\"name/1556\",[655,71.191]],[\"parent/1556\",[654,5.548]],[\"name/1557\",[87,49.988]],[\"parent/1557\",[654,5.548]],[\"name/1558\",[656,46.624]],[\"parent/1558\",[]],[\"name/1559\",[657,71.191]],[\"parent/1559\",[656,4.297]],[\"name/1560\",[658,71.191]],[\"parent/1560\",[656,4.297]],[\"name/1561\",[659,71.191]],[\"parent/1561\",[656,4.297]],[\"name/1562\",[660,71.191]],[\"parent/1562\",[656,4.297]],[\"name/1563\",[661,71.191]],[\"parent/1563\",[656,4.297]],[\"name/1564\",[662,71.191]],[\"parent/1564\",[656,4.297]],[\"name/1565\",[663,71.191]],[\"parent/1565\",[656,4.297]],[\"name/1566\",[664,71.191]],[\"parent/1566\",[656,4.297]],[\"name/1567\",[665,71.191]],[\"parent/1567\",[656,4.297]],[\"name/1568\",[666,71.191]],[\"parent/1568\",[656,4.297]],[\"name/1569\",[667,71.191]],[\"parent/1569\",[656,4.297]],[\"name/1570\",[668,71.191]],[\"parent/1570\",[656,4.297]],[\"name/1571\",[669,71.191]],[\"parent/1571\",[656,4.297]],[\"name/1572\",[670,71.191]],[\"parent/1572\",[656,4.297]],[\"name/1573\",[671,71.191]],[\"parent/1573\",[656,4.297]],[\"name/1574\",[672,71.191]],[\"parent/1574\",[656,4.297]],[\"name/1575\",[673,66.083]],[\"parent/1575\",[]],[\"name/1576\",[86,37.989]],[\"parent/1576\",[673,6.09]],[\"name/1577\",[674,60.205]],[\"parent/1577\",[]],[\"name/1578\",[1,24.156]],[\"parent/1578\",[674,5.548]],[\"name/1579\",[24,24.779]],[\"parent/1579\",[674,5.548]],[\"name/1580\",[27,26.009]],[\"parent/1580\",[674,5.548]],[\"name/1581\",[675,60.205]],[\"parent/1581\",[]],[\"name/1582\",[1,24.156]],[\"parent/1582\",[675,5.548]],[\"name/1583\",[24,24.779]],[\"parent/1583\",[675,5.548]],[\"name/1584\",[27,26.009]],[\"parent/1584\",[675,5.548]],[\"name/1585\",[676,60.205]],[\"parent/1585\",[]],[\"name/1586\",[1,24.156]],[\"parent/1586\",[676,5.548]],[\"name/1587\",[24,24.779]],[\"parent/1587\",[676,5.548]],[\"name/1588\",[25,45.541]],[\"parent/1588\",[676,5.548]],[\"name/1589\",[677,71.191]],[\"parent/1589\",[]],[\"name/1590\",[678,60.205]],[\"parent/1590\",[]],[\"name/1591\",[1,24.156]],[\"parent/1591\",[678,5.548]],[\"name/1592\",[24,24.779]],[\"parent/1592\",[678,5.548]],[\"name/1593\",[25,45.541]],[\"parent/1593\",[678,5.548]],[\"name/1594\",[679,71.191]],[\"parent/1594\",[]],[\"name/1595\",[680,56.528]],[\"parent/1595\",[]],[\"name/1596\",[681,71.191]],[\"parent/1596\",[680,5.209]],[\"name/1597\",[1,24.156]],[\"parent/1597\",[680,5.209]],[\"name/1598\",[110,60.205]],[\"parent/1598\",[680,5.209]],[\"name/1599\",[24,24.779]],[\"parent/1599\",[680,5.209]],[\"name/1600\",[27,26.009]],[\"parent/1600\",[680,5.209]],[\"name/1601\",[682,60.205]],[\"parent/1601\",[]],[\"name/1602\",[1,24.156]],[\"parent/1602\",[682,5.548]],[\"name/1603\",[24,24.779]],[\"parent/1603\",[682,5.548]],[\"name/1604\",[27,26.009]],[\"parent/1604\",[682,5.548]],[\"name/1605\",[683,71.191]],[\"parent/1605\",[]],[\"name/1606\",[684,66.083]],[\"parent/1606\",[]],[\"name/1607\",[685,71.191]],[\"parent/1607\",[684,6.09]],[\"name/1608\",[686,60.205]],[\"parent/1608\",[]],[\"name/1609\",[1,24.156]],[\"parent/1609\",[686,5.548]],[\"name/1610\",[24,24.779]],[\"parent/1610\",[686,5.548]],[\"name/1611\",[27,26.009]],[\"parent/1611\",[686,5.548]],[\"name/1612\",[687,60.205]],[\"parent/1612\",[]],[\"name/1613\",[1,24.156]],[\"parent/1613\",[687,5.548]],[\"name/1614\",[24,24.779]],[\"parent/1614\",[687,5.548]],[\"name/1615\",[27,26.009]],[\"parent/1615\",[687,5.548]],[\"name/1616\",[688,60.205]],[\"parent/1616\",[]],[\"name/1617\",[1,24.156]],[\"parent/1617\",[688,5.548]],[\"name/1618\",[24,24.779]],[\"parent/1618\",[688,5.548]],[\"name/1619\",[27,26.009]],[\"parent/1619\",[688,5.548]],[\"name/1620\",[689,60.205]],[\"parent/1620\",[]],[\"name/1621\",[1,24.156]],[\"parent/1621\",[689,5.548]],[\"name/1622\",[24,24.779]],[\"parent/1622\",[689,5.548]],[\"name/1623\",[27,26.009]],[\"parent/1623\",[689,5.548]],[\"name/1624\",[690,60.205]],[\"parent/1624\",[]],[\"name/1625\",[1,24.156]],[\"parent/1625\",[690,5.548]],[\"name/1626\",[24,24.779]],[\"parent/1626\",[690,5.548]],[\"name/1627\",[27,26.009]],[\"parent/1627\",[690,5.548]],[\"name/1628\",[691,60.205]],[\"parent/1628\",[]],[\"name/1629\",[1,24.156]],[\"parent/1629\",[691,5.548]],[\"name/1630\",[24,24.779]],[\"parent/1630\",[691,5.548]],[\"name/1631\",[27,26.009]],[\"parent/1631\",[691,5.548]],[\"name/1632\",[692,62.718]],[\"parent/1632\",[]],[\"name/1633\",[375,66.083]],[\"parent/1633\",[692,5.78]],[\"name/1634\",[693,71.191]],[\"parent/1634\",[692,5.78]],[\"name/1635\",[694,62.718]],[\"parent/1635\",[]],[\"name/1636\",[1,24.156]],[\"parent/1636\",[694,5.78]],[\"name/1637\",[24,24.779]],[\"parent/1637\",[694,5.78]],[\"name/1638\",[695,62.718]],[\"parent/1638\",[]],[\"name/1639\",[507,55.097]],[\"parent/1639\",[695,5.78]],[\"name/1640\",[120,43.676]],[\"parent/1640\",[695,5.78]],[\"name/1641\",[696,55.097]],[\"parent/1641\",[]],[\"name/1642\",[1,24.156]],[\"parent/1642\",[696,5.077]],[\"name/1643\",[697,66.083]],[\"parent/1643\",[696,5.077]],[\"name/1644\",[27,26.009]],[\"parent/1644\",[696,5.077]],[\"name/1645\",[698,66.083]],[\"parent/1645\",[696,5.077]],[\"name/1646\",[699,66.083]],[\"parent/1646\",[696,5.077]],[\"name/1647\",[5,52.733]],[\"parent/1647\",[696,5.077]],[\"name/1648\",[700,62.718]],[\"parent/1648\",[]],[\"name/1649\",[508,55.097]],[\"parent/1649\",[700,5.78]],[\"name/1650\",[120,43.676]],[\"parent/1650\",[700,5.78]],[\"name/1651\",[701,55.097]],[\"parent/1651\",[]],[\"name/1652\",[1,24.156]],[\"parent/1652\",[701,5.077]],[\"name/1653\",[697,66.083]],[\"parent/1653\",[701,5.077]],[\"name/1654\",[27,26.009]],[\"parent/1654\",[701,5.077]],[\"name/1655\",[698,66.083]],[\"parent/1655\",[701,5.077]],[\"name/1656\",[699,66.083]],[\"parent/1656\",[701,5.077]],[\"name/1657\",[5,52.733]],[\"parent/1657\",[701,5.077]],[\"name/1658\",[702,66.083]],[\"parent/1658\",[]],[\"name/1659\",[81,46.068]],[\"parent/1659\",[702,6.09]],[\"name/1660\",[507,55.097]],[\"parent/1660\",[]],[\"name/1661\",[1,24.156]],[\"parent/1661\",[507,5.077]],[\"name/1662\",[204,60.205]],[\"parent/1662\",[507,5.077]],[\"name/1663\",[508,55.097]],[\"parent/1663\",[]],[\"name/1664\",[1,24.156]],[\"parent/1664\",[508,5.077]],[\"name/1665\",[204,60.205]],[\"parent/1665\",[508,5.077]],[\"name/1666\",[12,56.528]],[\"parent/1666\",[]],[\"name/1667\",[1,24.156]],[\"parent/1667\",[12,5.209]],[\"name/1668\",[703,71.191]],[\"parent/1668\",[12,5.209]],[\"name/1669\",[24,24.779]],[\"parent/1669\",[12,5.209]],[\"name/1670\",[27,26.009]],[\"parent/1670\",[12,5.209]],[\"name/1671\",[704,60.205]],[\"parent/1671\",[]],[\"name/1672\",[1,24.156]],[\"parent/1672\",[704,5.548]],[\"name/1673\",[24,24.779]],[\"parent/1673\",[704,5.548]],[\"name/1674\",[25,45.541]],[\"parent/1674\",[704,5.548]],[\"name/1675\",[705,60.205]],[\"parent/1675\",[]],[\"name/1676\",[1,24.156]],[\"parent/1676\",[705,5.548]],[\"name/1677\",[24,24.779]],[\"parent/1677\",[705,5.548]],[\"name/1678\",[27,26.009]],[\"parent/1678\",[705,5.548]],[\"name/1679\",[706,60.205]],[\"parent/1679\",[]],[\"name/1680\",[1,24.156]],[\"parent/1680\",[706,5.548]],[\"name/1681\",[24,24.779]],[\"parent/1681\",[706,5.548]],[\"name/1682\",[27,26.009]],[\"parent/1682\",[706,5.548]],[\"name/1683\",[707,60.205]],[\"parent/1683\",[]],[\"name/1684\",[1,24.156]],[\"parent/1684\",[707,5.548]],[\"name/1685\",[24,24.779]],[\"parent/1685\",[707,5.548]],[\"name/1686\",[27,26.009]],[\"parent/1686\",[707,5.548]],[\"name/1687\",[708,60.205]],[\"parent/1687\",[]],[\"name/1688\",[1,24.156]],[\"parent/1688\",[708,5.548]],[\"name/1689\",[24,24.779]],[\"parent/1689\",[708,5.548]],[\"name/1690\",[27,26.009]],[\"parent/1690\",[708,5.548]],[\"name/1691\",[709,56.528]],[\"parent/1691\",[]],[\"name/1692\",[17,55.097]],[\"parent/1692\",[709,5.209]],[\"name/1693\",[314,60.205]],[\"parent/1693\",[709,5.209]],[\"name/1694\",[21,49.219]],[\"parent/1694\",[709,5.209]],[\"name/1695\",[315,60.205]],[\"parent/1695\",[709,5.209]],[\"name/1696\",[22,49.219]],[\"parent/1696\",[709,5.209]],[\"name/1697\",[710,56.528]],[\"parent/1697\",[]],[\"name/1698\",[30,51.732]],[\"parent/1698\",[710,5.209]],[\"name/1699\",[17,55.097]],[\"parent/1699\",[710,5.209]],[\"name/1700\",[314,60.205]],[\"parent/1700\",[710,5.209]],[\"name/1701\",[315,60.205]],[\"parent/1701\",[710,5.209]],[\"name/1702\",[29,51.732]],[\"parent/1702\",[710,5.209]],[\"name/1703\",[711,33.735]],[\"parent/1703\",[]],[\"name/1704\",[65,62.718]],[\"parent/1704\",[711,3.109]],[\"name/1705\",[395,66.083]],[\"parent/1705\",[711,3.109]],[\"name/1706\",[392,66.083]],[\"parent/1706\",[711,3.109]],[\"name/1707\",[394,66.083]],[\"parent/1707\",[711,3.109]],[\"name/1708\",[391,66.083]],[\"parent/1708\",[711,3.109]],[\"name/1709\",[712,71.191]],[\"parent/1709\",[711,3.109]],[\"name/1710\",[385,66.083]],[\"parent/1710\",[711,3.109]],[\"name/1711\",[393,66.083]],[\"parent/1711\",[711,3.109]],[\"name/1712\",[713,71.191]],[\"parent/1712\",[711,3.109]],[\"name/1713\",[386,66.083]],[\"parent/1713\",[711,3.109]],[\"name/1714\",[714,71.191]],[\"parent/1714\",[711,3.109]],[\"name/1715\",[715,71.191]],[\"parent/1715\",[711,3.109]],[\"name/1716\",[716,71.191]],[\"parent/1716\",[711,3.109]],[\"name/1717\",[717,71.191]],[\"parent/1717\",[711,3.109]],[\"name/1718\",[718,71.191]],[\"parent/1718\",[711,3.109]],[\"name/1719\",[719,71.191]],[\"parent/1719\",[711,3.109]],[\"name/1720\",[720,71.191]],[\"parent/1720\",[711,3.109]],[\"name/1721\",[721,71.191]],[\"parent/1721\",[711,3.109]],[\"name/1722\",[387,66.083]],[\"parent/1722\",[711,3.109]],[\"name/1723\",[722,71.191]],[\"parent/1723\",[711,3.109]],[\"name/1724\",[723,71.191]],[\"parent/1724\",[711,3.109]],[\"name/1725\",[724,71.191]],[\"parent/1725\",[711,3.109]],[\"name/1726\",[390,66.083]],[\"parent/1726\",[711,3.109]],[\"name/1727\",[85,60.205]],[\"parent/1727\",[711,3.109]],[\"name/1728\",[725,71.191]],[\"parent/1728\",[711,3.109]],[\"name/1729\",[726,71.191]],[\"parent/1729\",[711,3.109]],[\"name/1730\",[727,71.191]],[\"parent/1730\",[711,3.109]],[\"name/1731\",[728,71.191]],[\"parent/1731\",[711,3.109]],[\"name/1732\",[729,71.191]],[\"parent/1732\",[711,3.109]],[\"name/1733\",[730,71.191]],[\"parent/1733\",[711,3.109]],[\"name/1734\",[731,71.191]],[\"parent/1734\",[711,3.109]],[\"name/1735\",[732,71.191]],[\"parent/1735\",[711,3.109]],[\"name/1736\",[733,71.191]],[\"parent/1736\",[711,3.109]],[\"name/1737\",[734,71.191]],[\"parent/1737\",[711,3.109]],[\"name/1738\",[735,71.191]],[\"parent/1738\",[711,3.109]],[\"name/1739\",[736,71.191]],[\"parent/1739\",[711,3.109]],[\"name/1740\",[737,71.191]],[\"parent/1740\",[711,3.109]],[\"name/1741\",[738,71.191]],[\"parent/1741\",[711,3.109]],[\"name/1742\",[739,71.191]],[\"parent/1742\",[711,3.109]],[\"name/1743\",[740,71.191]],[\"parent/1743\",[711,3.109]],[\"name/1744\",[741,71.191]],[\"parent/1744\",[711,3.109]],[\"name/1745\",[742,71.191]],[\"parent/1745\",[711,3.109]],[\"name/1746\",[743,71.191]],[\"parent/1746\",[711,3.109]],[\"name/1747\",[744,71.191]],[\"parent/1747\",[711,3.109]],[\"name/1748\",[745,71.191]],[\"parent/1748\",[711,3.109]],[\"name/1749\",[746,71.191]],[\"parent/1749\",[711,3.109]],[\"name/1750\",[747,71.191]],[\"parent/1750\",[711,3.109]],[\"name/1751\",[71,53.845]],[\"parent/1751\",[711,3.109]],[\"name/1752\",[748,71.191]],[\"parent/1752\",[711,3.109]],[\"name/1753\",[749,71.191]],[\"parent/1753\",[711,3.109]],[\"name/1754\",[750,71.191]],[\"parent/1754\",[711,3.109]],[\"name/1755\",[751,71.191]],[\"parent/1755\",[711,3.109]],[\"name/1756\",[752,71.191]],[\"parent/1756\",[711,3.109]],[\"name/1757\",[753,71.191]],[\"parent/1757\",[711,3.109]],[\"name/1758\",[754,71.191]],[\"parent/1758\",[711,3.109]],[\"name/1759\",[755,71.191]],[\"parent/1759\",[711,3.109]],[\"name/1760\",[756,71.191]],[\"parent/1760\",[711,3.109]],[\"name/1761\",[757,71.191]],[\"parent/1761\",[711,3.109]],[\"name/1762\",[758,71.191]],[\"parent/1762\",[711,3.109]],[\"name/1763\",[759,71.191]],[\"parent/1763\",[711,3.109]],[\"name/1764\",[760,71.191]],[\"parent/1764\",[711,3.109]],[\"name/1765\",[761,71.191]],[\"parent/1765\",[711,3.109]],[\"name/1766\",[762,58.198]],[\"parent/1766\",[]],[\"name/1767\",[60,45.041]],[\"parent/1767\",[762,5.363]],[\"name/1768\",[118,45.541]],[\"parent/1768\",[762,5.363]],[\"name/1769\",[122,48.504]],[\"parent/1769\",[762,5.363]],[\"name/1770\",[279,58.198]],[\"parent/1770\",[762,5.363]],[\"name/1771\",[763,60.205]],[\"parent/1771\",[]],[\"name/1772\",[1,24.156]],[\"parent/1772\",[763,5.548]],[\"name/1773\",[24,24.779]],[\"parent/1773\",[763,5.548]],[\"name/1774\",[27,26.009]],[\"parent/1774\",[763,5.548]],[\"name/1775\",[764,41.747]],[\"parent/1775\",[]],[\"name/1776\",[174,66.083]],[\"parent/1776\",[764,3.847]],[\"name/1777\",[765,71.191]],[\"parent/1777\",[764,3.847]],[\"name/1778\",[766,71.191]],[\"parent/1778\",[764,3.847]],[\"name/1779\",[767,71.191]],[\"parent/1779\",[764,3.847]],[\"name/1780\",[768,71.191]],[\"parent/1780\",[764,3.847]],[\"name/1781\",[769,71.191]],[\"parent/1781\",[764,3.847]],[\"name/1782\",[178,66.083]],[\"parent/1782\",[764,3.847]],[\"name/1783\",[176,66.083]],[\"parent/1783\",[764,3.847]],[\"name/1784\",[770,71.191]],[\"parent/1784\",[764,3.847]],[\"name/1785\",[771,71.191]],[\"parent/1785\",[764,3.847]],[\"name/1786\",[365,62.718]],[\"parent/1786\",[764,3.847]],[\"name/1787\",[71,53.845]],[\"parent/1787\",[764,3.847]],[\"name/1788\",[772,71.191]],[\"parent/1788\",[764,3.847]],[\"name/1789\",[177,66.083]],[\"parent/1789\",[764,3.847]],[\"name/1790\",[773,71.191]],[\"parent/1790\",[764,3.847]],[\"name/1791\",[774,71.191]],[\"parent/1791\",[764,3.847]],[\"name/1792\",[775,71.191]],[\"parent/1792\",[764,3.847]],[\"name/1793\",[776,71.191]],[\"parent/1793\",[764,3.847]],[\"name/1794\",[777,71.191]],[\"parent/1794\",[764,3.847]],[\"name/1795\",[778,71.191]],[\"parent/1795\",[764,3.847]],[\"name/1796\",[779,71.191]],[\"parent/1796\",[764,3.847]],[\"name/1797\",[780,71.191]],[\"parent/1797\",[764,3.847]],[\"name/1798\",[781,71.191]],[\"parent/1798\",[764,3.847]],[\"name/1799\",[782,71.191]],[\"parent/1799\",[764,3.847]],[\"name/1800\",[783,71.191]],[\"parent/1800\",[764,3.847]],[\"name/1801\",[784,71.191]],[\"parent/1801\",[764,3.847]],[\"name/1802\",[188,66.083]],[\"parent/1802\",[764,3.847]],[\"name/1803\",[785,71.191]],[\"parent/1803\",[]],[\"name/1804\",[786,71.191]],[\"parent/1804\",[]],[\"name/1805\",[787,71.191]],[\"parent/1805\",[]],[\"name/1806\",[788,71.191]],[\"parent/1806\",[]],[\"name/1807\",[789,71.191]],[\"parent/1807\",[]],[\"name/1808\",[790,71.191]],[\"parent/1808\",[]],[\"name/1809\",[791,71.191]],[\"parent/1809\",[]],[\"name/1810\",[792,71.191]],[\"parent/1810\",[]],[\"name/1811\",[793,71.191]],[\"parent/1811\",[]],[\"name/1812\",[794,71.191]],[\"parent/1812\",[]],[\"name/1813\",[795,71.191]],[\"parent/1813\",[]],[\"name/1814\",[796,71.191]],[\"parent/1814\",[]],[\"name/1815\",[797,71.191]],[\"parent/1815\",[]],[\"name/1816\",[798,71.191]],[\"parent/1816\",[]],[\"name/1817\",[799,71.191]],[\"parent/1817\",[]],[\"name/1818\",[800,71.191]],[\"parent/1818\",[]],[\"name/1819\",[801,71.191]],[\"parent/1819\",[]],[\"name/1820\",[293,55.097]],[\"parent/1820\",[]],[\"name/1821\",[18,66.083]],[\"parent/1821\",[293,5.077]],[\"name/1822\",[30,51.732]],[\"parent/1822\",[293,5.077]],[\"name/1823\",[17,55.097]],[\"parent/1823\",[293,5.077]],[\"name/1824\",[29,51.732]],[\"parent/1824\",[293,5.077]],[\"name/1825\",[802,60.205]],[\"parent/1825\",[]],[\"name/1826\",[1,24.156]],[\"parent/1826\",[802,5.548]],[\"name/1827\",[24,24.779]],[\"parent/1827\",[802,5.548]],[\"name/1828\",[25,45.541]],[\"parent/1828\",[802,5.548]],[\"name/1829\",[803,60.205]],[\"parent/1829\",[]],[\"name/1830\",[1,24.156]],[\"parent/1830\",[803,5.548]],[\"name/1831\",[24,24.779]],[\"parent/1831\",[803,5.548]],[\"name/1832\",[27,26.009]],[\"parent/1832\",[803,5.548]],[\"name/1833\",[804,58.198]],[\"parent/1833\",[]],[\"name/1834\",[805,71.191]],[\"parent/1834\",[804,5.363]],[\"name/1835\",[806,71.191]],[\"parent/1835\",[804,5.363]],[\"name/1836\",[807,71.191]],[\"parent/1836\",[804,5.363]],[\"name/1837\",[1,24.156]],[\"parent/1837\",[804,5.363]],[\"name/1838\",[808,55.097]],[\"parent/1838\",[]],[\"name/1839\",[809,71.191]],[\"parent/1839\",[808,5.077]],[\"name/1840\",[7,62.718]],[\"parent/1840\",[808,5.077]],[\"name/1841\",[8,62.718]],[\"parent/1841\",[808,5.077]],[\"name/1842\",[2,56.528]],[\"parent/1842\",[808,5.077]],[\"name/1843\",[810,71.191]],[\"parent/1843\",[808,5.077]],[\"name/1844\",[5,52.733]],[\"parent/1844\",[808,5.077]],[\"name/1845\",[811,62.718]],[\"parent/1845\",[]],[\"name/1846\",[1,24.156]],[\"parent/1846\",[811,5.78]],[\"name/1847\",[812,71.191]],[\"parent/1847\",[811,5.78]],[\"name/1848\",[813,71.191]],[\"parent/1848\",[]],[\"name/1849\",[814,71.191]],[\"parent/1849\",[]],[\"name/1850\",[815,71.191]],[\"parent/1850\",[]],[\"name/1851\",[816,71.191]],[\"parent/1851\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":86,\"name\":{\"140\":{},\"147\":{},\"180\":{},\"203\":{},\"210\":{},\"240\":{},\"244\":{},\"279\":{},\"283\":{},\"311\":{},\"315\":{},\"343\":{},\"347\":{},\"396\":{},\"400\":{},\"510\":{},\"706\":{},\"712\":{},\"716\":{},\"721\":{},\"862\":{},\"864\":{},\"869\":{},\"874\":{},\"879\":{},\"884\":{},\"889\":{},\"908\":{},\"925\":{},\"958\":{},\"963\":{},\"1013\":{},\"1034\":{},\"1052\":{},\"1063\":{},\"1067\":{},\"1071\":{},\"1215\":{},\"1230\":{},\"1239\":{},\"1576\":{}},\"parent\":{}}],[\"_attr\",{\"_index\":685,\"name\":{\"1607\":{}},\"parent\":{}}],[\"absolutehorizontalposition\",{\"_index\":320,\"name\":{\"828\":{}},\"parent\":{}}],[\"absoluteverticalposition\",{\"_index\":322,\"name\":{\"831\":{}},\"parent\":{}}],[\"abstractnumbering\",{\"_index\":383,\"name\":{\"981\":{}},\"parent\":{\"982\":{},\"983\":{},\"984\":{},\"985\":{}}}],[\"abstractnumid\",{\"_index\":406,\"name\":{\"1030\":{}},\"parent\":{}}],[\"add\",{\"_index\":697,\"name\":{\"1643\":{},\"1653\":{}},\"parent\":{}}],[\"addcelltocolumnindex\",{\"_index\":352,\"name\":{\"916\":{}},\"parent\":{}}],[\"addcelltoindex\",{\"_index\":351,\"name\":{\"915\":{}},\"parent\":{}}],[\"addchildelement\",{\"_index\":27,\"name\":{\"31\":{},\"40\":{},\"44\":{},\"55\":{},\"59\":{},\"63\":{},\"67\":{},\"82\":{},\"94\":{},\"98\":{},\"124\":{},\"128\":{},\"166\":{},\"229\":{},\"272\":{},\"375\":{},\"379\":{},\"383\":{},\"424\":{},\"432\":{},\"442\":{},\"446\":{},\"468\":{},\"473\":{},\"477\":{},\"481\":{},\"485\":{},\"489\":{},\"493\":{},\"501\":{},\"506\":{},\"521\":{},\"525\":{},\"530\":{},\"534\":{},\"540\":{},\"544\":{},\"551\":{},\"555\":{},\"559\":{},\"563\":{},\"567\":{},\"571\":{},\"575\":{},\"579\":{},\"587\":{},\"591\":{},\"598\":{},\"602\":{},\"609\":{},\"613\":{},\"621\":{},\"625\":{},\"633\":{},\"637\":{},\"642\":{},\"649\":{},\"653\":{},\"660\":{},\"664\":{},\"668\":{},\"672\":{},\"676\":{},\"680\":{},\"684\":{},\"731\":{},\"747\":{},\"763\":{},\"774\":{},\"778\":{},\"785\":{},\"793\":{},\"808\":{},\"845\":{},\"852\":{},\"895\":{},\"902\":{},\"920\":{},\"931\":{},\"943\":{},\"955\":{},\"980\":{},\"985\":{},\"1019\":{},\"1023\":{},\"1027\":{},\"1043\":{},\"1047\":{},\"1089\":{},\"1107\":{},\"1111\":{},\"1115\":{},\"1119\":{},\"1164\":{},\"1168\":{},\"1172\":{},\"1208\":{},\"1246\":{},\"1257\":{},\"1271\":{},\"1288\":{},\"1303\":{},\"1321\":{},\"1345\":{},\"1361\":{},\"1368\":{},\"1385\":{},\"1399\":{},\"1413\":{},\"1426\":{},\"1434\":{},\"1482\":{},\"1507\":{},\"1534\":{},\"1538\":{},\"1542\":{},\"1549\":{},\"1553\":{},\"1580\":{},\"1584\":{},\"1600\":{},\"1604\":{},\"1611\":{},\"1615\":{},\"1619\":{},\"1623\":{},\"1627\":{},\"1631\":{},\"1644\":{},\"1654\":{},\"1670\":{},\"1678\":{},\"1682\":{},\"1686\":{},\"1690\":{},\"1774\":{},\"1832\":{}},\"parent\":{}}],[\"addimage\",{\"_index\":415,\"name\":{\"1059\":{}},\"parent\":{}}],[\"addmedia\",{\"_index\":414,\"name\":{\"1058\":{}},\"parent\":{}}],[\"addruntofront\",{\"_index\":103,\"name\":{\"165\":{}},\"parent\":{}}],[\"addsection\",{\"_index\":495,\"name\":{\"1205\":{}},\"parent\":{}}],[\"after\",{\"_index\":45,\"name\":{\"73\":{}},\"parent\":{}}],[\"afterautospacing\",{\"_index\":50,\"name\":{\"78\":{}},\"parent\":{}}],[\"aiueo\",{\"_index\":716,\"name\":{\"1716\":{}},\"parent\":{}}],[\"aiueo_full_width\",{\"_index\":723,\"name\":{\"1724\":{}},\"parent\":{}}],[\"align\",{\"_index\":455,\"name\":{\"1140\":{},\"1144\":{}},\"parent\":{}}],[\"alignment\",{\"_index\":26,\"name\":{\"28\":{},\"152\":{},\"168\":{},\"185\":{},\"215\":{},\"720\":{},\"742\":{},\"802\":{},\"1009\":{}},\"parent\":{\"29\":{},\"30\":{},\"31\":{}}}],[\"alignmentattributes\",{\"_index\":23,\"name\":{\"24\":{}},\"parent\":{\"25\":{},\"26\":{},\"27\":{}}}],[\"alignmenttype\",{\"_index\":14,\"name\":{\"15\":{}},\"parent\":{\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{}}}],[\"all_pages\",{\"_index\":547,\"name\":{\"1323\":{}},\"parent\":{}}],[\"allcaps\",{\"_index\":126,\"name\":{\"251\":{},\"290\":{},\"322\":{},\"354\":{},\"407\":{}},\"parent\":{}}],[\"allowoverlap\",{\"_index\":462,\"name\":{\"1154\":{}},\"parent\":{}}],[\"anchor\",{\"_index\":276,\"name\":{\"711\":{}},\"parent\":{}}],[\"anchorlock\",{\"_index\":266,\"name\":{\"701\":{}},\"parent\":{}}],[\"appproperties\",{\"_index\":11,\"name\":{\"12\":{}},\"parent\":{}}],[\"arabic_abjad\",{\"_index\":752,\"name\":{\"1756\":{}},\"parent\":{}}],[\"arabic_alpha\",{\"_index\":751,\"name\":{\"1755\":{}},\"parent\":{}}],[\"around\",{\"_index\":261,\"name\":{\"694\":{}},\"parent\":{}}],[\"array\",{\"_index\":416,\"name\":{\"1060\":{}},\"parent\":{}}],[\"ascii\",{\"_index\":166,\"name\":{\"434\":{}},\"parent\":{}}],[\"at_least\",{\"_index\":41,\"name\":{\"69\":{}},\"parent\":{}}],[\"atleast\",{\"_index\":359,\"name\":{\"934\":{}},\"parent\":{}}],[\"attributemap\",{\"_index\":677,\"name\":{\"1589\":{}},\"parent\":{}}],[\"attributes\",{\"_index\":676,\"name\":{\"1585\":{}},\"parent\":{\"1586\":{},\"1587\":{},\"1588\":{}}}],[\"author\",{\"_index\":150,\"name\":{\"369\":{}},\"parent\":{}}],[\"auto\",{\"_index\":43,\"name\":{\"71\":{},\"695\":{},\"933\":{},\"945\":{}},\"parent\":{}}],[\"autofit\",{\"_index\":331,\"name\":{\"847\":{}},\"parent\":{}}],[\"back\",{\"_index\":552,\"name\":{\"1330\":{}},\"parent\":{}}],[\"background\",{\"_index\":469,\"name\":{\"1174\":{}},\"parent\":{}}],[\"baht_text\",{\"_index\":760,\"name\":{\"1764\":{}},\"parent\":{}}],[\"bar\",{\"_index\":63,\"name\":{\"103\":{}},\"parent\":{}}],[\"basedon\",{\"_index\":638,\"name\":{\"1486\":{},\"1497\":{},\"1512\":{},\"1524\":{}},\"parent\":{}}],[\"baseemphasismark\",{\"_index\":192,\"name\":{\"471\":{}},\"parent\":{\"472\":{},\"473\":{}}}],[\"basexmlcomponent\",{\"_index\":694,\"name\":{\"1635\":{}},\"parent\":{\"1636\":{},\"1637\":{}}}],[\"before\",{\"_index\":46,\"name\":{\"74\":{}},\"parent\":{}}],[\"beforeautospacing\",{\"_index\":49,\"name\":{\"77\":{}},\"parent\":{}}],[\"behinddocument\",{\"_index\":464,\"name\":{\"1156\":{}},\"parent\":{}}],[\"bidirectional\",{\"_index\":83,\"name\":{\"135\":{},\"198\":{}},\"parent\":{}}],[\"body\",{\"_index\":494,\"name\":{\"1203\":{}},\"parent\":{\"1204\":{},\"1205\":{},\"1206\":{},\"1207\":{},\"1208\":{}}}],[\"bold\",{\"_index\":113,\"name\":{\"235\":{},\"274\":{},\"306\":{},\"338\":{},\"391\":{}},\"parent\":{}}],[\"boldcomplexscript\",{\"_index\":114,\"name\":{\"236\":{},\"275\":{},\"307\":{},\"339\":{},\"392\":{}},\"parent\":{}}],[\"bookmark\",{\"_index\":207,\"name\":{\"513\":{}},\"parent\":{\"514\":{},\"515\":{},\"516\":{},\"517\":{}}}],[\"bookmarkend\",{\"_index\":209,\"name\":{\"522\":{}},\"parent\":{\"523\":{},\"524\":{},\"525\":{}}}],[\"bookmarkstart\",{\"_index\":208,\"name\":{\"518\":{}},\"parent\":{\"519\":{},\"520\":{},\"521\":{}}}],[\"border\",{\"_index\":31,\"name\":{\"37\":{},\"133\":{},\"196\":{},\"264\":{},\"303\":{},\"335\":{},\"367\":{},\"420\":{}},\"parent\":{\"38\":{},\"39\":{},\"40\":{}}}],[\"borderelement\",{\"_index\":763,\"name\":{\"1771\":{}},\"parent\":{\"1772\":{},\"1773\":{},\"1774\":{}}}],[\"borders\",{\"_index\":289,\"name\":{\"741\":{},\"758\":{},\"798\":{},\"1219\":{}},\"parent\":{}}],[\"borderstyle\",{\"_index\":764,\"name\":{\"1775\":{}},\"parent\":{\"1776\":{},\"1777\":{},\"1778\":{},\"1779\":{},\"1780\":{},\"1781\":{},\"1782\":{},\"1783\":{},\"1784\":{},\"1785\":{},\"1786\":{},\"1787\":{},\"1788\":{},\"1789\":{},\"1790\":{},\"1791\":{},\"1792\":{},\"1793\":{},\"1794\":{},\"1795\":{},\"1796\":{},\"1797\":{},\"1798\":{},\"1799\":{},\"1800\":{},\"1801\":{},\"1802\":{}}}],[\"both\",{\"_index\":18,\"name\":{\"19\":{},\"1821\":{}},\"parent\":{}}],[\"both_sides\",{\"_index\":435,\"name\":{\"1096\":{}},\"parent\":{}}],[\"bottom\",{\"_index\":30,\"name\":{\"34\":{},\"768\":{},\"822\":{},\"855\":{},\"868\":{},\"1148\":{},\"1233\":{},\"1349\":{},\"1698\":{},\"1822\":{}},\"parent\":{}}],[\"bottom_margin\",{\"_index\":451,\"name\":{\"1130\":{}},\"parent\":{}}],[\"bottom_to_top_left_to_right\",{\"_index\":305,\"name\":{\"787\":{}},\"parent\":{}}],[\"bottomfromtext\",{\"_index\":323,\"name\":{\"833\":{}},\"parent\":{}}],[\"break\",{\"_index\":112,\"name\":{\"232\":{},\"388\":{}},\"parent\":{}}],[\"bullet\",{\"_index\":85,\"name\":{\"139\":{},\"202\":{},\"987\":{},\"1727\":{}},\"parent\":{}}],[\"cantsplit\",{\"_index\":344,\"name\":{\"905\":{},\"922\":{}},\"parent\":{}}],[\"captionlabel\",{\"_index\":657,\"name\":{\"1559\":{}},\"parent\":{}}],[\"captionlabelincludingnumbers\",{\"_index\":659,\"name\":{\"1561\":{}},\"parent\":{}}],[\"cardinal_text\",{\"_index\":385,\"name\":{\"988\":{},\"1710\":{}},\"parent\":{}}],[\"cellcount\",{\"_index\":349,\"name\":{\"913\":{}},\"parent\":{}}],[\"cellmargin\",{\"_index\":310,\"name\":{\"803\":{}},\"parent\":{}}],[\"cells\",{\"_index\":350,\"name\":{\"914\":{}},\"parent\":{}}],[\"center\",{\"_index\":17,\"name\":{\"18\":{},\"102\":{},\"814\":{},\"820\":{},\"1692\":{},\"1699\":{},\"1823\":{}},\"parent\":{}}],[\"char\",{\"_index\":156,\"name\":{\"385\":{}},\"parent\":{}}],[\"character\",{\"_index\":444,\"name\":{\"1121\":{}},\"parent\":{}}],[\"characterspacing\",{\"_index\":134,\"name\":{\"259\":{},\"298\":{},\"330\":{},\"362\":{},\"415\":{}},\"parent\":{}}],[\"characterstyles\",{\"_index\":635,\"name\":{\"1477\":{}},\"parent\":{}}],[\"charspace\",{\"_index\":527,\"name\":{\"1280\":{}},\"parent\":{}}],[\"chicago\",{\"_index\":386,\"name\":{\"989\":{},\"1713\":{}},\"parent\":{}}],[\"children\",{\"_index\":81,\"name\":{\"132\":{},\"231\":{},\"387\":{},\"511\":{},\"516\":{},\"536\":{},\"581\":{},\"593\":{},\"604\":{},\"615\":{},\"627\":{},\"644\":{},\"655\":{},\"749\":{},\"904\":{},\"968\":{},\"1263\":{},\"1659\":{}},\"parent\":{}}],[\"chinese_counting\",{\"_index\":738,\"name\":{\"1741\":{}},\"parent\":{}}],[\"chinese_counting_ten_thousand\",{\"_index\":740,\"name\":{\"1743\":{}},\"parent\":{}}],[\"chinese_legal_simplified\",{\"_index\":739,\"name\":{\"1742\":{}},\"parent\":{}}],[\"chosung\",{\"_index\":726,\"name\":{\"1729\":{}},\"parent\":{}}],[\"clear\",{\"_index\":64,\"name\":{\"104\":{},\"1436\":{}},\"parent\":{}}],[\"colon\",{\"_index\":538,\"name\":{\"1307\":{}},\"parent\":{}}],[\"color\",{\"_index\":118,\"name\":{\"241\":{},\"246\":{},\"280\":{},\"285\":{},\"312\":{},\"317\":{},\"344\":{},\"349\":{},\"397\":{},\"402\":{},\"867\":{},\"872\":{},\"877\":{},\"882\":{},\"887\":{},\"892\":{},\"1419\":{},\"1429\":{},\"1768\":{}},\"parent\":{}}],[\"column\",{\"_index\":445,\"name\":{\"1122\":{},\"1227\":{},\"1254\":{}},\"parent\":{\"1255\":{},\"1256\":{},\"1257\":{}}}],[\"columnattributes\",{\"_index\":515,\"name\":{\"1250\":{}},\"parent\":{\"1251\":{},\"1252\":{},\"1253\":{}}}],[\"columnbreak\",{\"_index\":38,\"name\":{\"60\":{}},\"parent\":{\"61\":{},\"62\":{},\"63\":{}}}],[\"columnindextorootindex\",{\"_index\":354,\"name\":{\"918\":{}},\"parent\":{}}],[\"columns\",{\"_index\":521,\"name\":{\"1268\":{}},\"parent\":{\"1269\":{},\"1270\":{},\"1271\":{}}}],[\"columnsattributes\",{\"_index\":520,\"name\":{\"1264\":{}},\"parent\":{\"1265\":{},\"1266\":{},\"1267\":{}}}],[\"columnspan\",{\"_index\":296,\"name\":{\"756\":{}},\"parent\":{}}],[\"columnwidths\",{\"_index\":285,\"name\":{\"735\":{}},\"parent\":{}}],[\"concretehyperlink\",{\"_index\":200,\"name\":{\"497\":{}},\"parent\":{\"498\":{},\"499\":{},\"500\":{},\"501\":{}}}],[\"concretenumbering\",{\"_index\":381,\"name\":{\"978\":{},\"1037\":{}},\"parent\":{\"1038\":{},\"1039\":{},\"1040\":{},\"1041\":{},\"1042\":{},\"1043\":{}}}],[\"config\",{\"_index\":379,\"name\":{\"973\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"25\":{},\"29\":{},\"38\":{},\"42\":{},\"53\":{},\"57\":{},\"61\":{},\"65\":{},\"80\":{},\"92\":{},\"96\":{},\"118\":{},\"122\":{},\"126\":{},\"163\":{},\"226\":{},\"270\":{},\"372\":{},\"377\":{},\"381\":{},\"422\":{},\"430\":{},\"440\":{},\"444\":{},\"466\":{},\"475\":{},\"479\":{},\"483\":{},\"487\":{},\"491\":{},\"498\":{},\"503\":{},\"508\":{},\"514\":{},\"519\":{},\"523\":{},\"527\":{},\"532\":{},\"538\":{},\"542\":{},\"549\":{},\"553\":{},\"557\":{},\"561\":{},\"565\":{},\"569\":{},\"573\":{},\"577\":{},\"585\":{},\"589\":{},\"596\":{},\"600\":{},\"607\":{},\"611\":{},\"619\":{},\"623\":{},\"631\":{},\"635\":{},\"640\":{},\"647\":{},\"651\":{},\"658\":{},\"662\":{},\"666\":{},\"670\":{},\"674\":{},\"678\":{},\"682\":{},\"725\":{},\"729\":{},\"745\":{},\"760\":{},\"772\":{},\"776\":{},\"783\":{},\"791\":{},\"806\":{},\"839\":{},\"843\":{},\"850\":{},\"893\":{},\"900\":{},\"912\":{},\"929\":{},\"937\":{},\"941\":{},\"953\":{},\"975\":{},\"982\":{},\"1017\":{},\"1021\":{},\"1025\":{},\"1038\":{},\"1045\":{},\"1057\":{},\"1087\":{},\"1105\":{},\"1109\":{},\"1113\":{},\"1117\":{},\"1162\":{},\"1166\":{},\"1170\":{},\"1200\":{},\"1204\":{},\"1244\":{},\"1251\":{},\"1255\":{},\"1265\":{},\"1269\":{},\"1282\":{},\"1286\":{},\"1297\":{},\"1301\":{},\"1315\":{},\"1319\":{},\"1343\":{},\"1355\":{},\"1359\":{},\"1366\":{},\"1379\":{},\"1383\":{},\"1393\":{},\"1397\":{},\"1411\":{},\"1415\":{},\"1424\":{},\"1432\":{},\"1480\":{},\"1505\":{},\"1532\":{},\"1536\":{},\"1540\":{},\"1547\":{},\"1551\":{},\"1555\":{},\"1578\":{},\"1582\":{},\"1586\":{},\"1591\":{},\"1597\":{},\"1602\":{},\"1609\":{},\"1613\":{},\"1617\":{},\"1621\":{},\"1625\":{},\"1629\":{},\"1636\":{},\"1642\":{},\"1652\":{},\"1661\":{},\"1664\":{},\"1667\":{},\"1672\":{},\"1676\":{},\"1680\":{},\"1684\":{},\"1688\":{},\"1772\":{},\"1826\":{},\"1830\":{},\"1837\":{},\"1846\":{}},\"parent\":{}}],[\"contenttypes\",{\"_index\":9,\"name\":{\"10\":{}},\"parent\":{}}],[\"contextualspacing\",{\"_index\":96,\"name\":{\"154\":{},\"170\":{},\"187\":{},\"217\":{}},\"parent\":{}}],[\"continue\",{\"_index\":303,\"name\":{\"780\":{}},\"parent\":{}}],[\"continuous\",{\"_index\":572,\"name\":{\"1372\":{},\"1389\":{}},\"parent\":{}}],[\"convertinchestotwip\",{\"_index\":814,\"name\":{\"1849\":{}},\"parent\":{}}],[\"convertmillimeterstotwip\",{\"_index\":813,\"name\":{\"1848\":{}},\"parent\":{}}],[\"converttoxmlcomponent\",{\"_index\":679,\"name\":{\"1594\":{}},\"parent\":{}}],[\"coreproperties\",{\"_index\":3,\"name\":{\"4\":{}},\"parent\":{}}],[\"count\",{\"_index\":517,\"name\":{\"1260\":{}},\"parent\":{}}],[\"countby\",{\"_index\":574,\"name\":{\"1374\":{}},\"parent\":{}}],[\"cp\",{\"_index\":488,\"name\":{\"1193\":{}},\"parent\":{}}],[\"createconcretenumberinginstance\",{\"_index\":380,\"name\":{\"977\":{}},\"parent\":{}}],[\"createfootnote\",{\"_index\":703,\"name\":{\"1668\":{}},\"parent\":{}}],[\"cs\",{\"_index\":167,\"name\":{\"435\":{}},\"parent\":{}}],[\"current\",{\"_index\":139,\"name\":{\"266\":{}},\"parent\":{}}],[\"currentrelationshipid\",{\"_index\":809,\"name\":{\"1839\":{}},\"parent\":{}}],[\"custom\",{\"_index\":95,\"name\":{\"151\":{},\"184\":{},\"214\":{}},\"parent\":{}}],[\"customproperties\",{\"_index\":10,\"name\":{\"11\":{}},\"parent\":{}}],[\"dash\",{\"_index\":180,\"name\":{\"454\":{}},\"parent\":{}}],[\"dash_dot_stroked\",{\"_index\":765,\"name\":{\"1777\":{}},\"parent\":{}}],[\"dash_small_gap\",{\"_index\":767,\"name\":{\"1779\":{}},\"parent\":{}}],[\"dashdotdotheavy\",{\"_index\":187,\"name\":{\"461\":{}},\"parent\":{}}],[\"dashdotheavy\",{\"_index\":185,\"name\":{\"459\":{}},\"parent\":{}}],[\"dashed\",{\"_index\":766,\"name\":{\"1778\":{}},\"parent\":{}}],[\"dashedheavy\",{\"_index\":181,\"name\":{\"455\":{}},\"parent\":{}}],[\"dashlong\",{\"_index\":182,\"name\":{\"456\":{}},\"parent\":{}}],[\"dashlongheavy\",{\"_index\":183,\"name\":{\"457\":{}},\"parent\":{}}],[\"data\",{\"_index\":161,\"name\":{\"426\":{}},\"parent\":{}}],[\"date\",{\"_index\":151,\"name\":{\"370\":{}},\"parent\":{}}],[\"datetimevalue\",{\"_index\":799,\"name\":{\"1817\":{}},\"parent\":{}}],[\"dc\",{\"_index\":489,\"name\":{\"1194\":{}},\"parent\":{}}],[\"dcmitype\",{\"_index\":491,\"name\":{\"1196\":{}},\"parent\":{}}],[\"dcterms\",{\"_index\":490,\"name\":{\"1195\":{}},\"parent\":{}}],[\"decimal\",{\"_index\":65,\"name\":{\"105\":{},\"990\":{},\"1704\":{}},\"parent\":{}}],[\"decimal_enclosed_circle\",{\"_index\":387,\"name\":{\"991\":{},\"1722\":{}},\"parent\":{}}],[\"decimal_enclosed_circle_chinese\",{\"_index\":729,\"name\":{\"1732\":{}},\"parent\":{}}],[\"decimal_enclosed_full_stop\",{\"_index\":727,\"name\":{\"1730\":{}},\"parent\":{}}],[\"decimal_enclosed_fullstop\",{\"_index\":388,\"name\":{\"992\":{}},\"parent\":{}}],[\"decimal_enclosed_paren\",{\"_index\":728,\"name\":{\"1731\":{}},\"parent\":{}}],[\"decimal_enclosed_parentheses\",{\"_index\":389,\"name\":{\"993\":{}},\"parent\":{}}],[\"decimal_full_width\",{\"_index\":718,\"name\":{\"1718\":{}},\"parent\":{}}],[\"decimal_full_width_2\",{\"_index\":722,\"name\":{\"1723\":{}},\"parent\":{}}],[\"decimal_half_width\",{\"_index\":719,\"name\":{\"1719\":{}},\"parent\":{}}],[\"decimal_zero\",{\"_index\":390,\"name\":{\"994\":{},\"1726\":{}},\"parent\":{}}],[\"decimalnumber\",{\"_index\":785,\"name\":{\"1803\":{}},\"parent\":{}}],[\"default\",{\"_index\":370,\"name\":{\"959\":{},\"964\":{},\"1210\":{},\"1273\":{},\"1401\":{},\"1474\":{}},\"parent\":{}}],[\"degree\",{\"_index\":243,\"name\":{\"645\":{}},\"parent\":{}}],[\"deletedtextrun\",{\"_index\":708,\"name\":{\"1687\":{}},\"parent\":{\"1688\":{},\"1689\":{},\"1690\":{}}}],[\"denominator\",{\"_index\":216,\"name\":{\"547\":{}},\"parent\":{}}],[\"diagonal_cross\",{\"_index\":597,\"name\":{\"1437\":{}},\"parent\":{}}],[\"diagonal_stripe\",{\"_index\":598,\"name\":{\"1438\":{}},\"parent\":{}}],[\"display\",{\"_index\":555,\"name\":{\"1333\":{}},\"parent\":{}}],[\"distance\",{\"_index\":575,\"name\":{\"1377\":{}},\"parent\":{}}],[\"distb\",{\"_index\":426,\"name\":{\"1081\":{}},\"parent\":{}}],[\"distl\",{\"_index\":427,\"name\":{\"1082\":{}},\"parent\":{}}],[\"distr\",{\"_index\":428,\"name\":{\"1083\":{}},\"parent\":{}}],[\"distribute\",{\"_index\":20,\"name\":{\"21\":{}},\"parent\":{}}],[\"distt\",{\"_index\":425,\"name\":{\"1080\":{}},\"parent\":{}}],[\"docgridattributes\",{\"_index\":528,\"name\":{\"1281\":{}},\"parent\":{\"1282\":{},\"1283\":{},\"1284\":{}}}],[\"document\",{\"_index\":0,\"name\":{\"0\":{},\"2\":{}},\"parent\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{},\"11\":{},\"12\":{},\"13\":{},\"14\":{}}}],[\"documentattributes\",{\"_index\":493,\"name\":{\"1199\":{}},\"parent\":{\"1200\":{},\"1201\":{},\"1202\":{}}}],[\"documentbackground\",{\"_index\":593,\"name\":{\"1423\":{}},\"parent\":{\"1424\":{},\"1425\":{},\"1426\":{}}}],[\"documentbackgroundattributes\",{\"_index\":588,\"name\":{\"1414\":{}},\"parent\":{\"1415\":{},\"1416\":{},\"1417\":{}}}],[\"documentdefaults\",{\"_index\":652,\"name\":{\"1546\":{}},\"parent\":{\"1547\":{},\"1548\":{},\"1549\":{}}}],[\"documentgrid\",{\"_index\":529,\"name\":{\"1285\":{}},\"parent\":{\"1286\":{},\"1287\":{},\"1288\":{}}}],[\"documentgridtype\",{\"_index\":522,\"name\":{\"1272\":{}},\"parent\":{\"1273\":{},\"1274\":{},\"1275\":{},\"1276\":{}}}],[\"dollar_text\",{\"_index\":761,\"name\":{\"1765\":{}},\"parent\":{}}],[\"dot\",{\"_index\":68,\"name\":{\"110\":{},\"470\":{}},\"parent\":{}}],[\"dot_dash\",{\"_index\":768,\"name\":{\"1780\":{}},\"parent\":{}}],[\"dot_dot_dash\",{\"_index\":769,\"name\":{\"1781\":{}},\"parent\":{}}],[\"dotdash\",{\"_index\":184,\"name\":{\"458\":{}},\"parent\":{}}],[\"dotdotdash\",{\"_index\":186,\"name\":{\"460\":{}},\"parent\":{}}],[\"dotemphasismark\",{\"_index\":193,\"name\":{\"478\":{}},\"parent\":{\"479\":{},\"480\":{},\"481\":{}}}],[\"dotted\",{\"_index\":178,\"name\":{\"452\":{},\"1782\":{}},\"parent\":{}}],[\"dottedheavy\",{\"_index\":179,\"name\":{\"453\":{}},\"parent\":{}}],[\"double\",{\"_index\":176,\"name\":{\"450\":{},\"1783\":{}},\"parent\":{}}],[\"double_wave\",{\"_index\":770,\"name\":{\"1784\":{}},\"parent\":{}}],[\"doublestrike\",{\"_index\":128,\"name\":{\"253\":{},\"292\":{},\"324\":{},\"356\":{},\"409\":{}},\"parent\":{}}],[\"drawing\",{\"_index\":430,\"name\":{\"1086\":{}},\"parent\":{\"1087\":{},\"1088\":{},\"1089\":{}}}],[\"drop\",{\"_index\":256,\"name\":{\"687\":{}},\"parent\":{}}],[\"dropcap\",{\"_index\":267,\"name\":{\"702\":{}},\"parent\":{}}],[\"dropcaptype\",{\"_index\":255,\"name\":{\"685\":{}},\"parent\":{\"686\":{},\"687\":{},\"688\":{}}}],[\"dxa\",{\"_index\":364,\"name\":{\"946\":{}},\"parent\":{}}],[\"eastasia\",{\"_index\":168,\"name\":{\"436\":{}},\"parent\":{}}],[\"eighthpointmeasurevalue\",{\"_index\":800,\"name\":{\"1818\":{}},\"parent\":{}}],[\"em_dash\",{\"_index\":539,\"name\":{\"1308\":{}},\"parent\":{}}],[\"emboss\",{\"_index\":135,\"name\":{\"261\":{},\"300\":{},\"332\":{},\"364\":{},\"417\":{}},\"parent\":{}}],[\"emphasismark\",{\"_index\":121,\"name\":{\"243\":{},\"282\":{},\"314\":{},\"346\":{},\"399\":{},\"474\":{}},\"parent\":{\"475\":{},\"476\":{},\"477\":{}}}],[\"emphasismarktype\",{\"_index\":191,\"name\":{\"469\":{}},\"parent\":{\"470\":{}}}],[\"empty_object\",{\"_index\":673,\"name\":{\"1575\":{}},\"parent\":{\"1576\":{}}}],[\"emus\",{\"_index\":420,\"name\":{\"1066\":{}},\"parent\":{}}],[\"en_dash\",{\"_index\":540,\"name\":{\"1309\":{}},\"parent\":{}}],[\"end\",{\"_index\":16,\"name\":{\"17\":{},\"47\":{},\"106\":{},\"517\":{},\"769\":{}},\"parent\":{}}],[\"entriesfrombookmark\",{\"_index\":658,\"name\":{\"1560\":{}},\"parent\":{}}],[\"entryandpagenumberseparator\",{\"_index\":666,\"name\":{\"1568\":{}},\"parent\":{}}],[\"equalwidth\",{\"_index\":519,\"name\":{\"1262\":{}},\"parent\":{}}],[\"even\",{\"_index\":373,\"name\":{\"961\":{},\"966\":{},\"1212\":{},\"1403\":{}},\"parent\":{}}],[\"even_page\",{\"_index\":581,\"name\":{\"1390\":{}},\"parent\":{}}],[\"exact\",{\"_index\":360,\"name\":{\"935\":{}},\"parent\":{}}],[\"exactly\",{\"_index\":42,\"name\":{\"70\":{}},\"parent\":{}}],[\"external\",{\"_index\":199,\"name\":{\"496\":{}},\"parent\":{}}],[\"externalhyperlink\",{\"_index\":203,\"name\":{\"507\":{}},\"parent\":{\"508\":{},\"509\":{},\"510\":{}}}],[\"externalhyperlink.__type\",{\"_index\":205,\"name\":{},\"parent\":{\"511\":{},\"512\":{}}}],[\"extract\",{\"_index\":812,\"name\":{\"1847\":{}},\"parent\":{}}],[\"file\",{\"_index\":375,\"name\":{\"969\":{},\"1633\":{}},\"parent\":{}}],[\"filename\",{\"_index\":423,\"name\":{\"1077\":{}},\"parent\":{}}],[\"filerelationships\",{\"_index\":6,\"name\":{\"7\":{}},\"parent\":{}}],[\"fill\",{\"_index\":595,\"name\":{\"1428\":{}},\"parent\":{}}],[\"first\",{\"_index\":372,\"name\":{\"960\":{},\"965\":{},\"1211\":{},\"1402\":{}},\"parent\":{}}],[\"first_page\",{\"_index\":548,\"name\":{\"1324\":{}},\"parent\":{}}],[\"firstline\",{\"_index\":35,\"name\":{\"51\":{}},\"parent\":{}}],[\"fixed\",{\"_index\":332,\"name\":{\"848\":{}},\"parent\":{}}],[\"flip\",{\"_index\":411,\"name\":{\"1051\":{},\"1070\":{}},\"parent\":{}}],[\"float\",{\"_index\":287,\"name\":{\"738\":{},\"799\":{}},\"parent\":{}}],[\"floating\",{\"_index\":163,\"name\":{\"428\":{},\"1085\":{}},\"parent\":{}}],[\"font\",{\"_index\":131,\"name\":{\"256\":{},\"295\":{},\"327\":{},\"359\":{},\"412\":{}},\"parent\":{}}],[\"footer\",{\"_index\":508,\"name\":{\"1236\":{},\"1352\":{},\"1409\":{},\"1649\":{},\"1663\":{}},\"parent\":{\"1664\":{},\"1665\":{}}}],[\"footers\",{\"_index\":8,\"name\":{\"9\":{},\"962\":{},\"1841\":{}},\"parent\":{}}],[\"footerwrapper\",{\"_index\":701,\"name\":{\"1651\":{}},\"parent\":{\"1652\":{},\"1653\":{},\"1654\":{},\"1655\":{},\"1656\":{},\"1657\":{}}}],[\"footerwrappergroup\",{\"_index\":502,\"name\":{\"1223\":{}},\"parent\":{}}],[\"footnotereference\",{\"_index\":705,\"name\":{\"1675\":{}},\"parent\":{\"1676\":{},\"1677\":{},\"1678\":{}}}],[\"footnotereferencerun\",{\"_index\":706,\"name\":{\"1679\":{}},\"parent\":{\"1680\":{},\"1681\":{},\"1682\":{}}}],[\"footnotereferencerunattributes\",{\"_index\":704,\"name\":{\"1671\":{}},\"parent\":{\"1672\":{},\"1673\":{},\"1674\":{}}}],[\"footnotes\",{\"_index\":12,\"name\":{\"13\":{},\"1666\":{}},\"parent\":{\"1667\":{},\"1668\":{},\"1669\":{},\"1670\":{}}}],[\"format\",{\"_index\":399,\"name\":{\"1007\":{}},\"parent\":{}}],[\"formattype\",{\"_index\":542,\"name\":{\"1312\":{}},\"parent\":{}}],[\"frame\",{\"_index\":91,\"name\":{\"144\":{},\"207\":{}},\"parent\":{}}],[\"frameanchortype\",{\"_index\":258,\"name\":{\"689\":{}},\"parent\":{\"690\":{},\"691\":{},\"692\":{}}}],[\"frameproperties\",{\"_index\":282,\"name\":{\"728\":{}},\"parent\":{\"729\":{},\"730\":{},\"731\":{}}}],[\"framepropertiesattributes\",{\"_index\":281,\"name\":{\"724\":{}},\"parent\":{\"725\":{},\"726\":{},\"727\":{}}}],[\"framewrap\",{\"_index\":260,\"name\":{\"693\":{}},\"parent\":{\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"699\":{}}}],[\"fromxmlstring\",{\"_index\":681,\"name\":{\"1596\":{}},\"parent\":{}}],[\"front\",{\"_index\":553,\"name\":{\"1331\":{}},\"parent\":{}}],[\"ganada\",{\"_index\":725,\"name\":{\"1728\":{}},\"parent\":{}}],[\"grid\",{\"_index\":500,\"name\":{\"1221\":{}},\"parent\":{}}],[\"gridspan\",{\"_index\":301,\"name\":{\"775\":{}},\"parent\":{\"776\":{},\"777\":{},\"778\":{}}}],[\"gutter\",{\"_index\":509,\"name\":{\"1237\":{},\"1353\":{}},\"parent\":{}}],[\"hanging\",{\"_index\":34,\"name\":{\"50\":{}},\"parent\":{}}],[\"hansi\",{\"_index\":169,\"name\":{\"437\":{}},\"parent\":{}}],[\"header\",{\"_index\":507,\"name\":{\"1235\":{},\"1351\":{},\"1408\":{},\"1639\":{},\"1660\":{}},\"parent\":{\"1661\":{},\"1662\":{}}}],[\"headerfooterreference\",{\"_index\":587,\"name\":{\"1410\":{}},\"parent\":{\"1411\":{},\"1412\":{},\"1413\":{}}}],[\"headerfooterreferencetype\",{\"_index\":584,\"name\":{\"1400\":{}},\"parent\":{\"1401\":{},\"1402\":{},\"1403\":{}}}],[\"headerfootertype\",{\"_index\":586,\"name\":{\"1407\":{}},\"parent\":{\"1408\":{},\"1409\":{}}}],[\"headers\",{\"_index\":7,\"name\":{\"8\":{},\"957\":{},\"1840\":{}},\"parent\":{}}],[\"headerwrapper\",{\"_index\":696,\"name\":{\"1641\":{}},\"parent\":{\"1642\":{},\"1643\":{},\"1644\":{},\"1645\":{},\"1646\":{},\"1647\":{}}}],[\"headerwrappergroup\",{\"_index\":501,\"name\":{\"1222\":{}},\"parent\":{}}],[\"heading\",{\"_index\":82,\"name\":{\"134\":{},\"197\":{}},\"parent\":{}}],[\"heading_1\",{\"_index\":53,\"name\":{\"84\":{}},\"parent\":{}}],[\"heading_2\",{\"_index\":54,\"name\":{\"85\":{}},\"parent\":{}}],[\"heading_3\",{\"_index\":55,\"name\":{\"86\":{}},\"parent\":{}}],[\"heading_4\",{\"_index\":56,\"name\":{\"87\":{}},\"parent\":{}}],[\"heading_5\",{\"_index\":57,\"name\":{\"88\":{}},\"parent\":{}}],[\"heading_6\",{\"_index\":58,\"name\":{\"89\":{}},\"parent\":{}}],[\"headinglevel\",{\"_index\":52,\"name\":{\"83\":{}},\"parent\":{\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{}}}],[\"headingstylerange\",{\"_index\":665,\"name\":{\"1567\":{}},\"parent\":{}}],[\"hebrew_1\",{\"_index\":749,\"name\":{\"1753\":{}},\"parent\":{}}],[\"hebrew_2\",{\"_index\":750,\"name\":{\"1754\":{}},\"parent\":{}}],[\"height\",{\"_index\":269,\"name\":{\"704\":{},\"907\":{},\"924\":{},\"1050\":{},\"1241\":{},\"1294\":{}},\"parent\":{}}],[\"heightrule\",{\"_index\":358,\"name\":{\"932\":{}},\"parent\":{\"933\":{},\"934\":{},\"935\":{}}}],[\"hex\",{\"_index\":713,\"name\":{\"1712\":{}},\"parent\":{}}],[\"hexcolorvalue\",{\"_index\":792,\"name\":{\"1810\":{}},\"parent\":{}}],[\"hidetabandpagenumbersinwebview\",{\"_index\":672,\"name\":{\"1574\":{}},\"parent\":{}}],[\"highlight\",{\"_index\":132,\"name\":{\"257\":{},\"296\":{},\"328\":{},\"360\":{},\"413\":{}},\"parent\":{}}],[\"highlightcomplexscript\",{\"_index\":133,\"name\":{\"258\":{},\"297\":{},\"329\":{},\"361\":{},\"414\":{}},\"parent\":{}}],[\"hindi_consonants\",{\"_index\":754,\"name\":{\"1758\":{}},\"parent\":{}}],[\"hindi_counting\",{\"_index\":756,\"name\":{\"1760\":{}},\"parent\":{}}],[\"hindi_numbers\",{\"_index\":755,\"name\":{\"1759\":{}},\"parent\":{}}],[\"hindi_vowels\",{\"_index\":753,\"name\":{\"1757\":{}},\"parent\":{}}],[\"hint\",{\"_index\":170,\"name\":{\"438\":{}},\"parent\":{}}],[\"horizontal\",{\"_index\":277,\"name\":{\"713\":{},\"717\":{},\"1054\":{},\"1073\":{}},\"parent\":{}}],[\"horizontal_cross\",{\"_index\":599,\"name\":{\"1439\":{}},\"parent\":{}}],[\"horizontal_stripe\",{\"_index\":600,\"name\":{\"1440\":{}},\"parent\":{}}],[\"horizontalanchor\",{\"_index\":319,\"name\":{\"827\":{}},\"parent\":{}}],[\"horizontalposition\",{\"_index\":460,\"name\":{\"1152\":{},\"1165\":{}},\"parent\":{\"1166\":{},\"1167\":{},\"1168\":{}}}],[\"horizontalpositionalign\",{\"_index\":709,\"name\":{\"1691\":{}},\"parent\":{\"1692\":{},\"1693\":{},\"1694\":{},\"1695\":{},\"1696\":{}}}],[\"horizontalpositionrelativefrom\",{\"_index\":443,\"name\":{\"1120\":{}},\"parent\":{\"1121\":{},\"1122\":{},\"1123\":{},\"1124\":{},\"1125\":{},\"1126\":{},\"1127\":{},\"1128\":{}}}],[\"hpsmeasureelement\",{\"_index\":688,\"name\":{\"1616\":{}},\"parent\":{\"1617\":{},\"1618\":{},\"1619\":{}}}],[\"hpsmeasurevalue\",{\"_index\":794,\"name\":{\"1812\":{}},\"parent\":{}}],[\"hyperlink\",{\"_index\":662,\"name\":{\"1564\":{}},\"parent\":{}}],[\"hyperlinktype\",{\"_index\":197,\"name\":{\"494\":{}},\"parent\":{\"495\":{},\"496\":{}}}],[\"hyphen\",{\"_index\":69,\"name\":{\"111\":{},\"1305\":{}},\"parent\":{}}],[\"ibasecharacterstyleoptions\",{\"_index\":637,\"name\":{\"1483\":{}},\"parent\":{\"1484\":{},\"1485\":{},\"1486\":{},\"1487\":{},\"1488\":{},\"1489\":{},\"1490\":{},\"1491\":{},\"1492\":{}}}],[\"ibaseparagraphstyleoptions\",{\"_index\":646,\"name\":{\"1508\":{}},\"parent\":{\"1509\":{},\"1510\":{},\"1511\":{},\"1512\":{},\"1513\":{},\"1514\":{},\"1515\":{},\"1516\":{},\"1517\":{},\"1518\":{}}}],[\"iborderoptions\",{\"_index\":762,\"name\":{\"1766\":{}},\"parent\":{\"1767\":{},\"1768\":{},\"1769\":{},\"1770\":{}}}],[\"ibordersoptions\",{\"_index\":28,\"name\":{\"32\":{}},\"parent\":{\"33\":{},\"34\":{},\"35\":{},\"36\":{}}}],[\"icharacterstyleoptions\",{\"_index\":644,\"name\":{\"1493\":{}},\"parent\":{\"1494\":{},\"1495\":{},\"1496\":{},\"1497\":{},\"1498\":{},\"1499\":{},\"1500\":{},\"1501\":{},\"1502\":{},\"1503\":{}}}],[\"icolumnattributes\",{\"_index\":514,\"name\":{\"1247\":{}},\"parent\":{\"1248\":{},\"1249\":{}}}],[\"icolumnsattributes\",{\"_index\":516,\"name\":{\"1258\":{}},\"parent\":{\"1259\":{},\"1260\":{},\"1261\":{},\"1262\":{},\"1263\":{}}}],[\"iconcretenumberingoptions\",{\"_index\":404,\"name\":{\"1028\":{}},\"parent\":{\"1029\":{},\"1030\":{},\"1031\":{},\"1032\":{},\"1033\":{},\"1034\":{}}}],[\"iconcretenumberingoptions.__type\",{\"_index\":408,\"name\":{},\"parent\":{\"1035\":{},\"1036\":{}}}],[\"icontext\",{\"_index\":692,\"name\":{\"1632\":{}},\"parent\":{\"1633\":{},\"1634\":{}}}],[\"id\",{\"_index\":149,\"name\":{\"368\":{},\"983\":{},\"1406\":{},\"1494\":{},\"1520\":{}},\"parent\":{}}],[\"ideograph_digital\",{\"_index\":714,\"name\":{\"1714\":{}},\"parent\":{}}],[\"ideograph_enclosed_circle\",{\"_index\":730,\"name\":{\"1733\":{}},\"parent\":{}}],[\"ideograph_legal_traditional\",{\"_index\":735,\"name\":{\"1738\":{}},\"parent\":{}}],[\"ideograph_traditional\",{\"_index\":731,\"name\":{\"1734\":{}},\"parent\":{}}],[\"ideograph_zodiac\",{\"_index\":732,\"name\":{\"1735\":{}},\"parent\":{}}],[\"ideograph_zodiac_traditional\",{\"_index\":733,\"name\":{\"1736\":{}},\"parent\":{}}],[\"idistance\",{\"_index\":424,\"name\":{\"1079\":{}},\"parent\":{\"1080\":{},\"1081\":{},\"1082\":{},\"1083\":{}}}],[\"idocgridattributesproperties\",{\"_index\":525,\"name\":{\"1277\":{}},\"parent\":{\"1278\":{},\"1279\":{},\"1280\":{}}}],[\"idocumentattributesproperties\",{\"_index\":470,\"name\":{\"1175\":{}},\"parent\":{\"1176\":{},\"1177\":{},\"1178\":{},\"1179\":{},\"1180\":{},\"1181\":{},\"1182\":{},\"1183\":{},\"1184\":{},\"1185\":{},\"1186\":{},\"1187\":{},\"1188\":{},\"1189\":{},\"1190\":{},\"1191\":{},\"1192\":{},\"1193\":{},\"1194\":{},\"1195\":{},\"1196\":{},\"1197\":{},\"1198\":{}}}],[\"idocumentbackgroundoptions\",{\"_index\":589,\"name\":{\"1418\":{}},\"parent\":{\"1419\":{},\"1420\":{},\"1421\":{},\"1422\":{}}}],[\"idocumentdefaultsoptions\",{\"_index\":651,\"name\":{\"1543\":{}},\"parent\":{\"1544\":{},\"1545\":{}}}],[\"idocumentfooter\",{\"_index\":700,\"name\":{\"1648\":{}},\"parent\":{\"1649\":{},\"1650\":{}}}],[\"idocumentheader\",{\"_index\":695,\"name\":{\"1638\":{}},\"parent\":{\"1639\":{},\"1640\":{}}}],[\"idocumentoptions\",{\"_index\":468,\"name\":{\"1173\":{}},\"parent\":{\"1174\":{}}}],[\"idocumenttemplate\",{\"_index\":808,\"name\":{\"1838\":{}},\"parent\":{\"1839\":{},\"1840\":{},\"1841\":{},\"1842\":{},\"1843\":{},\"1844\":{}}}],[\"idrawingoptions\",{\"_index\":429,\"name\":{\"1084\":{}},\"parent\":{\"1085\":{}}}],[\"ifileproperties\",{\"_index\":376,\"name\":{\"970\":{}},\"parent\":{\"971\":{}}}],[\"ifloating\",{\"_index\":459,\"name\":{\"1151\":{}},\"parent\":{\"1152\":{},\"1153\":{},\"1154\":{},\"1155\":{},\"1156\":{},\"1157\":{},\"1158\":{},\"1159\":{},\"1160\":{}}}],[\"ifontattributesproperties\",{\"_index\":165,\"name\":{\"433\":{}},\"parent\":{\"434\":{},\"435\":{},\"436\":{},\"437\":{},\"438\":{}}}],[\"iframeoptions\",{\"_index\":265,\"name\":{\"700\":{}},\"parent\":{\"701\":{},\"702\":{},\"703\":{},\"704\":{},\"705\":{},\"706\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"715\":{},\"716\":{},\"719\":{},\"720\":{},\"721\":{}}}],[\"iframeoptions.__type\",{\"_index\":272,\"name\":{},\"parent\":{\"707\":{},\"708\":{},\"713\":{},\"714\":{},\"717\":{},\"718\":{},\"722\":{},\"723\":{}}}],[\"ignorable\",{\"_index\":487,\"name\":{\"1192\":{}},\"parent\":{}}],[\"ignoreifemptyxmlcomponent\",{\"_index\":675,\"name\":{\"1581\":{}},\"parent\":{\"1582\":{},\"1583\":{},\"1584\":{}}}],[\"iheaderfootergroup\",{\"_index\":496,\"name\":{\"1209\":{}},\"parent\":{\"1210\":{},\"1211\":{},\"1212\":{}}}],[\"iheaderfooteroptions\",{\"_index\":585,\"name\":{\"1404\":{}},\"parent\":{\"1405\":{},\"1406\":{}}}],[\"iheaderoptions\",{\"_index\":702,\"name\":{\"1658\":{}},\"parent\":{\"1659\":{}}}],[\"ihorizontalpositionoptions\",{\"_index\":453,\"name\":{\"1138\":{}},\"parent\":{\"1139\":{},\"1140\":{},\"1141\":{}}}],[\"iimageoptions\",{\"_index\":160,\"name\":{\"425\":{}},\"parent\":{\"426\":{},\"427\":{},\"428\":{}}}],[\"iindentattributesproperties\",{\"_index\":33,\"name\":{\"45\":{}},\"parent\":{\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{}}}],[\"ilevelparagraphstylepropertiesoptions\",{\"_index\":104,\"name\":{\"167\":{}},\"parent\":{\"168\":{},\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{}}}],[\"ilevelsoptions\",{\"_index\":398,\"name\":{\"1005\":{}},\"parent\":{\"1006\":{},\"1007\":{},\"1008\":{},\"1009\":{},\"1010\":{},\"1011\":{},\"1012\":{},\"1013\":{}}}],[\"ilevelsoptions.__type\",{\"_index\":401,\"name\":{},\"parent\":{\"1014\":{},\"1015\":{}}}],[\"ilinenumberattributes\",{\"_index\":573,\"name\":{\"1373\":{}},\"parent\":{\"1374\":{},\"1375\":{},\"1376\":{},\"1377\":{}}}],[\"imagerun\",{\"_index\":164,\"name\":{\"429\":{}},\"parent\":{\"430\":{},\"431\":{},\"432\":{}}}],[\"imargins\",{\"_index\":458,\"name\":{\"1146\":{}},\"parent\":{\"1147\":{},\"1148\":{},\"1149\":{},\"1150\":{}}}],[\"imathfractionoptions\",{\"_index\":214,\"name\":{\"545\":{}},\"parent\":{\"546\":{},\"547\":{}}}],[\"imathfunctionoptions\",{\"_index\":246,\"name\":{\"654\":{}},\"parent\":{\"655\":{},\"656\":{}}}],[\"imathoptions\",{\"_index\":211,\"name\":{\"535\":{}},\"parent\":{\"536\":{}}}],[\"imathpresubsuperscriptoptions\",{\"_index\":237,\"name\":{\"626\":{}},\"parent\":{\"627\":{},\"628\":{},\"629\":{}}}],[\"imathradicaloptions\",{\"_index\":242,\"name\":{\"643\":{}},\"parent\":{\"644\":{},\"645\":{}}}],[\"imathsubscriptoptions\",{\"_index\":231,\"name\":{\"603\":{}},\"parent\":{\"604\":{},\"605\":{}}}],[\"imathsubsuperscriptoptions\",{\"_index\":234,\"name\":{\"614\":{}},\"parent\":{\"615\":{},\"616\":{},\"617\":{}}}],[\"imathsumoptions\",{\"_index\":225,\"name\":{\"580\":{}},\"parent\":{\"581\":{},\"582\":{},\"583\":{}}}],[\"imathsuperscriptoptions\",{\"_index\":228,\"name\":{\"592\":{}},\"parent\":{\"593\":{},\"594\":{}}}],[\"imediadata\",{\"_index\":421,\"name\":{\"1075\":{}},\"parent\":{\"1076\":{},\"1077\":{},\"1078\":{}}}],[\"imediadatatransformation\",{\"_index\":417,\"name\":{\"1061\":{}},\"parent\":{\"1062\":{},\"1063\":{},\"1066\":{},\"1067\":{},\"1070\":{},\"1071\":{},\"1074\":{}}}],[\"imediadatatransformation.__type\",{\"_index\":419,\"name\":{},\"parent\":{\"1064\":{},\"1065\":{},\"1068\":{},\"1069\":{},\"1072\":{},\"1073\":{}}}],[\"imediatransformation\",{\"_index\":410,\"name\":{\"1048\":{}},\"parent\":{\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{},\"1055\":{}}}],[\"imediatransformation.__type\",{\"_index\":412,\"name\":{},\"parent\":{\"1053\":{},\"1054\":{}}}],[\"importdotx\",{\"_index\":811,\"name\":{\"1845\":{}},\"parent\":{\"1846\":{},\"1847\":{}}}],[\"importedrootelementattributes\",{\"_index\":682,\"name\":{\"1601\":{}},\"parent\":{\"1602\":{},\"1603\":{},\"1604\":{}}}],[\"importedstyles\",{\"_index\":636,\"name\":{\"1478\":{}},\"parent\":{}}],[\"importedxmlcomponent\",{\"_index\":680,\"name\":{\"1595\":{}},\"parent\":{\"1596\":{},\"1597\":{},\"1598\":{},\"1599\":{},\"1600\":{}}}],[\"imprint\",{\"_index\":136,\"name\":{\"262\":{},\"301\":{},\"333\":{},\"365\":{},\"418\":{}},\"parent\":{}}],[\"indent\",{\"_index\":36,\"name\":{\"52\":{},\"157\":{},\"173\":{},\"190\":{},\"220\":{},\"737\":{},\"796\":{}},\"parent\":{\"53\":{},\"54\":{},\"55\":{}}}],[\"initializablexmlcomponent\",{\"_index\":686,\"name\":{\"1608\":{}},\"parent\":{\"1609\":{},\"1610\":{},\"1611\":{}}}],[\"initialstyles\",{\"_index\":633,\"name\":{\"1475\":{}},\"parent\":{}}],[\"inline\",{\"_index\":317,\"name\":{\"824\":{}},\"parent\":{}}],[\"insertedtextrun\",{\"_index\":707,\"name\":{\"1683\":{}},\"parent\":{\"1684\":{},\"1685\":{},\"1686\":{}}}],[\"inset\",{\"_index\":771,\"name\":{\"1785\":{}},\"parent\":{}}],[\"inside\",{\"_index\":314,\"name\":{\"815\":{},\"821\":{},\"1693\":{},\"1700\":{}},\"parent\":{}}],[\"inside_margin\",{\"_index\":446,\"name\":{\"1123\":{},\"1131\":{}},\"parent\":{}}],[\"insidehorizontal\",{\"_index\":335,\"name\":{\"858\":{},\"883\":{}},\"parent\":{}}],[\"insidevertical\",{\"_index\":336,\"name\":{\"859\":{},\"888\":{}},\"parent\":{}}],[\"instance\",{\"_index\":94,\"name\":{\"150\":{},\"183\":{},\"213\":{},\"1032\":{},\"1041\":{}},\"parent\":{}}],[\"internal\",{\"_index\":198,\"name\":{\"495\":{}},\"parent\":{}}],[\"internalhyperlink\",{\"_index\":202,\"name\":{\"502\":{}},\"parent\":{\"503\":{},\"504\":{},\"505\":{},\"506\":{}}}],[\"inumberingoptions\",{\"_index\":378,\"name\":{\"972\":{}},\"parent\":{\"973\":{}}}],[\"ipageborderattributes\",{\"_index\":554,\"name\":{\"1332\":{}},\"parent\":{\"1333\":{},\"1334\":{},\"1335\":{}}}],[\"ipagebordersoptions\",{\"_index\":558,\"name\":{\"1336\":{}},\"parent\":{\"1337\":{},\"1338\":{},\"1339\":{},\"1340\":{},\"1341\":{}}}],[\"ipagemarginattributes\",{\"_index\":564,\"name\":{\"1346\":{}},\"parent\":{\"1347\":{},\"1348\":{},\"1349\":{},\"1350\":{},\"1351\":{},\"1352\":{},\"1353\":{}}}],[\"ipagenumbertypeattributes\",{\"_index\":541,\"name\":{\"1310\":{}},\"parent\":{\"1311\":{},\"1312\":{},\"1313\":{}}}],[\"ipagesizeattributes\",{\"_index\":533,\"name\":{\"1292\":{}},\"parent\":{\"1293\":{},\"1294\":{},\"1295\":{}}}],[\"iparagraphoptions\",{\"_index\":79,\"name\":{\"130\":{}},\"parent\":{\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{},\"161\":{}}}],[\"iparagraphoptions.__type\",{\"_index\":88,\"name\":{},\"parent\":{\"141\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{}}}],[\"iparagraphpropertiesoptions\",{\"_index\":107,\"name\":{\"195\":{}},\"parent\":{\"196\":{},\"197\":{},\"198\":{},\"199\":{},\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{},\"209\":{},\"210\":{},\"215\":{},\"216\":{},\"217\":{},\"218\":{},\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{}}}],[\"iparagraphpropertiesoptions.__type\",{\"_index\":108,\"name\":{},\"parent\":{\"204\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{}}}],[\"iparagraphstyleoptions\",{\"_index\":647,\"name\":{\"1519\":{}},\"parent\":{\"1520\":{},\"1521\":{},\"1522\":{},\"1523\":{},\"1524\":{},\"1525\":{},\"1526\":{},\"1527\":{},\"1528\":{},\"1529\":{},\"1530\":{}}}],[\"iparagraphstylepropertiesoptions\",{\"_index\":105,\"name\":{\"178\":{}},\"parent\":{\"179\":{},\"180\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{},\"189\":{},\"190\":{},\"191\":{},\"192\":{},\"193\":{},\"194\":{}}}],[\"iparagraphstylepropertiesoptions.__type\",{\"_index\":106,\"name\":{},\"parent\":{\"181\":{},\"182\":{},\"183\":{},\"184\":{}}}],[\"iroha\",{\"_index\":717,\"name\":{\"1717\":{}},\"parent\":{}}],[\"iroha_full_width\",{\"_index\":724,\"name\":{\"1725\":{}},\"parent\":{}}],[\"irunoptions\",{\"_index\":111,\"name\":{\"230\":{}},\"parent\":{\"231\":{},\"232\":{},\"233\":{},\"234\":{},\"235\":{},\"236\":{},\"237\":{},\"238\":{},\"239\":{},\"240\":{},\"243\":{},\"244\":{},\"246\":{},\"247\":{},\"248\":{},\"249\":{},\"250\":{},\"251\":{},\"252\":{},\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{},\"258\":{},\"259\":{},\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{}}}],[\"irunoptions.__type\",{\"_index\":119,\"name\":{},\"parent\":{\"241\":{},\"242\":{},\"245\":{}}}],[\"irunpropertieschangeoptions\",{\"_index\":147,\"name\":{\"336\":{}},\"parent\":{\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{},\"346\":{},\"347\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{},\"354\":{},\"355\":{},\"356\":{},\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{},\"363\":{},\"364\":{},\"365\":{},\"366\":{},\"367\":{},\"368\":{},\"369\":{},\"370\":{}}}],[\"irunpropertieschangeoptions.__type\",{\"_index\":148,\"name\":{},\"parent\":{\"344\":{},\"345\":{},\"348\":{}}}],[\"irunpropertiesoptions\",{\"_index\":145,\"name\":{\"304\":{}},\"parent\":{\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{},\"314\":{},\"315\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{},\"325\":{},\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"335\":{}}}],[\"irunpropertiesoptions.__type\",{\"_index\":146,\"name\":{},\"parent\":{\"312\":{},\"313\":{},\"316\":{}}}],[\"irunstylepropertiesoptions\",{\"_index\":143,\"name\":{\"273\":{}},\"parent\":{\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{},\"279\":{},\"282\":{},\"283\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{},\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{},\"303\":{}}}],[\"irunstylepropertiesoptions.__type\",{\"_index\":144,\"name\":{},\"parent\":{\"280\":{},\"281\":{},\"284\":{}}}],[\"isectionoptions\",{\"_index\":369,\"name\":{\"956\":{}},\"parent\":{\"957\":{},\"958\":{},\"962\":{},\"963\":{},\"967\":{},\"968\":{}}}],[\"isectionoptions.__type\",{\"_index\":371,\"name\":{},\"parent\":{\"959\":{},\"960\":{},\"961\":{},\"964\":{},\"965\":{},\"966\":{}}}],[\"isectionpropertiesoptions\",{\"_index\":497,\"name\":{\"1213\":{}},\"parent\":{\"1214\":{},\"1215\":{},\"1221\":{},\"1222\":{},\"1223\":{},\"1224\":{},\"1225\":{},\"1226\":{},\"1227\":{},\"1228\":{}}}],[\"isectionpropertiesoptions.__type\",{\"_index\":498,\"name\":{},\"parent\":{\"1216\":{},\"1217\":{},\"1218\":{},\"1219\":{},\"1220\":{}}}],[\"ishadingattributesproperties\",{\"_index\":594,\"name\":{\"1427\":{}},\"parent\":{\"1428\":{},\"1429\":{},\"1430\":{}}}],[\"ispacingproperties\",{\"_index\":44,\"name\":{\"72\":{}},\"parent\":{\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{}}}],[\"istylesoptions\",{\"_index\":632,\"name\":{\"1473\":{}},\"parent\":{\"1474\":{},\"1475\":{},\"1476\":{},\"1477\":{},\"1478\":{}}}],[\"isymbolrunoptions\",{\"_index\":155,\"name\":{\"384\":{}},\"parent\":{\"385\":{},\"386\":{},\"387\":{},\"388\":{},\"389\":{},\"390\":{},\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{},\"396\":{},\"399\":{},\"400\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{},\"406\":{},\"407\":{},\"408\":{},\"409\":{},\"410\":{},\"411\":{},\"412\":{},\"413\":{},\"414\":{},\"415\":{},\"416\":{},\"417\":{},\"418\":{},\"419\":{},\"420\":{}}}],[\"isymbolrunoptions.__type\",{\"_index\":158,\"name\":{},\"parent\":{\"397\":{},\"398\":{},\"401\":{}}}],[\"itablebordersoptions\",{\"_index\":334,\"name\":{\"853\":{}},\"parent\":{\"854\":{},\"855\":{},\"856\":{},\"857\":{},\"858\":{},\"859\":{}}}],[\"itablecellborders\",{\"_index\":299,\"name\":{\"764\":{}},\"parent\":{\"765\":{},\"766\":{},\"767\":{},\"768\":{},\"769\":{},\"770\":{}}}],[\"itablecelloptions\",{\"_index\":292,\"name\":{\"748\":{}},\"parent\":{\"749\":{},\"750\":{},\"751\":{},\"752\":{},\"753\":{},\"754\":{},\"755\":{},\"756\":{},\"757\":{},\"758\":{}}}],[\"itablefloatoptions\",{\"_index\":318,\"name\":{\"826\":{}},\"parent\":{\"827\":{},\"828\":{},\"829\":{},\"830\":{},\"831\":{},\"832\":{},\"833\":{},\"834\":{},\"835\":{},\"836\":{},\"837\":{}}}],[\"itableofcontentsoptions\",{\"_index\":656,\"name\":{\"1558\":{}},\"parent\":{\"1559\":{},\"1560\":{},\"1561\":{},\"1562\":{},\"1563\":{},\"1564\":{},\"1565\":{},\"1566\":{},\"1567\":{},\"1568\":{},\"1569\":{},\"1570\":{},\"1571\":{},\"1572\":{},\"1573\":{},\"1574\":{}}}],[\"itableoptions\",{\"_index\":283,\"name\":{\"732\":{}},\"parent\":{\"733\":{},\"734\":{},\"735\":{},\"736\":{},\"737\":{},\"738\":{},\"739\":{},\"740\":{},\"741\":{},\"742\":{},\"743\":{}}}],[\"itablepropertiesoptions\",{\"_index\":309,\"name\":{\"794\":{}},\"parent\":{\"795\":{},\"796\":{},\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{},\"804\":{}}}],[\"itablerowoptions\",{\"_index\":343,\"name\":{\"903\":{}},\"parent\":{\"904\":{},\"905\":{},\"906\":{},\"907\":{},\"908\":{}}}],[\"itablerowoptions.__type\",{\"_index\":347,\"name\":{},\"parent\":{\"909\":{},\"910\":{}}}],[\"itablerowpropertiesoptions\",{\"_index\":355,\"name\":{\"921\":{}},\"parent\":{\"922\":{},\"923\":{},\"924\":{},\"925\":{}}}],[\"itablerowpropertiesoptions.__type\",{\"_index\":356,\"name\":{},\"parent\":{\"926\":{},\"927\":{}}}],[\"itablewidthproperties\",{\"_index\":367,\"name\":{\"949\":{}},\"parent\":{\"950\":{},\"951\":{}}}],[\"italics\",{\"_index\":115,\"name\":{\"237\":{},\"276\":{},\"308\":{},\"340\":{},\"393\":{}},\"parent\":{}}],[\"italicscomplexscript\",{\"_index\":116,\"name\":{\"238\":{},\"277\":{},\"309\":{},\"341\":{},\"394\":{}},\"parent\":{}}],[\"itextwrapping\",{\"_index\":437,\"name\":{\"1100\":{}},\"parent\":{\"1101\":{},\"1102\":{},\"1103\":{}}}],[\"iverticalpositionoptions\",{\"_index\":457,\"name\":{\"1142\":{}},\"parent\":{\"1143\":{},\"1144\":{},\"1145\":{}}}],[\"ixmlableobject\",{\"_index\":684,\"name\":{\"1606\":{}},\"parent\":{\"1607\":{}}}],[\"ixmlattribute\",{\"_index\":683,\"name\":{\"1605\":{}},\"parent\":{}}],[\"japanese_counting\",{\"_index\":715,\"name\":{\"1715\":{}},\"parent\":{}}],[\"japanese_digital_ten_thousand\",{\"_index\":721,\"name\":{\"1721\":{}},\"parent\":{}}],[\"japanese_legal\",{\"_index\":720,\"name\":{\"1720\":{}},\"parent\":{}}],[\"justified\",{\"_index\":19,\"name\":{\"20\":{}},\"parent\":{}}],[\"keeplines\",{\"_index\":100,\"name\":{\"160\":{},\"176\":{},\"193\":{},\"223\":{}},\"parent\":{}}],[\"keepnext\",{\"_index\":99,\"name\":{\"159\":{},\"175\":{},\"192\":{},\"222\":{}},\"parent\":{}}],[\"korean_counting\",{\"_index\":742,\"name\":{\"1745\":{}},\"parent\":{}}],[\"korean_digital\",{\"_index\":741,\"name\":{\"1744\":{}},\"parent\":{}}],[\"korean_digital_2\",{\"_index\":744,\"name\":{\"1747\":{}},\"parent\":{}}],[\"korean_legal\",{\"_index\":743,\"name\":{\"1746\":{}},\"parent\":{}}],[\"landscape\",{\"_index\":532,\"name\":{\"1291\":{}},\"parent\":{}}],[\"largest\",{\"_index\":436,\"name\":{\"1099\":{}},\"parent\":{}}],[\"layout\",{\"_index\":288,\"name\":{\"739\":{},\"797\":{}},\"parent\":{}}],[\"layoutincell\",{\"_index\":465,\"name\":{\"1157\":{}},\"parent\":{}}],[\"leadertype\",{\"_index\":67,\"name\":{\"109\":{}},\"parent\":{\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{}}}],[\"left\",{\"_index\":21,\"name\":{\"22\":{},\"35\":{},\"48\":{},\"100\":{},\"767\":{},\"816\":{},\"856\":{},\"873\":{},\"1097\":{},\"1147\":{},\"1234\":{},\"1350\":{},\"1694\":{}},\"parent\":{}}],[\"left_margin\",{\"_index\":447,\"name\":{\"1124\":{}},\"parent\":{}}],[\"left_to_right_top_to_bottom\",{\"_index\":306,\"name\":{\"788\":{},\"1363\":{}},\"parent\":{}}],[\"leftfromtext\",{\"_index\":325,\"name\":{\"835\":{}},\"parent\":{}}],[\"lefttabstop\",{\"_index\":98,\"name\":{\"156\":{},\"172\":{},\"189\":{},\"219\":{}},\"parent\":{}}],[\"level\",{\"_index\":87,\"name\":{\"141\":{},\"149\":{},\"182\":{},\"204\":{},\"212\":{},\"528\":{},\"1006\":{},\"1020\":{},\"1557\":{}},\"parent\":{\"1021\":{},\"1022\":{},\"1023\":{}}}],[\"levelbase\",{\"_index\":402,\"name\":{\"1016\":{}},\"parent\":{\"1017\":{},\"1018\":{},\"1019\":{}}}],[\"levelformat\",{\"_index\":384,\"name\":{\"986\":{}},\"parent\":{\"987\":{},\"988\":{},\"989\":{},\"990\":{},\"991\":{},\"992\":{},\"993\":{},\"994\":{},\"995\":{},\"996\":{},\"997\":{},\"998\":{},\"999\":{},\"1000\":{}}}],[\"levelforoverride\",{\"_index\":403,\"name\":{\"1024\":{}},\"parent\":{\"1025\":{},\"1026\":{},\"1027\":{}}}],[\"leveloverride\",{\"_index\":409,\"name\":{\"1044\":{}},\"parent\":{\"1045\":{},\"1046\":{},\"1047\":{}}}],[\"levelsuffix\",{\"_index\":396,\"name\":{\"1001\":{}},\"parent\":{\"1002\":{},\"1003\":{},\"1004\":{}}}],[\"line\",{\"_index\":47,\"name\":{\"75\":{},\"1132\":{}},\"parent\":{}}],[\"linenumberattributes\",{\"_index\":576,\"name\":{\"1378\":{}},\"parent\":{\"1379\":{},\"1380\":{},\"1381\":{}}}],[\"linenumberrestartformat\",{\"_index\":569,\"name\":{\"1369\":{}},\"parent\":{\"1370\":{},\"1371\":{},\"1372\":{}}}],[\"linenumbers\",{\"_index\":503,\"name\":{\"1224\":{}},\"parent\":{}}],[\"linenumbertype\",{\"_index\":577,\"name\":{\"1382\":{}},\"parent\":{\"1383\":{},\"1384\":{},\"1385\":{}}}],[\"linepitch\",{\"_index\":526,\"name\":{\"1279\":{}},\"parent\":{}}],[\"linerule\",{\"_index\":48,\"name\":{\"76\":{}},\"parent\":{}}],[\"lineruletype\",{\"_index\":40,\"name\":{\"68\":{}},\"parent\":{\"69\":{},\"70\":{},\"71\":{}}}],[\"lines\",{\"_index\":275,\"name\":{\"710\":{},\"1274\":{}},\"parent\":{}}],[\"lines_and_chars\",{\"_index\":523,\"name\":{\"1275\":{}},\"parent\":{}}],[\"link\",{\"_index\":206,\"name\":{\"512\":{},\"1488\":{},\"1499\":{},\"1514\":{},\"1526\":{}},\"parent\":{}}],[\"linkid\",{\"_index\":201,\"name\":{\"499\":{},\"504\":{}},\"parent\":{}}],[\"lockanchor\",{\"_index\":463,\"name\":{\"1155\":{}},\"parent\":{}}],[\"longhexnumber\",{\"_index\":787,\"name\":{\"1805\":{}},\"parent\":{}}],[\"lower_letter\",{\"_index\":391,\"name\":{\"995\":{},\"1708\":{}},\"parent\":{}}],[\"lower_roman\",{\"_index\":392,\"name\":{\"996\":{},\"1706\":{}},\"parent\":{}}],[\"m\",{\"_index\":475,\"name\":{\"1180\":{}},\"parent\":{}}],[\"margin\",{\"_index\":257,\"name\":{\"688\":{},\"690\":{},\"810\":{},\"1125\":{},\"1133\":{},\"1217\":{}},\"parent\":{}}],[\"margins\",{\"_index\":286,\"name\":{\"736\":{},\"751\":{},\"1103\":{},\"1158\":{}},\"parent\":{}}],[\"math\",{\"_index\":212,\"name\":{\"537\":{}},\"parent\":{\"538\":{},\"539\":{},\"540\":{}}}],[\"mathaccentcharacter\",{\"_index\":220,\"name\":{\"560\":{}},\"parent\":{\"561\":{},\"562\":{},\"563\":{}}}],[\"mathangledbrackets\",{\"_index\":254,\"name\":{\"681\":{}},\"parent\":{\"682\":{},\"683\":{},\"684\":{}}}],[\"mathbase\",{\"_index\":221,\"name\":{\"564\":{}},\"parent\":{\"565\":{},\"566\":{},\"567\":{}}}],[\"mathcomponent\",{\"_index\":240,\"name\":{\"638\":{}},\"parent\":{}}],[\"mathcurlybrackets\",{\"_index\":253,\"name\":{\"677\":{}},\"parent\":{\"678\":{},\"679\":{},\"680\":{}}}],[\"mathdegree\",{\"_index\":241,\"name\":{\"639\":{}},\"parent\":{\"640\":{},\"641\":{},\"642\":{}}}],[\"mathdenominator\",{\"_index\":218,\"name\":{\"552\":{}},\"parent\":{\"553\":{},\"554\":{},\"555\":{}}}],[\"mathfraction\",{\"_index\":217,\"name\":{\"548\":{}},\"parent\":{\"549\":{},\"550\":{},\"551\":{}}}],[\"mathfunction\",{\"_index\":248,\"name\":{\"657\":{}},\"parent\":{\"658\":{},\"659\":{},\"660\":{}}}],[\"mathfunctionname\",{\"_index\":249,\"name\":{\"661\":{}},\"parent\":{\"662\":{},\"663\":{},\"664\":{}}}],[\"mathfunctionproperties\",{\"_index\":250,\"name\":{\"665\":{}},\"parent\":{\"666\":{},\"667\":{},\"668\":{}}}],[\"mathlimitlocation\",{\"_index\":222,\"name\":{\"568\":{}},\"parent\":{\"569\":{},\"570\":{},\"571\":{}}}],[\"mathnarayproperties\",{\"_index\":223,\"name\":{\"572\":{}},\"parent\":{\"573\":{},\"574\":{},\"575\":{}}}],[\"mathnumerator\",{\"_index\":219,\"name\":{\"556\":{}},\"parent\":{\"557\":{},\"558\":{},\"559\":{}}}],[\"mathpresubsuperscript\",{\"_index\":238,\"name\":{\"630\":{}},\"parent\":{\"631\":{},\"632\":{},\"633\":{}}}],[\"mathpresubsuperscriptproperties\",{\"_index\":239,\"name\":{\"634\":{}},\"parent\":{\"635\":{},\"636\":{},\"637\":{}}}],[\"mathradical\",{\"_index\":244,\"name\":{\"646\":{}},\"parent\":{\"647\":{},\"648\":{},\"649\":{}}}],[\"mathradicalproperties\",{\"_index\":245,\"name\":{\"650\":{}},\"parent\":{\"651\":{},\"652\":{},\"653\":{}}}],[\"mathroundbrackets\",{\"_index\":251,\"name\":{\"669\":{}},\"parent\":{\"670\":{},\"671\":{},\"672\":{}}}],[\"mathrun\",{\"_index\":213,\"name\":{\"541\":{}},\"parent\":{\"542\":{},\"543\":{},\"544\":{}}}],[\"mathsquarebrackets\",{\"_index\":252,\"name\":{\"673\":{}},\"parent\":{\"674\":{},\"675\":{},\"676\":{}}}],[\"mathsubscript\",{\"_index\":232,\"name\":{\"606\":{}},\"parent\":{\"607\":{},\"608\":{},\"609\":{}}}],[\"mathsubscriptelement\",{\"_index\":224,\"name\":{\"576\":{}},\"parent\":{\"577\":{},\"578\":{},\"579\":{}}}],[\"mathsubscriptproperties\",{\"_index\":233,\"name\":{\"610\":{}},\"parent\":{\"611\":{},\"612\":{},\"613\":{}}}],[\"mathsubsuperscript\",{\"_index\":235,\"name\":{\"618\":{}},\"parent\":{\"619\":{},\"620\":{},\"621\":{}}}],[\"mathsubsuperscriptproperties\",{\"_index\":236,\"name\":{\"622\":{}},\"parent\":{\"623\":{},\"624\":{},\"625\":{}}}],[\"mathsum\",{\"_index\":226,\"name\":{\"584\":{}},\"parent\":{\"585\":{},\"586\":{},\"587\":{}}}],[\"mathsuperscript\",{\"_index\":229,\"name\":{\"595\":{}},\"parent\":{\"596\":{},\"597\":{},\"598\":{}}}],[\"mathsuperscriptelement\",{\"_index\":227,\"name\":{\"588\":{}},\"parent\":{\"589\":{},\"590\":{},\"591\":{}}}],[\"mathsuperscriptproperties\",{\"_index\":230,\"name\":{\"599\":{}},\"parent\":{\"600\":{},\"601\":{},\"602\":{}}}],[\"max\",{\"_index\":74,\"name\":{\"116\":{}},\"parent\":{}}],[\"mc\",{\"_index\":472,\"name\":{\"1177\":{}},\"parent\":{}}],[\"measurementorpercentvalue\",{\"_index\":798,\"name\":{\"1816\":{}},\"parent\":{}}],[\"media\",{\"_index\":5,\"name\":{\"6\":{},\"1056\":{},\"1647\":{},\"1657\":{},\"1844\":{}},\"parent\":{\"1057\":{},\"1058\":{},\"1059\":{},\"1060\":{}}}],[\"middle_dot\",{\"_index\":70,\"name\":{\"112\":{}},\"parent\":{}}],[\"name\",{\"_index\":247,\"name\":{\"656\":{},\"1485\":{},\"1495\":{},\"1511\":{},\"1521\":{}},\"parent\":{}}],[\"never\",{\"_index\":341,\"name\":{\"897\":{}},\"parent\":{}}],[\"new_page\",{\"_index\":570,\"name\":{\"1370\":{}},\"parent\":{}}],[\"new_section\",{\"_index\":571,\"name\":{\"1371\":{}},\"parent\":{}}],[\"next\",{\"_index\":639,\"name\":{\"1487\":{},\"1498\":{},\"1513\":{},\"1525\":{}},\"parent\":{}}],[\"next_column\",{\"_index\":580,\"name\":{\"1388\":{}},\"parent\":{}}],[\"next_page\",{\"_index\":579,\"name\":{\"1387\":{}},\"parent\":{}}],[\"nil\",{\"_index\":365,\"name\":{\"947\":{},\"1441\":{},\"1786\":{}},\"parent\":{}}],[\"none\",{\"_index\":71,\"name\":{\"113\":{},\"686\":{},\"696\":{},\"861\":{},\"997\":{},\"1091\":{},\"1751\":{},\"1787\":{}},\"parent\":{}}],[\"not_beside\",{\"_index\":262,\"name\":{\"697\":{}},\"parent\":{}}],[\"not_first_page\",{\"_index\":549,\"name\":{\"1325\":{}},\"parent\":{}}],[\"nothing\",{\"_index\":397,\"name\":{\"1002\":{}},\"parent\":{}}],[\"num\",{\"_index\":66,\"name\":{\"107\":{},\"1035\":{}},\"parent\":{}}],[\"number_in_dash\",{\"_index\":748,\"name\":{\"1752\":{}},\"parent\":{}}],[\"numberformat\",{\"_index\":711,\"name\":{\"1703\":{}},\"parent\":{\"1704\":{},\"1705\":{},\"1706\":{},\"1707\":{},\"1708\":{},\"1709\":{},\"1710\":{},\"1711\":{},\"1712\":{},\"1713\":{},\"1714\":{},\"1715\":{},\"1716\":{},\"1717\":{},\"1718\":{},\"1719\":{},\"1720\":{},\"1721\":{},\"1722\":{},\"1723\":{},\"1724\":{},\"1725\":{},\"1726\":{},\"1727\":{},\"1728\":{},\"1729\":{},\"1730\":{},\"1731\":{},\"1732\":{},\"1733\":{},\"1734\":{},\"1735\":{},\"1736\":{},\"1737\":{},\"1738\":{},\"1739\":{},\"1740\":{},\"1741\":{},\"1742\":{},\"1743\":{},\"1744\":{},\"1745\":{},\"1746\":{},\"1747\":{},\"1748\":{},\"1749\":{},\"1750\":{},\"1751\":{},\"1752\":{},\"1753\":{},\"1754\":{},\"1755\":{},\"1756\":{},\"1757\":{},\"1758\":{},\"1759\":{},\"1760\":{},\"1761\":{},\"1762\":{},\"1763\":{},\"1764\":{},\"1765\":{}}}],[\"numbering\",{\"_index\":4,\"name\":{\"5\":{},\"146\":{},\"179\":{},\"209\":{},\"974\":{}},\"parent\":{\"975\":{},\"976\":{},\"977\":{},\"978\":{},\"979\":{},\"980\":{}}}],[\"numberproperties\",{\"_index\":77,\"name\":{\"125\":{}},\"parent\":{\"126\":{},\"127\":{},\"128\":{}}}],[\"numbervalueelement\",{\"_index\":690,\"name\":{\"1624\":{}},\"parent\":{\"1625\":{},\"1626\":{},\"1627\":{}}}],[\"numerator\",{\"_index\":215,\"name\":{\"546\":{}},\"parent\":{}}],[\"numid\",{\"_index\":405,\"name\":{\"1029\":{},\"1039\":{}},\"parent\":{}}],[\"o\",{\"_index\":473,\"name\":{\"1178\":{}},\"parent\":{}}],[\"odd_page\",{\"_index\":582,\"name\":{\"1391\":{}},\"parent\":{}}],[\"offset\",{\"_index\":456,\"name\":{\"1141\":{},\"1145\":{}},\"parent\":{}}],[\"offsetfrom\",{\"_index\":556,\"name\":{\"1334\":{}},\"parent\":{}}],[\"onoffelement\",{\"_index\":687,\"name\":{\"1612\":{}},\"parent\":{\"1613\":{},\"1614\":{},\"1615\":{}}}],[\"options\",{\"_index\":204,\"name\":{\"509\":{},\"761\":{},\"1662\":{},\"1665\":{}},\"parent\":{}}],[\"ordinal\",{\"_index\":712,\"name\":{\"1709\":{}},\"parent\":{}}],[\"ordinal_text\",{\"_index\":393,\"name\":{\"998\":{},\"1711\":{}},\"parent\":{}}],[\"orientation\",{\"_index\":512,\"name\":{\"1242\":{},\"1295\":{}},\"parent\":{}}],[\"outlinelevel\",{\"_index\":101,\"name\":{\"161\":{},\"177\":{},\"194\":{},\"224\":{},\"526\":{}},\"parent\":{\"527\":{},\"528\":{},\"529\":{},\"530\":{}}}],[\"outset\",{\"_index\":772,\"name\":{\"1788\":{}},\"parent\":{}}],[\"outside\",{\"_index\":315,\"name\":{\"817\":{},\"823\":{},\"1695\":{},\"1701\":{}},\"parent\":{}}],[\"outside_margin\",{\"_index\":448,\"name\":{\"1126\":{},\"1134\":{}},\"parent\":{}}],[\"overlap\",{\"_index\":327,\"name\":{\"837\":{},\"898\":{}},\"parent\":{}}],[\"overlaptype\",{\"_index\":340,\"name\":{\"896\":{}},\"parent\":{\"897\":{},\"898\":{}}}],[\"overridelevel\",{\"_index\":407,\"name\":{\"1033\":{}},\"parent\":{}}],[\"packer\",{\"_index\":804,\"name\":{\"1833\":{}},\"parent\":{\"1834\":{},\"1835\":{},\"1836\":{},\"1837\":{}}}],[\"page\",{\"_index\":259,\"name\":{\"691\":{},\"811\":{},\"1127\":{},\"1135\":{},\"1214\":{},\"1327\":{}},\"parent\":{}}],[\"pageborderbottom\",{\"_index\":562,\"name\":{\"1340\":{}},\"parent\":{}}],[\"pageborderdisplay\",{\"_index\":546,\"name\":{\"1322\":{}},\"parent\":{\"1323\":{},\"1324\":{},\"1325\":{}}}],[\"pageborderleft\",{\"_index\":563,\"name\":{\"1341\":{}},\"parent\":{}}],[\"pageborderoffsetfrom\",{\"_index\":550,\"name\":{\"1326\":{}},\"parent\":{\"1327\":{},\"1328\":{}}}],[\"pageborderright\",{\"_index\":561,\"name\":{\"1339\":{}},\"parent\":{}}],[\"pageborders\",{\"_index\":559,\"name\":{\"1337\":{},\"1342\":{}},\"parent\":{\"1343\":{},\"1344\":{},\"1345\":{}}}],[\"pagebordertop\",{\"_index\":560,\"name\":{\"1338\":{}},\"parent\":{}}],[\"pageborderzorder\",{\"_index\":551,\"name\":{\"1329\":{}},\"parent\":{\"1330\":{},\"1331\":{}}}],[\"pagebreak\",{\"_index\":37,\"name\":{\"56\":{}},\"parent\":{\"57\":{},\"58\":{},\"59\":{}}}],[\"pagebreakbefore\",{\"_index\":39,\"name\":{\"64\":{},\"136\":{},\"199\":{}},\"parent\":{\"65\":{},\"66\":{},\"67\":{}}}],[\"pagemargin\",{\"_index\":566,\"name\":{\"1358\":{}},\"parent\":{\"1359\":{},\"1360\":{},\"1361\":{}}}],[\"pagemarginattributes\",{\"_index\":565,\"name\":{\"1354\":{}},\"parent\":{\"1355\":{},\"1356\":{},\"1357\":{}}}],[\"pagenumber\",{\"_index\":138,\"name\":{\"265\":{}},\"parent\":{\"266\":{},\"267\":{},\"268\":{}}}],[\"pagenumbers\",{\"_index\":499,\"name\":{\"1218\":{}},\"parent\":{}}],[\"pagenumbersentrylevelsrange\",{\"_index\":664,\"name\":{\"1566\":{}},\"parent\":{}}],[\"pagenumberseparator\",{\"_index\":536,\"name\":{\"1304\":{}},\"parent\":{\"1305\":{},\"1306\":{},\"1307\":{},\"1308\":{},\"1309\":{}}}],[\"pagenumbertype\",{\"_index\":545,\"name\":{\"1318\":{}},\"parent\":{\"1319\":{},\"1320\":{},\"1321\":{}}}],[\"pagenumbertypeattributes\",{\"_index\":544,\"name\":{\"1314\":{}},\"parent\":{\"1315\":{},\"1316\":{},\"1317\":{}}}],[\"pageorientation\",{\"_index\":530,\"name\":{\"1289\":{}},\"parent\":{\"1290\":{},\"1291\":{}}}],[\"pagereference\",{\"_index\":210,\"name\":{\"531\":{}},\"parent\":{\"532\":{},\"533\":{},\"534\":{}}}],[\"pagesize\",{\"_index\":535,\"name\":{\"1300\":{}},\"parent\":{\"1301\":{},\"1302\":{},\"1303\":{}}}],[\"pagesizeattributes\",{\"_index\":534,\"name\":{\"1296\":{}},\"parent\":{\"1297\":{},\"1298\":{},\"1299\":{}}}],[\"pagetextdirection\",{\"_index\":568,\"name\":{\"1365\":{}},\"parent\":{\"1366\":{},\"1367\":{},\"1368\":{}}}],[\"pagetextdirectiontype\",{\"_index\":567,\"name\":{\"1362\":{}},\"parent\":{\"1363\":{},\"1364\":{}}}],[\"paragraph\",{\"_index\":102,\"name\":{\"162\":{},\"1015\":{},\"1136\":{},\"1509\":{},\"1522\":{},\"1544\":{}},\"parent\":{\"163\":{},\"164\":{},\"165\":{},\"166\":{}}}],[\"paragraphchild\",{\"_index\":78,\"name\":{\"129\":{}},\"parent\":{}}],[\"paragraphproperties\",{\"_index\":109,\"name\":{\"225\":{}},\"parent\":{\"226\":{},\"227\":{},\"228\":{},\"229\":{}}}],[\"paragraphpropertiesdefaults\",{\"_index\":649,\"name\":{\"1535\":{}},\"parent\":{\"1536\":{},\"1537\":{},\"1538\":{}}}],[\"paragraphstyles\",{\"_index\":634,\"name\":{\"1476\":{}},\"parent\":{}}],[\"percent_10\",{\"_index\":602,\"name\":{\"1443\":{}},\"parent\":{}}],[\"percent_12\",{\"_index\":603,\"name\":{\"1444\":{}},\"parent\":{}}],[\"percent_15\",{\"_index\":604,\"name\":{\"1445\":{}},\"parent\":{}}],[\"percent_20\",{\"_index\":605,\"name\":{\"1446\":{}},\"parent\":{}}],[\"percent_25\",{\"_index\":606,\"name\":{\"1447\":{}},\"parent\":{}}],[\"percent_30\",{\"_index\":607,\"name\":{\"1448\":{}},\"parent\":{}}],[\"percent_35\",{\"_index\":608,\"name\":{\"1449\":{}},\"parent\":{}}],[\"percent_37\",{\"_index\":609,\"name\":{\"1450\":{}},\"parent\":{}}],[\"percent_40\",{\"_index\":610,\"name\":{\"1451\":{}},\"parent\":{}}],[\"percent_45\",{\"_index\":611,\"name\":{\"1452\":{}},\"parent\":{}}],[\"percent_5\",{\"_index\":601,\"name\":{\"1442\":{}},\"parent\":{}}],[\"percent_50\",{\"_index\":612,\"name\":{\"1453\":{}},\"parent\":{}}],[\"percent_55\",{\"_index\":613,\"name\":{\"1454\":{}},\"parent\":{}}],[\"percent_60\",{\"_index\":614,\"name\":{\"1455\":{}},\"parent\":{}}],[\"percent_62\",{\"_index\":615,\"name\":{\"1456\":{}},\"parent\":{}}],[\"percent_65\",{\"_index\":616,\"name\":{\"1457\":{}},\"parent\":{}}],[\"percent_70\",{\"_index\":617,\"name\":{\"1458\":{}},\"parent\":{}}],[\"percent_75\",{\"_index\":618,\"name\":{\"1459\":{}},\"parent\":{}}],[\"percent_80\",{\"_index\":619,\"name\":{\"1460\":{}},\"parent\":{}}],[\"percent_85\",{\"_index\":620,\"name\":{\"1461\":{}},\"parent\":{}}],[\"percent_87\",{\"_index\":621,\"name\":{\"1462\":{}},\"parent\":{}}],[\"percent_90\",{\"_index\":622,\"name\":{\"1463\":{}},\"parent\":{}}],[\"percent_95\",{\"_index\":623,\"name\":{\"1464\":{}},\"parent\":{}}],[\"percentage\",{\"_index\":366,\"name\":{\"948\":{}},\"parent\":{}}],[\"percentagevalue\",{\"_index\":797,\"name\":{\"1815\":{}},\"parent\":{}}],[\"period\",{\"_index\":537,\"name\":{\"1306\":{}},\"parent\":{}}],[\"pixels\",{\"_index\":418,\"name\":{\"1062\":{}},\"parent\":{}}],[\"pointmeasurevalue\",{\"_index\":801,\"name\":{\"1819\":{}},\"parent\":{}}],[\"portrait\",{\"_index\":531,\"name\":{\"1290\":{}},\"parent\":{}}],[\"position\",{\"_index\":270,\"name\":{\"705\":{}},\"parent\":{}}],[\"positiveuniversalmeasurevalue\",{\"_index\":791,\"name\":{\"1809\":{}},\"parent\":{}}],[\"prepforxml\",{\"_index\":24,\"name\":{\"26\":{},\"30\":{},\"39\":{},\"43\":{},\"54\":{},\"58\":{},\"62\":{},\"66\":{},\"81\":{},\"93\":{},\"97\":{},\"119\":{},\"123\":{},\"127\":{},\"164\":{},\"228\":{},\"271\":{},\"374\":{},\"378\":{},\"382\":{},\"423\":{},\"431\":{},\"441\":{},\"445\":{},\"467\":{},\"472\":{},\"476\":{},\"480\":{},\"484\":{},\"488\":{},\"492\":{},\"500\":{},\"505\":{},\"520\":{},\"524\":{},\"529\":{},\"533\":{},\"539\":{},\"543\":{},\"550\":{},\"554\":{},\"558\":{},\"562\":{},\"566\":{},\"570\":{},\"574\":{},\"578\":{},\"586\":{},\"590\":{},\"597\":{},\"601\":{},\"608\":{},\"612\":{},\"620\":{},\"624\":{},\"632\":{},\"636\":{},\"641\":{},\"648\":{},\"652\":{},\"659\":{},\"663\":{},\"667\":{},\"671\":{},\"675\":{},\"679\":{},\"683\":{},\"726\":{},\"730\":{},\"746\":{},\"762\":{},\"773\":{},\"777\":{},\"784\":{},\"792\":{},\"807\":{},\"840\":{},\"844\":{},\"851\":{},\"894\":{},\"901\":{},\"919\":{},\"930\":{},\"938\":{},\"942\":{},\"954\":{},\"976\":{},\"984\":{},\"1018\":{},\"1022\":{},\"1026\":{},\"1042\":{},\"1046\":{},\"1088\":{},\"1106\":{},\"1110\":{},\"1114\":{},\"1118\":{},\"1163\":{},\"1167\":{},\"1171\":{},\"1201\":{},\"1206\":{},\"1245\":{},\"1252\":{},\"1256\":{},\"1266\":{},\"1270\":{},\"1283\":{},\"1287\":{},\"1298\":{},\"1302\":{},\"1316\":{},\"1320\":{},\"1344\":{},\"1356\":{},\"1360\":{},\"1367\":{},\"1380\":{},\"1384\":{},\"1394\":{},\"1398\":{},\"1412\":{},\"1416\":{},\"1425\":{},\"1433\":{},\"1481\":{},\"1506\":{},\"1533\":{},\"1537\":{},\"1541\":{},\"1548\":{},\"1552\":{},\"1579\":{},\"1583\":{},\"1587\":{},\"1592\":{},\"1599\":{},\"1603\":{},\"1610\":{},\"1614\":{},\"1618\":{},\"1622\":{},\"1626\":{},\"1630\":{},\"1637\":{},\"1669\":{},\"1673\":{},\"1677\":{},\"1681\":{},\"1685\":{},\"1689\":{},\"1773\":{},\"1827\":{},\"1831\":{}},\"parent\":{}}],[\"preservenewlineinentries\",{\"_index\":671,\"name\":{\"1573\":{}},\"parent\":{}}],[\"preservetabinentries\",{\"_index\":670,\"name\":{\"1572\":{}},\"parent\":{}}],[\"properties\",{\"_index\":374,\"name\":{\"967\":{}},\"parent\":{}}],[\"push\",{\"_index\":110,\"name\":{\"227\":{},\"373\":{},\"1207\":{},\"1598\":{}},\"parent\":{}}],[\"quickformat\",{\"_index\":643,\"name\":{\"1492\":{},\"1503\":{},\"1518\":{},\"1530\":{}},\"parent\":{}}],[\"r\",{\"_index\":474,\"name\":{\"1179\":{}},\"parent\":{}}],[\"reference\",{\"_index\":93,\"name\":{\"148\":{},\"181\":{},\"211\":{},\"1031\":{},\"1040\":{}},\"parent\":{}}],[\"referenceconfig\",{\"_index\":382,\"name\":{\"979\":{}},\"parent\":{}}],[\"relationships\",{\"_index\":699,\"name\":{\"1646\":{},\"1656\":{}},\"parent\":{}}],[\"relative\",{\"_index\":454,\"name\":{\"1139\":{},\"1143\":{}},\"parent\":{}}],[\"relativehorizontalposition\",{\"_index\":313,\"name\":{\"813\":{},\"829\":{}},\"parent\":{\"814\":{},\"815\":{},\"816\":{},\"817\":{},\"818\":{}}}],[\"relativeverticalposition\",{\"_index\":316,\"name\":{\"819\":{},\"832\":{}},\"parent\":{\"820\":{},\"821\":{},\"822\":{},\"823\":{},\"824\":{},\"825\":{}}}],[\"restart\",{\"_index\":304,\"name\":{\"781\":{},\"1376\":{}},\"parent\":{}}],[\"reverse_diagonal_stripe\",{\"_index\":624,\"name\":{\"1465\":{}},\"parent\":{}}],[\"revision\",{\"_index\":137,\"name\":{\"263\":{},\"302\":{},\"334\":{},\"366\":{},\"419\":{}},\"parent\":{}}],[\"right\",{\"_index\":22,\"name\":{\"23\":{},\"36\":{},\"49\":{},\"101\":{},\"770\":{},\"818\":{},\"857\":{},\"878\":{},\"1098\":{},\"1150\":{},\"1232\":{},\"1348\":{},\"1696\":{}},\"parent\":{}}],[\"right_margin\",{\"_index\":449,\"name\":{\"1128\":{}},\"parent\":{}}],[\"rightfromtext\",{\"_index\":326,\"name\":{\"836\":{}},\"parent\":{}}],[\"righttabstop\",{\"_index\":97,\"name\":{\"155\":{},\"171\":{},\"188\":{},\"218\":{}},\"parent\":{}}],[\"righttoleft\",{\"_index\":124,\"name\":{\"249\":{},\"288\":{},\"320\":{},\"352\":{},\"405\":{}},\"parent\":{}}],[\"rootindextocolumnindex\",{\"_index\":353,\"name\":{\"917\":{}},\"parent\":{}}],[\"rotation\",{\"_index\":413,\"name\":{\"1055\":{},\"1074\":{}},\"parent\":{}}],[\"rows\",{\"_index\":284,\"name\":{\"733\":{}},\"parent\":{}}],[\"rowspan\",{\"_index\":297,\"name\":{\"757\":{}},\"parent\":{}}],[\"rule\",{\"_index\":280,\"name\":{\"719\":{},\"910\":{},\"927\":{}},\"parent\":{}}],[\"run\",{\"_index\":142,\"name\":{\"269\":{},\"1014\":{},\"1484\":{},\"1496\":{},\"1510\":{},\"1523\":{},\"1545\":{}},\"parent\":{\"270\":{},\"271\":{},\"272\":{}}}],[\"runfonts\",{\"_index\":171,\"name\":{\"439\":{}},\"parent\":{\"440\":{},\"441\":{},\"442\":{}}}],[\"runproperties\",{\"_index\":152,\"name\":{\"371\":{}},\"parent\":{\"372\":{},\"373\":{},\"374\":{},\"375\":{}}}],[\"runpropertieschange\",{\"_index\":153,\"name\":{\"376\":{}},\"parent\":{\"377\":{},\"378\":{},\"379\":{}}}],[\"runpropertiesdefaults\",{\"_index\":650,\"name\":{\"1539\":{}},\"parent\":{\"1540\":{},\"1541\":{},\"1542\":{}}}],[\"russian_lower\",{\"_index\":746,\"name\":{\"1749\":{}},\"parent\":{}}],[\"russian_upper\",{\"_index\":747,\"name\":{\"1750\":{}},\"parent\":{}}],[\"sectionmargindefaults\",{\"_index\":505,\"name\":{\"1229\":{}},\"parent\":{\"1230\":{}}}],[\"sectionmargindefaults.__type\",{\"_index\":506,\"name\":{},\"parent\":{\"1231\":{},\"1232\":{},\"1233\":{},\"1234\":{},\"1235\":{},\"1236\":{},\"1237\":{}}}],[\"sectionpagesizedefaults\",{\"_index\":510,\"name\":{\"1238\":{}},\"parent\":{\"1239\":{}}}],[\"sectionpagesizedefaults.__type\",{\"_index\":511,\"name\":{},\"parent\":{\"1240\":{},\"1241\":{},\"1242\":{}}}],[\"sectionproperties\",{\"_index\":513,\"name\":{\"1243\":{}},\"parent\":{\"1244\":{},\"1245\":{},\"1246\":{}}}],[\"sectiontype\",{\"_index\":578,\"name\":{\"1386\":{}},\"parent\":{\"1387\":{},\"1388\":{},\"1389\":{},\"1390\":{},\"1391\":{}}}],[\"sectiontypeattributes\",{\"_index\":583,\"name\":{\"1392\":{}},\"parent\":{\"1393\":{},\"1394\":{},\"1395\":{}}}],[\"semihidden\",{\"_index\":641,\"name\":{\"1490\":{},\"1501\":{},\"1516\":{},\"1528\":{}},\"parent\":{}}],[\"separate\",{\"_index\":518,\"name\":{\"1261\":{}},\"parent\":{}}],[\"separator\",{\"_index\":543,\"name\":{\"1313\":{}},\"parent\":{}}],[\"seqfieldidentifierforprefix\",{\"_index\":667,\"name\":{\"1569\":{}},\"parent\":{}}],[\"sequenceandpagenumbersseparator\",{\"_index\":660,\"name\":{\"1562\":{}},\"parent\":{}}],[\"sequentialidentifier\",{\"_index\":172,\"name\":{\"443\":{}},\"parent\":{\"444\":{},\"445\":{},\"446\":{}}}],[\"set\",{\"_index\":25,\"name\":{\"27\":{},\"120\":{},\"727\":{},\"841\":{},\"939\":{},\"1202\":{},\"1253\":{},\"1267\":{},\"1284\":{},\"1299\":{},\"1317\":{},\"1357\":{},\"1381\":{},\"1395\":{},\"1417\":{},\"1588\":{},\"1593\":{},\"1674\":{},\"1828\":{}},\"parent\":{}}],[\"settings\",{\"_index\":13,\"name\":{\"14\":{}},\"parent\":{}}],[\"shading\",{\"_index\":89,\"name\":{\"142\":{},\"205\":{},\"260\":{},\"299\":{},\"331\":{},\"363\":{},\"416\":{},\"750\":{},\"800\":{},\"1431\":{}},\"parent\":{\"1432\":{},\"1433\":{},\"1434\":{}}}],[\"shadingtype\",{\"_index\":596,\"name\":{\"1435\":{}},\"parent\":{\"1436\":{},\"1437\":{},\"1438\":{},\"1439\":{},\"1440\":{},\"1441\":{},\"1442\":{},\"1443\":{},\"1444\":{},\"1445\":{},\"1446\":{},\"1447\":{},\"1448\":{},\"1449\":{},\"1450\":{},\"1451\":{},\"1452\":{},\"1453\":{},\"1454\":{},\"1455\":{},\"1456\":{},\"1457\":{},\"1458\":{},\"1459\":{},\"1460\":{},\"1461\":{},\"1462\":{},\"1463\":{},\"1464\":{},\"1465\":{},\"1466\":{},\"1467\":{},\"1468\":{},\"1469\":{},\"1470\":{},\"1471\":{},\"1472\":{}}}],[\"shorthexnumber\",{\"_index\":788,\"name\":{\"1806\":{}},\"parent\":{}}],[\"side\",{\"_index\":438,\"name\":{\"1102\":{}},\"parent\":{}}],[\"signedhpsmeasurevalue\",{\"_index\":795,\"name\":{\"1813\":{}},\"parent\":{}}],[\"signedtwipsmeasurevalue\",{\"_index\":793,\"name\":{\"1811\":{}},\"parent\":{}}],[\"simplefield\",{\"_index\":195,\"name\":{\"486\":{}},\"parent\":{\"487\":{},\"488\":{},\"489\":{}}}],[\"simplemailmergefield\",{\"_index\":196,\"name\":{\"490\":{}},\"parent\":{\"491\":{},\"492\":{},\"493\":{}}}],[\"simplepos\",{\"_index\":467,\"name\":{\"1161\":{}},\"parent\":{\"1162\":{},\"1163\":{},\"1164\":{}}}],[\"single\",{\"_index\":174,\"name\":{\"448\":{},\"1776\":{}},\"parent\":{}}],[\"size\",{\"_index\":122,\"name\":{\"247\":{},\"286\":{},\"318\":{},\"350\":{},\"403\":{},\"866\":{},\"871\":{},\"876\":{},\"881\":{},\"886\":{},\"891\":{},\"950\":{},\"1216\":{},\"1769\":{}},\"parent\":{}}],[\"sizecomplexscript\",{\"_index\":123,\"name\":{\"248\":{},\"287\":{},\"319\":{},\"351\":{},\"404\":{}},\"parent\":{}}],[\"smallcaps\",{\"_index\":125,\"name\":{\"250\":{},\"289\":{},\"321\":{},\"353\":{},\"406\":{}},\"parent\":{}}],[\"snap_to_chars\",{\"_index\":524,\"name\":{\"1276\":{}},\"parent\":{}}],[\"solid\",{\"_index\":625,\"name\":{\"1466\":{}},\"parent\":{}}],[\"space\",{\"_index\":279,\"name\":{\"715\":{},\"1003\":{},\"1249\":{},\"1259\":{},\"1770\":{}},\"parent\":{}}],[\"spacing\",{\"_index\":51,\"name\":{\"79\":{},\"158\":{},\"174\":{},\"191\":{},\"221\":{}},\"parent\":{\"80\":{},\"81\":{},\"82\":{}}}],[\"square\",{\"_index\":432,\"name\":{\"1092\":{}},\"parent\":{}}],[\"start\",{\"_index\":15,\"name\":{\"16\":{},\"46\":{},\"108\":{},\"515\":{},\"766\":{},\"1010\":{},\"1036\":{},\"1311\":{},\"1375\":{}},\"parent\":{}}],[\"stream\",{\"_index\":422,\"name\":{\"1076\":{}},\"parent\":{}}],[\"strike\",{\"_index\":127,\"name\":{\"252\":{},\"291\":{},\"323\":{},\"355\":{},\"408\":{}},\"parent\":{}}],[\"stringcontainer\",{\"_index\":691,\"name\":{\"1628\":{}},\"parent\":{\"1629\":{},\"1630\":{},\"1631\":{}}}],[\"stringvalueelement\",{\"_index\":689,\"name\":{\"1620\":{}},\"parent\":{\"1621\":{},\"1622\":{},\"1623\":{}}}],[\"style\",{\"_index\":60,\"name\":{\"91\":{},\"138\":{},\"201\":{},\"234\":{},\"305\":{},\"337\":{},\"390\":{},\"740\":{},\"801\":{},\"865\":{},\"870\":{},\"875\":{},\"880\":{},\"885\":{},\"890\":{},\"1012\":{},\"1767\":{}},\"parent\":{\"92\":{},\"93\":{},\"94\":{}}}],[\"styleforcharacter\",{\"_index\":645,\"name\":{\"1504\":{}},\"parent\":{\"1505\":{},\"1506\":{},\"1507\":{}}}],[\"styleforparagraph\",{\"_index\":648,\"name\":{\"1531\":{}},\"parent\":{\"1532\":{},\"1533\":{},\"1534\":{}}}],[\"stylelevel\",{\"_index\":654,\"name\":{\"1554\":{}},\"parent\":{\"1555\":{},\"1556\":{},\"1557\":{}}}],[\"stylename\",{\"_index\":655,\"name\":{\"1556\":{}},\"parent\":{}}],[\"styles\",{\"_index\":2,\"name\":{\"3\":{},\"1479\":{},\"1842\":{}},\"parent\":{\"1480\":{},\"1481\":{},\"1482\":{}}}],[\"styleswithlevels\",{\"_index\":668,\"name\":{\"1570\":{}},\"parent\":{}}],[\"subscript\",{\"_index\":129,\"name\":{\"254\":{},\"293\":{},\"325\":{},\"357\":{},\"410\":{},\"582\":{},\"605\":{},\"616\":{},\"628\":{}},\"parent\":{}}],[\"suffix\",{\"_index\":400,\"name\":{\"1011\":{}},\"parent\":{}}],[\"superscript\",{\"_index\":130,\"name\":{\"255\":{},\"294\":{},\"326\":{},\"358\":{},\"411\":{},\"583\":{},\"594\":{},\"617\":{},\"629\":{}},\"parent\":{}}],[\"suppresslinenumbers\",{\"_index\":92,\"name\":{\"145\":{},\"208\":{}},\"parent\":{}}],[\"symbolfont\",{\"_index\":157,\"name\":{\"386\":{}},\"parent\":{}}],[\"symbolrun\",{\"_index\":159,\"name\":{\"421\":{}},\"parent\":{\"422\":{},\"423\":{},\"424\":{}}}],[\"tab\",{\"_index\":194,\"name\":{\"482\":{},\"1004\":{}},\"parent\":{\"483\":{},\"484\":{},\"485\":{}}}],[\"tabattributes\",{\"_index\":75,\"name\":{\"117\":{}},\"parent\":{\"118\":{},\"119\":{},\"120\":{}}}],[\"table\",{\"_index\":291,\"name\":{\"744\":{}},\"parent\":{\"745\":{},\"746\":{},\"747\":{}}}],[\"tableanchortype\",{\"_index\":312,\"name\":{\"809\":{}},\"parent\":{\"810\":{},\"811\":{},\"812\":{}}}],[\"tableborders\",{\"_index\":337,\"name\":{\"860\":{}},\"parent\":{\"861\":{},\"862\":{},\"893\":{},\"894\":{},\"895\":{}}}],[\"tableborders.__type\",{\"_index\":338,\"name\":{},\"parent\":{\"863\":{},\"864\":{},\"868\":{},\"869\":{},\"873\":{},\"874\":{},\"878\":{},\"879\":{},\"883\":{},\"884\":{},\"888\":{},\"889\":{}}}],[\"tableborders.__type.__type\",{\"_index\":339,\"name\":{},\"parent\":{\"865\":{},\"866\":{},\"867\":{},\"870\":{},\"871\":{},\"872\":{},\"875\":{},\"876\":{},\"877\":{},\"880\":{},\"881\":{},\"882\":{},\"885\":{},\"886\":{},\"887\":{},\"890\":{},\"891\":{},\"892\":{}}}],[\"tablecell\",{\"_index\":298,\"name\":{\"759\":{}},\"parent\":{\"760\":{},\"761\":{},\"762\":{},\"763\":{}}}],[\"tablecellborders\",{\"_index\":300,\"name\":{\"771\":{}},\"parent\":{\"772\":{},\"773\":{},\"774\":{}}}],[\"tablefloatoptionsattributes\",{\"_index\":328,\"name\":{\"838\":{}},\"parent\":{\"839\":{},\"840\":{},\"841\":{}}}],[\"tablefloatproperties\",{\"_index\":329,\"name\":{\"842\":{}},\"parent\":{\"843\":{},\"844\":{},\"845\":{}}}],[\"tableheader\",{\"_index\":345,\"name\":{\"906\":{},\"923\":{}},\"parent\":{}}],[\"tablelayout\",{\"_index\":333,\"name\":{\"849\":{}},\"parent\":{\"850\":{},\"851\":{},\"852\":{}}}],[\"tablelayouttype\",{\"_index\":330,\"name\":{\"846\":{}},\"parent\":{\"847\":{},\"848\":{}}}],[\"tableofcontents\",{\"_index\":653,\"name\":{\"1550\":{}},\"parent\":{\"1551\":{},\"1552\":{},\"1553\":{}}}],[\"tableoverlap\",{\"_index\":342,\"name\":{\"899\":{}},\"parent\":{\"900\":{},\"901\":{},\"902\":{}}}],[\"tableproperties\",{\"_index\":311,\"name\":{\"805\":{}},\"parent\":{\"806\":{},\"807\":{},\"808\":{}}}],[\"tablerow\",{\"_index\":348,\"name\":{\"911\":{}},\"parent\":{\"912\":{},\"913\":{},\"914\":{},\"915\":{},\"916\":{},\"917\":{},\"918\":{},\"919\":{},\"920\":{}}}],[\"tablerowheight\",{\"_index\":362,\"name\":{\"940\":{}},\"parent\":{\"941\":{},\"942\":{},\"943\":{}}}],[\"tablerowheightattributes\",{\"_index\":361,\"name\":{\"936\":{}},\"parent\":{\"937\":{},\"938\":{},\"939\":{}}}],[\"tablerowproperties\",{\"_index\":357,\"name\":{\"928\":{}},\"parent\":{\"929\":{},\"930\":{},\"931\":{}}}],[\"tablewidthelement\",{\"_index\":368,\"name\":{\"952\":{}},\"parent\":{\"953\":{},\"954\":{},\"955\":{}}}],[\"tabstop\",{\"_index\":61,\"name\":{\"95\":{}},\"parent\":{\"96\":{},\"97\":{},\"98\":{}}}],[\"tabstopitem\",{\"_index\":76,\"name\":{\"121\":{}},\"parent\":{\"122\":{},\"123\":{},\"124\":{}}}],[\"tabstopposition\",{\"_index\":73,\"name\":{\"115\":{}},\"parent\":{\"116\":{}}}],[\"tabstops\",{\"_index\":84,\"name\":{\"137\":{},\"200\":{}},\"parent\":{}}],[\"tabstoptype\",{\"_index\":62,\"name\":{\"99\":{}},\"parent\":{\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{}}}],[\"taiwanese_counting\",{\"_index\":734,\"name\":{\"1737\":{}},\"parent\":{}}],[\"taiwanese_counting_thousand\",{\"_index\":736,\"name\":{\"1739\":{}},\"parent\":{}}],[\"taiwanese_digital\",{\"_index\":737,\"name\":{\"1740\":{}},\"parent\":{}}],[\"tcfieldidentifier\",{\"_index\":661,\"name\":{\"1563\":{}},\"parent\":{}}],[\"tcfieldlevelrange\",{\"_index\":663,\"name\":{\"1565\":{}},\"parent\":{}}],[\"tdirection\",{\"_index\":308,\"name\":{\"790\":{}},\"parent\":{\"791\":{},\"792\":{},\"793\":{}}}],[\"template\",{\"_index\":377,\"name\":{\"971\":{}},\"parent\":{}}],[\"text\",{\"_index\":80,\"name\":{\"131\":{},\"233\":{},\"389\":{},\"692\":{},\"812\":{},\"1008\":{},\"1328\":{}},\"parent\":{}}],[\"textdirection\",{\"_index\":294,\"name\":{\"753\":{},\"786\":{},\"1220\":{}},\"parent\":{\"787\":{},\"788\":{},\"789\":{}}}],[\"textrun\",{\"_index\":154,\"name\":{\"380\":{}},\"parent\":{\"381\":{},\"382\":{},\"383\":{}}}],[\"textwrappingside\",{\"_index\":434,\"name\":{\"1095\":{}},\"parent\":{\"1096\":{},\"1097\":{},\"1098\":{},\"1099\":{}}}],[\"textwrappingtype\",{\"_index\":431,\"name\":{\"1090\":{}},\"parent\":{\"1091\":{},\"1092\":{},\"1093\":{},\"1094\":{}}}],[\"thai_counting\",{\"_index\":759,\"name\":{\"1763\":{}},\"parent\":{}}],[\"thai_letters\",{\"_index\":757,\"name\":{\"1761\":{}},\"parent\":{}}],[\"thai_numbers\",{\"_index\":758,\"name\":{\"1762\":{}},\"parent\":{}}],[\"thematicbreak\",{\"_index\":32,\"name\":{\"41\":{},\"153\":{},\"169\":{},\"186\":{},\"216\":{}},\"parent\":{\"42\":{},\"43\":{},\"44\":{}}}],[\"themecolor\",{\"_index\":590,\"name\":{\"1420\":{}},\"parent\":{}}],[\"themeshade\",{\"_index\":591,\"name\":{\"1421\":{}},\"parent\":{}}],[\"themetint\",{\"_index\":592,\"name\":{\"1422\":{}},\"parent\":{}}],[\"thick\",{\"_index\":177,\"name\":{\"451\":{},\"1789\":{}},\"parent\":{}}],[\"thick_thin_large_gap\",{\"_index\":773,\"name\":{\"1790\":{}},\"parent\":{}}],[\"thick_thin_medium_gap\",{\"_index\":774,\"name\":{\"1791\":{}},\"parent\":{}}],[\"thick_thin_small_gap\",{\"_index\":775,\"name\":{\"1792\":{}},\"parent\":{}}],[\"thin_diagonal_cross\",{\"_index\":626,\"name\":{\"1467\":{}},\"parent\":{}}],[\"thin_diagonal_stripe\",{\"_index\":627,\"name\":{\"1468\":{}},\"parent\":{}}],[\"thin_horizontal_cross\",{\"_index\":628,\"name\":{\"1469\":{}},\"parent\":{}}],[\"thin_reverse_diagonal_stripe\",{\"_index\":629,\"name\":{\"1470\":{}},\"parent\":{}}],[\"thin_thick_large_gap\",{\"_index\":776,\"name\":{\"1793\":{}},\"parent\":{}}],[\"thin_thick_medium_gap\",{\"_index\":777,\"name\":{\"1794\":{}},\"parent\":{}}],[\"thin_thick_small_gap\",{\"_index\":778,\"name\":{\"1795\":{}},\"parent\":{}}],[\"thin_thick_thin_large_gap\",{\"_index\":779,\"name\":{\"1796\":{}},\"parent\":{}}],[\"thin_thick_thin_medium_gap\",{\"_index\":780,\"name\":{\"1797\":{}},\"parent\":{}}],[\"thin_thick_thin_small_gap\",{\"_index\":781,\"name\":{\"1798\":{}},\"parent\":{}}],[\"thin_vertical_stripe\",{\"_index\":630,\"name\":{\"1471\":{}},\"parent\":{}}],[\"three_d_emboss\",{\"_index\":782,\"name\":{\"1799\":{}},\"parent\":{}}],[\"three_d_engrave\",{\"_index\":783,\"name\":{\"1800\":{}},\"parent\":{}}],[\"through\",{\"_index\":263,\"name\":{\"698\":{}},\"parent\":{}}],[\"tight\",{\"_index\":264,\"name\":{\"699\":{},\"1093\":{}},\"parent\":{}}],[\"title\",{\"_index\":59,\"name\":{\"90\":{}},\"parent\":{}}],[\"titlepage\",{\"_index\":504,\"name\":{\"1225\":{}},\"parent\":{}}],[\"titlepageisdefined\",{\"_index\":810,\"name\":{\"1843\":{}},\"parent\":{}}],[\"tobase64string\",{\"_index\":806,\"name\":{\"1835\":{}},\"parent\":{}}],[\"toblob\",{\"_index\":807,\"name\":{\"1836\":{}},\"parent\":{}}],[\"tobuffer\",{\"_index\":805,\"name\":{\"1834\":{}},\"parent\":{}}],[\"top\",{\"_index\":29,\"name\":{\"33\":{},\"765\":{},\"825\":{},\"854\":{},\"863\":{},\"1149\":{},\"1231\":{},\"1347\":{},\"1702\":{},\"1824\":{}},\"parent\":{}}],[\"top_and_bottom\",{\"_index\":433,\"name\":{\"1094\":{}},\"parent\":{}}],[\"top_margin\",{\"_index\":452,\"name\":{\"1137\":{}},\"parent\":{}}],[\"top_to_bottom_right_to_left\",{\"_index\":307,\"name\":{\"789\":{},\"1364\":{}},\"parent\":{}}],[\"topfromtext\",{\"_index\":324,\"name\":{\"834\":{}},\"parent\":{}}],[\"total_pages\",{\"_index\":140,\"name\":{\"267\":{}},\"parent\":{}}],[\"total_pages_in_section\",{\"_index\":141,\"name\":{\"268\":{}},\"parent\":{}}],[\"transformation\",{\"_index\":162,\"name\":{\"427\":{},\"1078\":{}},\"parent\":{}}],[\"triple\",{\"_index\":784,\"name\":{\"1801\":{}},\"parent\":{}}],[\"twipsmeasurevalue\",{\"_index\":796,\"name\":{\"1814\":{}},\"parent\":{}}],[\"type\",{\"_index\":120,\"name\":{\"242\":{},\"245\":{},\"281\":{},\"284\":{},\"313\":{},\"316\":{},\"345\":{},\"348\":{},\"398\":{},\"401\":{},\"951\":{},\"1101\":{},\"1198\":{},\"1228\":{},\"1278\":{},\"1396\":{},\"1405\":{},\"1430\":{},\"1640\":{},\"1650\":{}},\"parent\":{\"1397\":{},\"1398\":{},\"1399\":{}}}],[\"ucharhexnumber\",{\"_index\":789,\"name\":{\"1807\":{}},\"parent\":{}}],[\"uipriority\",{\"_index\":640,\"name\":{\"1489\":{},\"1500\":{},\"1515\":{},\"1527\":{}},\"parent\":{}}],[\"underline\",{\"_index\":117,\"name\":{\"239\":{},\"278\":{},\"310\":{},\"342\":{},\"395\":{},\"465\":{}},\"parent\":{\"466\":{},\"467\":{},\"468\":{}}}],[\"underlinetype\",{\"_index\":173,\"name\":{\"447\":{}},\"parent\":{\"448\":{},\"449\":{},\"450\":{},\"451\":{},\"452\":{},\"453\":{},\"454\":{},\"455\":{},\"456\":{},\"457\":{},\"458\":{},\"459\":{},\"460\":{},\"461\":{},\"462\":{},\"463\":{},\"464\":{}}}],[\"underscore\",{\"_index\":72,\"name\":{\"114\":{}},\"parent\":{}}],[\"unhidewhenused\",{\"_index\":642,\"name\":{\"1491\":{},\"1502\":{},\"1517\":{},\"1529\":{}},\"parent\":{}}],[\"uniqueid\",{\"_index\":816,\"name\":{\"1851\":{}},\"parent\":{}}],[\"uniquenumericid\",{\"_index\":815,\"name\":{\"1850\":{}},\"parent\":{}}],[\"universalmeasurevalue\",{\"_index\":790,\"name\":{\"1808\":{}},\"parent\":{}}],[\"unsigneddecimalnumber\",{\"_index\":786,\"name\":{\"1804\":{}},\"parent\":{}}],[\"upper_letter\",{\"_index\":394,\"name\":{\"999\":{},\"1707\":{}},\"parent\":{}}],[\"upper_roman\",{\"_index\":395,\"name\":{\"1000\":{},\"1705\":{}},\"parent\":{}}],[\"useappliedparagraphoutlinelevel\",{\"_index\":669,\"name\":{\"1571\":{}},\"parent\":{}}],[\"v\",{\"_index\":476,\"name\":{\"1181\":{}},\"parent\":{}}],[\"value\",{\"_index\":346,\"name\":{\"909\":{},\"926\":{}},\"parent\":{}}],[\"vertical\",{\"_index\":278,\"name\":{\"714\":{},\"718\":{},\"1053\":{},\"1072\":{}},\"parent\":{}}],[\"vertical_stripe\",{\"_index\":631,\"name\":{\"1472\":{}},\"parent\":{}}],[\"verticalalign\",{\"_index\":293,\"name\":{\"752\":{},\"1226\":{},\"1820\":{}},\"parent\":{\"1821\":{},\"1822\":{},\"1823\":{},\"1824\":{}}}],[\"verticalalignattributes\",{\"_index\":802,\"name\":{\"1825\":{}},\"parent\":{\"1826\":{},\"1827\":{},\"1828\":{}}}],[\"verticalalignelement\",{\"_index\":803,\"name\":{\"1829\":{}},\"parent\":{\"1830\":{},\"1831\":{},\"1832\":{}}}],[\"verticalanchor\",{\"_index\":321,\"name\":{\"830\":{}},\"parent\":{}}],[\"verticalmerge\",{\"_index\":295,\"name\":{\"754\":{},\"782\":{}},\"parent\":{\"783\":{},\"784\":{},\"785\":{}}}],[\"verticalmergetype\",{\"_index\":302,\"name\":{\"779\":{}},\"parent\":{\"780\":{},\"781\":{}}}],[\"verticalposition\",{\"_index\":461,\"name\":{\"1153\":{},\"1169\":{}},\"parent\":{\"1170\":{},\"1171\":{},\"1172\":{}}}],[\"verticalpositionalign\",{\"_index\":710,\"name\":{\"1697\":{}},\"parent\":{\"1698\":{},\"1699\":{},\"1700\":{},\"1701\":{},\"1702\":{}}}],[\"verticalpositionrelativefrom\",{\"_index\":450,\"name\":{\"1129\":{}},\"parent\":{\"1130\":{},\"1131\":{},\"1132\":{},\"1133\":{},\"1134\":{},\"1135\":{},\"1136\":{},\"1137\":{}}}],[\"vietnamese_counting\",{\"_index\":745,\"name\":{\"1748\":{}},\"parent\":{}}],[\"view\",{\"_index\":698,\"name\":{\"1645\":{},\"1655\":{}},\"parent\":{}}],[\"viewwrapper\",{\"_index\":693,\"name\":{\"1634\":{}},\"parent\":{}}],[\"visuallyrighttoleft\",{\"_index\":290,\"name\":{\"743\":{},\"804\":{}},\"parent\":{}}],[\"w\",{\"_index\":480,\"name\":{\"1185\":{}},\"parent\":{}}],[\"w10\",{\"_index\":479,\"name\":{\"1184\":{}},\"parent\":{}}],[\"w14\",{\"_index\":481,\"name\":{\"1186\":{}},\"parent\":{}}],[\"w15\",{\"_index\":482,\"name\":{\"1187\":{}},\"parent\":{}}],[\"wave\",{\"_index\":188,\"name\":{\"462\":{},\"1802\":{}},\"parent\":{}}],[\"wavydouble\",{\"_index\":190,\"name\":{\"464\":{}},\"parent\":{}}],[\"wavyheavy\",{\"_index\":189,\"name\":{\"463\":{}},\"parent\":{}}],[\"widowcontrol\",{\"_index\":90,\"name\":{\"143\":{},\"206\":{}},\"parent\":{}}],[\"width\",{\"_index\":268,\"name\":{\"703\":{},\"734\":{},\"755\":{},\"795\":{},\"1049\":{},\"1240\":{},\"1248\":{},\"1293\":{}},\"parent\":{}}],[\"widthtype\",{\"_index\":363,\"name\":{\"944\":{}},\"parent\":{\"945\":{},\"946\":{},\"947\":{},\"948\":{}}}],[\"wne\",{\"_index\":485,\"name\":{\"1190\":{}},\"parent\":{}}],[\"words\",{\"_index\":175,\"name\":{\"449\":{}},\"parent\":{}}],[\"wp\",{\"_index\":478,\"name\":{\"1183\":{}},\"parent\":{}}],[\"wp14\",{\"_index\":477,\"name\":{\"1182\":{}},\"parent\":{}}],[\"wpc\",{\"_index\":471,\"name\":{\"1176\":{}},\"parent\":{}}],[\"wpg\",{\"_index\":483,\"name\":{\"1188\":{}},\"parent\":{}}],[\"wpi\",{\"_index\":484,\"name\":{\"1189\":{}},\"parent\":{}}],[\"wps\",{\"_index\":486,\"name\":{\"1191\":{}},\"parent\":{}}],[\"wrap\",{\"_index\":274,\"name\":{\"709\":{},\"1159\":{}},\"parent\":{}}],[\"wrapnone\",{\"_index\":439,\"name\":{\"1104\":{}},\"parent\":{\"1105\":{},\"1106\":{},\"1107\":{}}}],[\"wrapsquare\",{\"_index\":440,\"name\":{\"1108\":{}},\"parent\":{\"1109\":{},\"1110\":{},\"1111\":{}}}],[\"wraptight\",{\"_index\":441,\"name\":{\"1112\":{}},\"parent\":{\"1113\":{},\"1114\":{},\"1115\":{}}}],[\"wraptopandbottom\",{\"_index\":442,\"name\":{\"1116\":{}},\"parent\":{\"1117\":{},\"1118\":{},\"1119\":{}}}],[\"x\",{\"_index\":271,\"name\":{\"707\":{},\"722\":{},\"1064\":{},\"1068\":{}},\"parent\":{}}],[\"xmlattributecomponent\",{\"_index\":678,\"name\":{\"1590\":{}},\"parent\":{\"1591\":{},\"1592\":{},\"1593\":{}}}],[\"xmlcomponent\",{\"_index\":674,\"name\":{\"1577\":{}},\"parent\":{\"1578\":{},\"1579\":{},\"1580\":{}}}],[\"xsi\",{\"_index\":492,\"name\":{\"1197\":{}},\"parent\":{}}],[\"y\",{\"_index\":273,\"name\":{\"708\":{},\"723\":{},\"1065\":{},\"1069\":{}},\"parent\":{}}],[\"zindex\",{\"_index\":466,\"name\":{\"1160\":{}},\"parent\":{}}],[\"zorder\",{\"_index\":557,\"name\":{\"1335\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/api/assets/style.css b/api/assets/style.css index 28f90b673c..a16ed029e5 100644 --- a/api/assets/style.css +++ b/api/assets/style.css @@ -152,6 +152,15 @@ body.dark { --external-icon: var(--dark-external-icon); } +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + h1 { font-size: 2em; margin: 0.67em 0; @@ -1386,3 +1395,19 @@ input[type="checkbox"]:checked + .tsd-widget:before { img { max-width: 100%; } + +.tsd-anchor-icon { + margin-left: 10px; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} diff --git a/api/classes/AbstractNumbering.html b/api/classes/AbstractNumbering.html index 8ccc58c153..9848f3398e 100644 --- a/api/classes/AbstractNumbering.html +++ b/api/classes/AbstractNumbering.html @@ -1 +1 @@ -AbstractNumbering | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractNumbering

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly id

id: number

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +AbstractNumbering | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractNumbering

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

id: number

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Alignment.html b/api/classes/Alignment.html index afd67cf028..f272babdb8 100644 --- a/api/classes/Alignment.html +++ b/api/classes/Alignment.html @@ -1 +1 @@ -Alignment | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Alignment

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Alignment | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Alignment

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/AlignmentAttributes.html b/api/classes/AlignmentAttributes.html index 5aa97bff2b..e3d508f834 100644 --- a/api/classes/AlignmentAttributes.html +++ b/api/classes/AlignmentAttributes.html @@ -1 +1 @@ -AlignmentAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlignmentAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +AlignmentAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlignmentAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Attributes.html b/api/classes/Attributes.html index e89ad34b2f..5a3a395e5d 100644 --- a/api/classes/Attributes.html +++ b/api/classes/Attributes.html @@ -1 +1 @@ -Attributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Attributes

Hierarchy

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

Index

Constructors

Methods

Constructors

constructor

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

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

    Returns Attributes

Methods

prepForXml

set

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

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

    Returns void

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Attributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Attributes

Hierarchy

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

Index

Constructors

Methods

Constructors

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

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

    Returns Attributes

Methods

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

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

    Returns void

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BaseEmphasisMark.html b/api/classes/BaseEmphasisMark.html index 8a3f9f3894..902352eb9e 100644 --- a/api/classes/BaseEmphasisMark.html +++ b/api/classes/BaseEmphasisMark.html @@ -1 +1 @@ -BaseEmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseEmphasisMark

Hierarchy

Index

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BaseEmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseEmphasisMark

Hierarchy

Index

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BaseXmlComponent.html b/api/classes/BaseXmlComponent.html index 5879e5f129..b5b997af3f 100644 --- a/api/classes/BaseXmlComponent.html +++ b/api/classes/BaseXmlComponent.html @@ -1 +1 @@ -BaseXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseXmlComponent

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

Abstract prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BaseXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseXmlComponent

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Body.html b/api/classes/Body.html index 989263b845..e80290ac10 100644 --- a/api/classes/Body.html +++ b/api/classes/Body.html @@ -1,4 +1,4 @@ -Body | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Body

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

addSection

prepForXml

push

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Returns void

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Bookmark.html b/api/classes/Bookmark.html index d3c05c71a8..1d9e6c97fc 100644 --- a/api/classes/Bookmark.html +++ b/api/classes/Bookmark.html @@ -1 +1 @@ -Bookmark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bookmark

Hierarchy

  • Bookmark

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly children

children: ParagraphChild[]

Readonly end

Readonly start

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Bookmark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bookmark

Hierarchy

  • Bookmark

Index

Constructors

Properties

Constructors

Properties

children: ParagraphChild[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BookmarkEnd.html b/api/classes/BookmarkEnd.html index b1c0fb335f..89cf62fc0c 100644 --- a/api/classes/BookmarkEnd.html +++ b/api/classes/BookmarkEnd.html @@ -1 +1 @@ -BookmarkEnd | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BookmarkEnd

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BookmarkEnd | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BookmarkEnd

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BookmarkStart.html b/api/classes/BookmarkStart.html index b316f6e68d..b6b7ab5bd4 100644 --- a/api/classes/BookmarkStart.html +++ b/api/classes/BookmarkStart.html @@ -1 +1 @@ -BookmarkStart | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BookmarkStart

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BookmarkStart | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BookmarkStart

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Border.html b/api/classes/Border.html index d9d45007ed..5d9921a76c 100644 --- a/api/classes/Border.html +++ b/api/classes/Border.html @@ -1 +1 @@ -Border | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Border

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Border | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Border

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BorderElement.html b/api/classes/BorderElement.html index d1743cdc87..a4bcae625d 100644 --- a/api/classes/BorderElement.html +++ b/api/classes/BorderElement.html @@ -1 +1 @@ -BorderElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BorderElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BorderElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BorderElement

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Column.html b/api/classes/Column.html index 74d943e8b0..2d82f91b51 100644 --- a/api/classes/Column.html +++ b/api/classes/Column.html @@ -1 +1 @@ -Column | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Column

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Column | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Column

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ColumnAttributes.html b/api/classes/ColumnAttributes.html index e719548c36..0635578ef5 100644 --- a/api/classes/ColumnAttributes.html +++ b/api/classes/ColumnAttributes.html @@ -1 +1 @@ -ColumnAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ColumnAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ColumnBreak.html b/api/classes/ColumnBreak.html index 037fc26f87..11ced7222b 100644 --- a/api/classes/ColumnBreak.html +++ b/api/classes/ColumnBreak.html @@ -1 +1 @@ -ColumnBreak | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnBreak

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ColumnBreak | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnBreak

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Columns.html b/api/classes/Columns.html index ce0131ec2e..57ddbce45b 100644 --- a/api/classes/Columns.html +++ b/api/classes/Columns.html @@ -1 +1 @@ -Columns | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Columns

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Columns | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Columns

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ColumnsAttributes.html b/api/classes/ColumnsAttributes.html index 0508936bf2..7c887a0944 100644 --- a/api/classes/ColumnsAttributes.html +++ b/api/classes/ColumnsAttributes.html @@ -1 +1 @@ -ColumnsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnsAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ColumnsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnsAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ConcreteHyperlink.html b/api/classes/ConcreteHyperlink.html index 3758466127..49dc8c52b4 100644 --- a/api/classes/ConcreteHyperlink.html +++ b/api/classes/ConcreteHyperlink.html @@ -1 +1 @@ -ConcreteHyperlink | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConcreteHyperlink

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly linkId

linkId: string

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ConcreteHyperlink | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConcreteHyperlink

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

linkId: string

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ConcreteNumbering.html b/api/classes/ConcreteNumbering.html index 2ec5c2ea24..20d83aa558 100644 --- a/api/classes/ConcreteNumbering.html +++ b/api/classes/ConcreteNumbering.html @@ -1 +1 @@ -ConcreteNumbering | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConcreteNumbering

Hierarchy

Index

Constructors

constructor

Properties

Readonly instance

instance: number

Readonly numId

numId: number

Readonly reference

reference: string

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ConcreteNumbering | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConcreteNumbering

Hierarchy

Index

Constructors

Properties

instance: number
numId: number
reference: string

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DeletedTextRun.html b/api/classes/DeletedTextRun.html index 1852ac9fd0..6ff82ce829 100644 --- a/api/classes/DeletedTextRun.html +++ b/api/classes/DeletedTextRun.html @@ -1 +1 @@ -DeletedTextRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeletedTextRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DeletedTextRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeletedTextRun

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocGridAttributes.html b/api/classes/DocGridAttributes.html index 64b26aeebb..d40918346d 100644 --- a/api/classes/DocGridAttributes.html +++ b/api/classes/DocGridAttributes.html @@ -1 +1 @@ -DocGridAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocGridAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DocGridAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocGridAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Document.html b/api/classes/Document.html index cc20565ad0..72bc4c396b 100644 --- a/api/classes/Document.html +++ b/api/classes/Document.html @@ -1 +1 @@ -Document | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Document

Hierarchy

  • Document

Index

Constructors

constructor

Accessors

AppProperties

  • get AppProperties(): AppProperties

ContentTypes

  • get ContentTypes(): ContentTypes

CoreProperties

  • get CoreProperties(): CoreProperties

CustomProperties

  • get CustomProperties(): CustomProperties

Document

  • get Document(): DocumentWrapper

FileRelationships

  • get FileRelationships(): Relationships

FootNotes

  • get FootNotes(): FootnotesWrapper

Footers

Headers

Media

Numbering

Settings

  • get Settings(): Settings

Styles

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Document | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Document

Hierarchy

  • Document

Index

Constructors

Accessors

  • get AppProperties(): AppProperties
  • get ContentTypes(): ContentTypes
  • get CoreProperties(): CoreProperties
  • get CustomProperties(): CustomProperties
  • get Document(): DocumentWrapper
  • get FileRelationships(): Relationships
  • get FootNotes(): FootnotesWrapper
  • get Settings(): Settings

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentAttributes.html b/api/classes/DocumentAttributes.html index e952b52f40..638480082a 100644 --- a/api/classes/DocumentAttributes.html +++ b/api/classes/DocumentAttributes.html @@ -1 +1 @@ -DocumentAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DocumentAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentBackground.html b/api/classes/DocumentBackground.html index f0e52c9416..034cb9438f 100644 --- a/api/classes/DocumentBackground.html +++ b/api/classes/DocumentBackground.html @@ -1 +1 @@ -DocumentBackground | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentBackground

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DocumentBackground | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentBackground

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentBackgroundAttributes.html b/api/classes/DocumentBackgroundAttributes.html index ae81a1a771..944363e751 100644 --- a/api/classes/DocumentBackgroundAttributes.html +++ b/api/classes/DocumentBackgroundAttributes.html @@ -1 +1 @@ -DocumentBackgroundAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentBackgroundAttributes

Hierarchy

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

Index

Constructors

Methods

Constructors

constructor

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

Methods

prepForXml

set

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DocumentBackgroundAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentBackgroundAttributes

Hierarchy

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

Index

Constructors

Methods

Constructors

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

Methods

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentDefaults.html b/api/classes/DocumentDefaults.html index ea33e7488b..876a773a0b 100644 --- a/api/classes/DocumentDefaults.html +++ b/api/classes/DocumentDefaults.html @@ -1 +1 @@ -DocumentDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentDefaults

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DocumentDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentDefaults

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentGrid.html b/api/classes/DocumentGrid.html index b13ab9ca25..8d394bf4c7 100644 --- a/api/classes/DocumentGrid.html +++ b/api/classes/DocumentGrid.html @@ -1 +1 @@ -DocumentGrid | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentGrid

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DocumentGrid | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentGrid

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DotEmphasisMark.html b/api/classes/DotEmphasisMark.html index af1989ce84..042efab4b8 100644 --- a/api/classes/DotEmphasisMark.html +++ b/api/classes/DotEmphasisMark.html @@ -1 +1 @@ -DotEmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DotEmphasisMark

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DotEmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DotEmphasisMark

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Drawing.html b/api/classes/Drawing.html index 7b962cf9aa..2213c852f9 100644 --- a/api/classes/Drawing.html +++ b/api/classes/Drawing.html @@ -1 +1 @@ -Drawing | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Drawing

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Drawing | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Drawing

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/EmphasisMark.html b/api/classes/EmphasisMark.html index 604c6212b9..77469ff662 100644 --- a/api/classes/EmphasisMark.html +++ b/api/classes/EmphasisMark.html @@ -1 +1 @@ -EmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmphasisMark

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +EmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmphasisMark

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ExternalHyperlink.html b/api/classes/ExternalHyperlink.html index 61e20a3381..33f10a421a 100644 --- a/api/classes/ExternalHyperlink.html +++ b/api/classes/ExternalHyperlink.html @@ -1 +1 @@ -ExternalHyperlink | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExternalHyperlink

Hierarchy

  • ExternalHyperlink

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly options

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

Type declaration

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ExternalHyperlink | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExternalHyperlink

Hierarchy

  • ExternalHyperlink

Index

Constructors

Properties

Constructors

Properties

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

Type declaration

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootNoteReferenceRunAttributes.html b/api/classes/FootNoteReferenceRunAttributes.html index 773efd65b1..85e92962eb 100644 --- a/api/classes/FootNoteReferenceRunAttributes.html +++ b/api/classes/FootNoteReferenceRunAttributes.html @@ -1 +1 @@ -FootNoteReferenceRunAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootNoteReferenceRunAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FootNoteReferenceRunAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootNoteReferenceRunAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootNotes.html b/api/classes/FootNotes.html index fdcd6a7d7f..c32221eca6 100644 --- a/api/classes/FootNotes.html +++ b/api/classes/FootNotes.html @@ -1 +1 @@ -FootNotes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootNotes

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

createFootNote

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

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FootNotes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootNotes

Hierarchy

Index

Constructors

Methods

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Footer.html b/api/classes/Footer.html index 4ded5b9d03..eb297fc3d0 100644 --- a/api/classes/Footer.html +++ b/api/classes/Footer.html @@ -1 +1 @@ -Footer | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Footer

Hierarchy

  • Footer

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly options

options: IHeaderOptions = ...

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Footer | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Footer

Hierarchy

  • Footer

Index

Constructors

Properties

Constructors

Properties

options: IHeaderOptions = ...

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FooterWrapper.html b/api/classes/FooterWrapper.html index a0092a233d..3c19e1113a 100644 --- a/api/classes/FooterWrapper.html +++ b/api/classes/FooterWrapper.html @@ -1 +1 @@ -FooterWrapper | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FooterWrapper

Hierarchy

  • FooterWrapper

Implements

  • IViewWrapper

Index

Constructors

constructor

Accessors

Media

Relationships

  • get Relationships(): Relationships

View

  • get View(): Footer

Methods

add

addChildElement

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FooterWrapper | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FooterWrapper

Hierarchy

  • FooterWrapper

Implements

  • IViewWrapper

Index

Constructors

Accessors

  • get Relationships(): Relationships
  • get View(): Footer

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootnoteReference.html b/api/classes/FootnoteReference.html index 774c4b49d7..31f858720c 100644 --- a/api/classes/FootnoteReference.html +++ b/api/classes/FootnoteReference.html @@ -1 +1 @@ -FootnoteReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootnoteReference

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FootnoteReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootnoteReference

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootnoteReferenceRun.html b/api/classes/FootnoteReferenceRun.html index 06862eafe3..b302460954 100644 --- a/api/classes/FootnoteReferenceRun.html +++ b/api/classes/FootnoteReferenceRun.html @@ -1 +1 @@ -FootnoteReferenceRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootnoteReferenceRun

Hierarchy

  • Run
    • FootnoteReferenceRun

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FootnoteReferenceRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootnoteReferenceRun

Hierarchy

  • Run
    • FootnoteReferenceRun

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FrameProperties.html b/api/classes/FrameProperties.html index 30383b6451..a2a060d1b2 100644 --- a/api/classes/FrameProperties.html +++ b/api/classes/FrameProperties.html @@ -1 +1 @@ -FrameProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FrameProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FrameProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FrameProperties

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FramePropertiesAttributes.html b/api/classes/FramePropertiesAttributes.html index 4e06b1c98b..39dc990fd2 100644 --- a/api/classes/FramePropertiesAttributes.html +++ b/api/classes/FramePropertiesAttributes.html @@ -1 +1 @@ -FramePropertiesAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FramePropertiesAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FramePropertiesAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FramePropertiesAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/GridSpan.html b/api/classes/GridSpan.html index 441cd0a94f..57b4ccf017 100644 --- a/api/classes/GridSpan.html +++ b/api/classes/GridSpan.html @@ -1,3 +1,3 @@ GridSpan | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GridSpan

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

-

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Header.html b/api/classes/Header.html index c524498470..3c085d7001 100644 --- a/api/classes/Header.html +++ b/api/classes/Header.html @@ -1 +1 @@ -Header | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Header

Hierarchy

  • Header

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly options

options: IHeaderOptions = ...

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Header | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Header

Hierarchy

  • Header

Index

Constructors

Properties

Constructors

Properties

options: IHeaderOptions = ...

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HeaderFooterReference.html b/api/classes/HeaderFooterReference.html index 10f95f3a38..2b21f244e2 100644 --- a/api/classes/HeaderFooterReference.html +++ b/api/classes/HeaderFooterReference.html @@ -1 +1 @@ -HeaderFooterReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HeaderFooterReference

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HeaderFooterReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HeaderFooterReference

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HeaderWrapper.html b/api/classes/HeaderWrapper.html index 55e84c7139..6266e4a24a 100644 --- a/api/classes/HeaderWrapper.html +++ b/api/classes/HeaderWrapper.html @@ -1 +1 @@ -HeaderWrapper | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HeaderWrapper

Hierarchy

  • HeaderWrapper

Implements

  • IViewWrapper

Index

Constructors

constructor

Accessors

Media

Relationships

  • get Relationships(): Relationships

View

  • get View(): Header

Methods

add

addChildElement

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HeaderWrapper | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HeaderWrapper

Hierarchy

  • HeaderWrapper

Implements

  • IViewWrapper

Index

Constructors

Accessors

  • get Relationships(): Relationships
  • get View(): Header

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HorizontalPosition.html b/api/classes/HorizontalPosition.html index e7e6c41c38..5b2ae56afb 100644 --- a/api/classes/HorizontalPosition.html +++ b/api/classes/HorizontalPosition.html @@ -1 +1 @@ -HorizontalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HorizontalPosition

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HorizontalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HorizontalPosition

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HpsMeasureElement.html b/api/classes/HpsMeasureElement.html index 7fe2d4ee27..ca94548e52 100644 --- a/api/classes/HpsMeasureElement.html +++ b/api/classes/HpsMeasureElement.html @@ -1 +1 @@ -HpsMeasureElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HpsMeasureElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HpsMeasureElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HpsMeasureElement

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/IgnoreIfEmptyXmlComponent.html b/api/classes/IgnoreIfEmptyXmlComponent.html index f724f26ebc..22dbaf8c20 100644 --- a/api/classes/IgnoreIfEmptyXmlComponent.html +++ b/api/classes/IgnoreIfEmptyXmlComponent.html @@ -1 +1 @@ -IgnoreIfEmptyXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IgnoreIfEmptyXmlComponent

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IgnoreIfEmptyXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IgnoreIfEmptyXmlComponent

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImageRun.html b/api/classes/ImageRun.html index 4b3dd393f7..f7309b2c9a 100644 --- a/api/classes/ImageRun.html +++ b/api/classes/ImageRun.html @@ -1 +1 @@ -ImageRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ImageRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageRun

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImportDotx.html b/api/classes/ImportDotx.html index 9382ce7ab5..2866a91264 100644 --- a/api/classes/ImportDotx.html +++ b/api/classes/ImportDotx.html @@ -1 +1 @@ -ImportDotx | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImportDotx

Hierarchy

  • ImportDotx

Index

Constructors

Methods

Constructors

constructor

Methods

extract

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ImportDotx | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImportDotx

Hierarchy

  • ImportDotx

Index

Constructors

Methods

Constructors

Methods

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImportedRootElementAttributes.html b/api/classes/ImportedRootElementAttributes.html index a448dd0c8c..8e21e0424e 100644 --- a/api/classes/ImportedRootElementAttributes.html +++ b/api/classes/ImportedRootElementAttributes.html @@ -1,3 +1,3 @@ ImportedRootElementAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImportedRootElementAttributes

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

-

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImportedXmlComponent.html b/api/classes/ImportedXmlComponent.html index a1f781a546..f3f7a9004d 100644 --- a/api/classes/ImportedXmlComponent.html +++ b/api/classes/ImportedXmlComponent.html @@ -1,8 +1,8 @@ ImportedXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImportedXmlComponent

Represents imported xml component from xml file.

-

Hierarchy

Index

Constructors

constructor

Hierarchy

Index

Constructors

Methods

addChildElement

prepForXml

push

Static fromXmlString

Methods

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageMargin.html b/api/classes/PageMargin.html index e148e1984e..59fdd8dac6 100644 --- a/api/classes/PageMargin.html +++ b/api/classes/PageMargin.html @@ -1 +1 @@ -PageMargin | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageMargin

Hierarchy

Index

Constructors

constructor

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

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageMargin | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageMargin

Hierarchy

Index

Constructors

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

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageMarginAttributes.html b/api/classes/PageMarginAttributes.html index c6cace3508..eea8b5360e 100644 --- a/api/classes/PageMarginAttributes.html +++ b/api/classes/PageMarginAttributes.html @@ -1 +1 @@ -PageMarginAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageMarginAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageMarginAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageMarginAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageNumberType.html b/api/classes/PageNumberType.html index 060838bd32..bc02f9e6f3 100644 --- a/api/classes/PageNumberType.html +++ b/api/classes/PageNumberType.html @@ -1 +1 @@ -PageNumberType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageNumberType

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageNumberType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageNumberType

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageNumberTypeAttributes.html b/api/classes/PageNumberTypeAttributes.html index b396a61e90..4fc3078a45 100644 --- a/api/classes/PageNumberTypeAttributes.html +++ b/api/classes/PageNumberTypeAttributes.html @@ -1 +1 @@ -PageNumberTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageNumberTypeAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageNumberTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageNumberTypeAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageReference.html b/api/classes/PageReference.html index 8ebc87aeef..567f3b512e 100644 --- a/api/classes/PageReference.html +++ b/api/classes/PageReference.html @@ -1 +1 @@ -PageReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageReference

Hierarchy

  • Run
    • PageReference

Index

Constructors

constructor

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

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageReference

Hierarchy

  • Run
    • PageReference

Index

Constructors

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

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageSize.html b/api/classes/PageSize.html index 19c62b8ef2..15194c5d5b 100644 --- a/api/classes/PageSize.html +++ b/api/classes/PageSize.html @@ -1 +1 @@ -PageSize | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageSize

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageSize | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageSize

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageSizeAttributes.html b/api/classes/PageSizeAttributes.html index faa6aa7064..6a30ab85ba 100644 --- a/api/classes/PageSizeAttributes.html +++ b/api/classes/PageSizeAttributes.html @@ -1 +1 @@ -PageSizeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageSizeAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageSizeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageSizeAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageTextDirection.html b/api/classes/PageTextDirection.html index a67e8e47de..fb85e63728 100644 --- a/api/classes/PageTextDirection.html +++ b/api/classes/PageTextDirection.html @@ -1 +1 @@ -PageTextDirection | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageTextDirection

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageTextDirection | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageTextDirection

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Paragraph.html b/api/classes/Paragraph.html index 6f3380a660..adc8fc9581 100644 --- a/api/classes/Paragraph.html +++ b/api/classes/Paragraph.html @@ -1 +1 @@ -Paragraph | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Paragraph

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

addRunToFront

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Paragraph | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Paragraph

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ParagraphProperties.html b/api/classes/ParagraphProperties.html index 4daf10e999..b1e3ae2b2e 100644 --- a/api/classes/ParagraphProperties.html +++ b/api/classes/ParagraphProperties.html @@ -1 +1 @@ -ParagraphProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParagraphProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

push

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ParagraphProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParagraphProperties

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ParagraphPropertiesDefaults.html b/api/classes/ParagraphPropertiesDefaults.html index 0d86dad85f..2506ee6866 100644 --- a/api/classes/ParagraphPropertiesDefaults.html +++ b/api/classes/ParagraphPropertiesDefaults.html @@ -1 +1 @@ -ParagraphPropertiesDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParagraphPropertiesDefaults

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ParagraphPropertiesDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParagraphPropertiesDefaults

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Run.html b/api/classes/Run.html index c2a21d2ace..94a713ea0b 100644 --- a/api/classes/Run.html +++ b/api/classes/Run.html @@ -1 +1 @@ -Run | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Run

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Run | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Run

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/RunFonts.html b/api/classes/RunFonts.html index 5da1c3d9f9..84b94a0abc 100644 --- a/api/classes/RunFonts.html +++ b/api/classes/RunFonts.html @@ -1 +1 @@ -RunFonts | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunFonts

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +RunFonts | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunFonts

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/RunProperties.html b/api/classes/RunProperties.html index f8d093e8eb..1797054329 100644 --- a/api/classes/RunProperties.html +++ b/api/classes/RunProperties.html @@ -1 +1 @@ -RunProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

push

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +RunProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunProperties

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/RunPropertiesChange.html b/api/classes/RunPropertiesChange.html index b67d05c26f..e09cfc020c 100644 --- a/api/classes/RunPropertiesChange.html +++ b/api/classes/RunPropertiesChange.html @@ -1 +1 @@ -RunPropertiesChange | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunPropertiesChange

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +RunPropertiesChange | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunPropertiesChange

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/RunPropertiesDefaults.html b/api/classes/RunPropertiesDefaults.html index e3e833e8a4..ff6cf7624e 100644 --- a/api/classes/RunPropertiesDefaults.html +++ b/api/classes/RunPropertiesDefaults.html @@ -1 +1 @@ -RunPropertiesDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunPropertiesDefaults

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +RunPropertiesDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunPropertiesDefaults

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SectionProperties.html b/api/classes/SectionProperties.html index 351cb22586..393185426d 100644 --- a/api/classes/SectionProperties.html +++ b/api/classes/SectionProperties.html @@ -1 +1 @@ -SectionProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SectionProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SectionProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SectionProperties

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SectionTypeAttributes.html b/api/classes/SectionTypeAttributes.html index e42e99fb23..587df7061f 100644 --- a/api/classes/SectionTypeAttributes.html +++ b/api/classes/SectionTypeAttributes.html @@ -1 +1 @@ -SectionTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SectionTypeAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SectionTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SectionTypeAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SequentialIdentifier.html b/api/classes/SequentialIdentifier.html index 942363f512..ea56c50deb 100644 --- a/api/classes/SequentialIdentifier.html +++ b/api/classes/SequentialIdentifier.html @@ -1 +1 @@ -SequentialIdentifier | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SequentialIdentifier

Hierarchy

  • Run
    • SequentialIdentifier

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SequentialIdentifier | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SequentialIdentifier

Hierarchy

  • Run
    • SequentialIdentifier

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Shading.html b/api/classes/Shading.html index 2982584d3d..2458f61730 100644 --- a/api/classes/Shading.html +++ b/api/classes/Shading.html @@ -1 +1 @@ -Shading | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Shading

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Shading | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Shading

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SimpleField.html b/api/classes/SimpleField.html index 7f00b40270..5b5b26e4b1 100644 --- a/api/classes/SimpleField.html +++ b/api/classes/SimpleField.html @@ -1 +1 @@ -SimpleField | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleField

Hierarchy

Index

Constructors

constructor

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

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SimpleField | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleField

Hierarchy

Index

Constructors

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

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SimpleMailMergeField.html b/api/classes/SimpleMailMergeField.html index 13a463f5b1..9e7a5de5f6 100644 --- a/api/classes/SimpleMailMergeField.html +++ b/api/classes/SimpleMailMergeField.html @@ -1 +1 @@ -SimpleMailMergeField | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleMailMergeField

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SimpleMailMergeField | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleMailMergeField

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SimplePos.html b/api/classes/SimplePos.html index ef729223ed..050a8c9877 100644 --- a/api/classes/SimplePos.html +++ b/api/classes/SimplePos.html @@ -1 +1 @@ -SimplePos | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimplePos

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SimplePos | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimplePos

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Spacing.html b/api/classes/Spacing.html index 8468d3ae08..837dc09b5e 100644 --- a/api/classes/Spacing.html +++ b/api/classes/Spacing.html @@ -1 +1 @@ -Spacing | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Spacing

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Spacing | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Spacing

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StringContainer.html b/api/classes/StringContainer.html index 798fb7b80c..a5ee876a5e 100644 --- a/api/classes/StringContainer.html +++ b/api/classes/StringContainer.html @@ -1 +1 @@ -StringContainer | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringContainer

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +StringContainer | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringContainer

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StringValueElement.html b/api/classes/StringValueElement.html index bc8af36d28..06e656c563 100644 --- a/api/classes/StringValueElement.html +++ b/api/classes/StringValueElement.html @@ -1 +1 @@ -StringValueElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringValueElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +StringValueElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringValueElement

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Style.html b/api/classes/Style.html index fd97004fe7..1f91f39cd4 100644 --- a/api/classes/Style.html +++ b/api/classes/Style.html @@ -1 +1 @@ -Style | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Style

Hierarchy

Index

Constructors

constructor

  • new Style(styleId: string): Style

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Style | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Style

Hierarchy

Index

Constructors

  • new Style(styleId: string): Style

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StyleForCharacter.html b/api/classes/StyleForCharacter.html index ac88d5691b..5e6d827fec 100644 --- a/api/classes/StyleForCharacter.html +++ b/api/classes/StyleForCharacter.html @@ -1 +1 @@ -StyleForCharacter | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleForCharacter

Hierarchy

  • Style
    • StyleForCharacter

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +StyleForCharacter | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleForCharacter

Hierarchy

  • Style
    • StyleForCharacter

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StyleForParagraph.html b/api/classes/StyleForParagraph.html index 7362082b70..b6f34f8d2c 100644 --- a/api/classes/StyleForParagraph.html +++ b/api/classes/StyleForParagraph.html @@ -1 +1 @@ -StyleForParagraph | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleForParagraph

Hierarchy

  • Style
    • StyleForParagraph

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +StyleForParagraph | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleForParagraph

Hierarchy

  • Style
    • StyleForParagraph

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StyleLevel.html b/api/classes/StyleLevel.html index 6ef972376f..d1f9986528 100644 --- a/api/classes/StyleLevel.html +++ b/api/classes/StyleLevel.html @@ -1 +1 @@ -StyleLevel | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleLevel

Hierarchy

  • StyleLevel

Index

Constructors

Properties

Constructors

constructor

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

Properties

Readonly level

level: number

Readonly styleName

styleName: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +StyleLevel | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleLevel

Hierarchy

  • StyleLevel

Index

Constructors

Properties

Constructors

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

Properties

level: number
styleName: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Styles.html b/api/classes/Styles.html index d31df5b6e0..55df0c2e71 100644 --- a/api/classes/Styles.html +++ b/api/classes/Styles.html @@ -1 +1 @@ -Styles | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Styles

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Styles | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Styles

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SymbolRun.html b/api/classes/SymbolRun.html index 88c11448d5..eab0154204 100644 --- a/api/classes/SymbolRun.html +++ b/api/classes/SymbolRun.html @@ -1 +1 @@ -SymbolRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SymbolRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SymbolRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SymbolRun

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TDirection.html b/api/classes/TDirection.html index efa6aa23a5..9baf5a80bf 100644 --- a/api/classes/TDirection.html +++ b/api/classes/TDirection.html @@ -1,3 +1,3 @@ TDirection | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TDirection

Text Direction within a table cell

-

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Tab.html b/api/classes/Tab.html index 241376359d..a5e021fe77 100644 --- a/api/classes/Tab.html +++ b/api/classes/Tab.html @@ -1 +1 @@ -Tab | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tab

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Tab | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tab

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TabAttributes.html b/api/classes/TabAttributes.html index f6d09f934e..0966bfd959 100644 --- a/api/classes/TabAttributes.html +++ b/api/classes/TabAttributes.html @@ -1 +1 @@ -TabAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TabAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TabStop.html b/api/classes/TabStop.html index 8ace48af80..cf8cb14fc8 100644 --- a/api/classes/TabStop.html +++ b/api/classes/TabStop.html @@ -1 +1 @@ -TabStop | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabStop

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TabStop | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabStop

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TabStopItem.html b/api/classes/TabStopItem.html index ee636c76ea..981e421751 100644 --- a/api/classes/TabStopItem.html +++ b/api/classes/TabStopItem.html @@ -1 +1 @@ -TabStopItem | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabStopItem

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TabStopItem | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabStopItem

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Table.html b/api/classes/Table.html index 0752e82753..ef5d5917f4 100644 --- a/api/classes/Table.html +++ b/api/classes/Table.html @@ -1 +1 @@ -Table | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Table

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Table | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Table

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableBorders.html b/api/classes/TableBorders.html index 86149a8b7b..8c0cb1e4b3 100644 --- a/api/classes/TableBorders.html +++ b/api/classes/TableBorders.html @@ -1 +1 @@ -TableBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableBorders

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static Readonly NONE

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

Type declaration

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableBorders

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

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

Type declaration

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableCell.html b/api/classes/TableCell.html index 137daa3165..5002434a37 100644 --- a/api/classes/TableCell.html +++ b/api/classes/TableCell.html @@ -1 +1 @@ -TableCell | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableCell

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly options

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableCell | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableCell

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableCellBorders.html b/api/classes/TableCellBorders.html index a08a977539..fb345d5ba9 100644 --- a/api/classes/TableCellBorders.html +++ b/api/classes/TableCellBorders.html @@ -1 +1 @@ -TableCellBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableCellBorders

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableCellBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableCellBorders

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableFloatOptionsAttributes.html b/api/classes/TableFloatOptionsAttributes.html index 2621f933fe..f463862155 100644 --- a/api/classes/TableFloatOptionsAttributes.html +++ b/api/classes/TableFloatOptionsAttributes.html @@ -1 +1 @@ -TableFloatOptionsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableFloatOptionsAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableFloatOptionsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableFloatOptionsAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableFloatProperties.html b/api/classes/TableFloatProperties.html index 49f3cdba6e..097b2f211d 100644 --- a/api/classes/TableFloatProperties.html +++ b/api/classes/TableFloatProperties.html @@ -1 +1 @@ -TableFloatProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableFloatProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableFloatProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableFloatProperties

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableLayout.html b/api/classes/TableLayout.html index 2d75eeed07..ff0a79e0c6 100644 --- a/api/classes/TableLayout.html +++ b/api/classes/TableLayout.html @@ -1 +1 @@ -TableLayout | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableLayout

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableLayout | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableLayout

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableOfContents.html b/api/classes/TableOfContents.html index 6c36d51c73..2c206d3940 100644 --- a/api/classes/TableOfContents.html +++ b/api/classes/TableOfContents.html @@ -1 +1 @@ -TableOfContents | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableOfContents

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableOfContents | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableOfContents

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableOverlap.html b/api/classes/TableOverlap.html index 0640f5cacc..ecba64355f 100644 --- a/api/classes/TableOverlap.html +++ b/api/classes/TableOverlap.html @@ -1 +1 @@ -TableOverlap | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableOverlap

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableOverlap | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableOverlap

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableProperties.html b/api/classes/TableProperties.html index 4088643341..920dd9ab36 100644 --- a/api/classes/TableProperties.html +++ b/api/classes/TableProperties.html @@ -1 +1 @@ -TableProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableProperties

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRow.html b/api/classes/TableRow.html index a0b23f8be3..0d1ce9031f 100644 --- a/api/classes/TableRow.html +++ b/api/classes/TableRow.html @@ -1 +1 @@ -TableRow | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRow

Hierarchy

Index

Constructors

constructor

Accessors

CellCount

  • get CellCount(): number

cells

Methods

addCellToColumnIndex

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

addCellToIndex

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

addChildElement

columnIndexToRootIndex

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

prepForXml

rootIndexToColumnIndex

  • rootIndexToColumnIndex(rootIndex: number): number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableRow | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRow

Hierarchy

Index

Constructors

Accessors

  • get CellCount(): number

Methods

  • addCellToColumnIndex(cell: TableCell, columnIndex: number): void
  • addCellToIndex(cell: TableCell, index: number): void
  • columnIndexToRootIndex(columnIndex: number, allowEndNewCell?: boolean): number
  • rootIndexToColumnIndex(rootIndex: number): number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRowHeight.html b/api/classes/TableRowHeight.html index ac16353eb3..3daa2bf2fc 100644 --- a/api/classes/TableRowHeight.html +++ b/api/classes/TableRowHeight.html @@ -1 +1 @@ -TableRowHeight | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowHeight

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableRowHeight | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowHeight

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRowHeightAttributes.html b/api/classes/TableRowHeightAttributes.html index 610537cef9..5fcecb6089 100644 --- a/api/classes/TableRowHeightAttributes.html +++ b/api/classes/TableRowHeightAttributes.html @@ -1 +1 @@ -TableRowHeightAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowHeightAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableRowHeightAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowHeightAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRowProperties.html b/api/classes/TableRowProperties.html index 1454dbdfe8..d341983abe 100644 --- a/api/classes/TableRowProperties.html +++ b/api/classes/TableRowProperties.html @@ -1 +1 @@ -TableRowProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableRowProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowProperties

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableWidthElement.html b/api/classes/TableWidthElement.html index 83e1c51fa4..c436539a42 100644 --- a/api/classes/TableWidthElement.html +++ b/api/classes/TableWidthElement.html @@ -1 +1 @@ -TableWidthElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableWidthElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableWidthElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableWidthElement

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TextRun.html b/api/classes/TextRun.html index 92a8b5d175..7df8fcedbf 100644 --- a/api/classes/TextRun.html +++ b/api/classes/TextRun.html @@ -1 +1 @@ -TextRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TextRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextRun

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ThematicBreak.html b/api/classes/ThematicBreak.html index e89be17e8b..026895f923 100644 --- a/api/classes/ThematicBreak.html +++ b/api/classes/ThematicBreak.html @@ -1 +1 @@ -ThematicBreak | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ThematicBreak

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ThematicBreak | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ThematicBreak

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Type.html b/api/classes/Type.html index f7880c162f..f7526f5380 100644 --- a/api/classes/Type.html +++ b/api/classes/Type.html @@ -1 +1 @@ -Type | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Type

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Type | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Type

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Underline.html b/api/classes/Underline.html index f51f193d26..f433bee49d 100644 --- a/api/classes/Underline.html +++ b/api/classes/Underline.html @@ -1 +1 @@ -Underline | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Underline

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Underline | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Underline

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalAlignAttributes.html b/api/classes/VerticalAlignAttributes.html index 0ba36f7188..09b0b2f8c1 100644 --- a/api/classes/VerticalAlignAttributes.html +++ b/api/classes/VerticalAlignAttributes.html @@ -1 +1 @@ -VerticalAlignAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalAlignAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +VerticalAlignAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalAlignAttributes

Hierarchy

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalAlignElement.html b/api/classes/VerticalAlignElement.html index c2346e5ba1..ba14013aec 100644 --- a/api/classes/VerticalAlignElement.html +++ b/api/classes/VerticalAlignElement.html @@ -1 +1 @@ -VerticalAlignElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalAlignElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +VerticalAlignElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalAlignElement

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalMerge.html b/api/classes/VerticalMerge.html index 684911065f..0a14b2627f 100644 --- a/api/classes/VerticalMerge.html +++ b/api/classes/VerticalMerge.html @@ -1,3 +1,3 @@ VerticalMerge | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalMerge

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

-

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalPosition.html b/api/classes/VerticalPosition.html index 3757208263..3911ffd9e8 100644 --- a/api/classes/VerticalPosition.html +++ b/api/classes/VerticalPosition.html @@ -1 +1 @@ -VerticalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalPosition

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +VerticalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalPosition

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapNone.html b/api/classes/WrapNone.html index 3c991bc88e..92aa55d755 100644 --- a/api/classes/WrapNone.html +++ b/api/classes/WrapNone.html @@ -1 +1 @@ -WrapNone | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapNone

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +WrapNone | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapNone

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapSquare.html b/api/classes/WrapSquare.html index 5ff528c8e9..d4ef1e49c2 100644 --- a/api/classes/WrapSquare.html +++ b/api/classes/WrapSquare.html @@ -1 +1 @@ -WrapSquare | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapSquare

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +WrapSquare | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapSquare

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapTight.html b/api/classes/WrapTight.html index 23ab5b1061..d0c13bb4eb 100644 --- a/api/classes/WrapTight.html +++ b/api/classes/WrapTight.html @@ -1 +1 @@ -WrapTight | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapTight

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +WrapTight | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapTight

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapTopAndBottom.html b/api/classes/WrapTopAndBottom.html index 62f79c669a..b32cb73328 100644 --- a/api/classes/WrapTopAndBottom.html +++ b/api/classes/WrapTopAndBottom.html @@ -1 +1 @@ -WrapTopAndBottom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapTopAndBottom

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +WrapTopAndBottom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapTopAndBottom

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/XmlAttributeComponent.html b/api/classes/XmlAttributeComponent.html index 210b28044a..67309d6c8c 100644 --- a/api/classes/XmlAttributeComponent.html +++ b/api/classes/XmlAttributeComponent.html @@ -1 +1 @@ -XmlAttributeComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlAttributeComponent<T>

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +XmlAttributeComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlAttributeComponent<T>

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/XmlComponent.html b/api/classes/XmlComponent.html index 2d6845cced..02623f5440 100644 --- a/api/classes/XmlComponent.html +++ b/api/classes/XmlComponent.html @@ -1 +1 @@ -XmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlComponent

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +XmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlComponent

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/AlignmentType.html b/api/enums/AlignmentType.html index 0fcd208b34..2ba1d90c53 100644 --- a/api/enums/AlignmentType.html +++ b/api/enums/AlignmentType.html @@ -1 +1 @@ -AlignmentType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AlignmentType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +AlignmentType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AlignmentType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/BorderStyle.html b/api/enums/BorderStyle.html index 18eefb7e64..2ca0e26b87 100644 --- a/api/enums/BorderStyle.html +++ b/api/enums/BorderStyle.html @@ -1 +1 @@ -BorderStyle | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BorderStyle

Index

Enumeration members

DASHED

DASHED = "dashed"

DASH_DOT_STROKED

DASH_DOT_STROKED = "dashDotStroked"

DASH_SMALL_GAP

DASH_SMALL_GAP = "dashSmallGap"

DOTTED

DOTTED = "dotted"

DOT_DASH

DOT_DASH = "dotDash"

DOT_DOT_DASH

DOT_DOT_DASH = "dotDotDash"

DOUBLE

DOUBLE = "double"

DOUBLE_WAVE

DOUBLE_WAVE = "doubleWave"

INSET

INSET = "inset"

NIL

NIL = "nil"

NONE

NONE = "none"

OUTSET

OUTSET = "outset"

SINGLE

SINGLE = "single"

THICK

THICK = "thick"

THICK_THIN_LARGE_GAP

THICK_THIN_LARGE_GAP = "thickThinLargeGap"

THICK_THIN_MEDIUM_GAP

THICK_THIN_MEDIUM_GAP = "thickThinMediumGap"

THICK_THIN_SMALL_GAP

THICK_THIN_SMALL_GAP = "thickThinSmallGap"

THIN_THICK_LARGE_GAP

THIN_THICK_LARGE_GAP = "thinThickLargeGap"

THIN_THICK_MEDIUM_GAP

THIN_THICK_MEDIUM_GAP = "thinThickMediumGap"

THIN_THICK_SMALL_GAP

THIN_THICK_SMALL_GAP = "thinThickSmallGap"

THIN_THICK_THIN_LARGE_GAP

THIN_THICK_THIN_LARGE_GAP = "thinThickThinLargeGap"

THIN_THICK_THIN_MEDIUM_GAP

THIN_THICK_THIN_MEDIUM_GAP = "thinThickThinMediumGap"

THIN_THICK_THIN_SMALL_GAP

THIN_THICK_THIN_SMALL_GAP = "thinThickThinSmallGap"

THREE_D_EMBOSS

THREE_D_EMBOSS = "threeDEmboss"

THREE_D_ENGRAVE

THREE_D_ENGRAVE = "threeDEngrave"

TRIPLE

TRIPLE = "triple"

WAVE

WAVE = "wave"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BorderStyle | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BorderStyle

Index

Enumeration members

DASHED = "dashed"
DASH_DOT_STROKED = "dashDotStroked"
DASH_SMALL_GAP = "dashSmallGap"
DOTTED = "dotted"
DOT_DASH = "dotDash"
DOT_DOT_DASH = "dotDotDash"
DOUBLE = "double"
DOUBLE_WAVE = "doubleWave"
INSET = "inset"
NIL = "nil"
NONE = "none"
OUTSET = "outset"
SINGLE = "single"
THICK = "thick"
THICK_THIN_LARGE_GAP = "thickThinLargeGap"
THICK_THIN_MEDIUM_GAP = "thickThinMediumGap"
THICK_THIN_SMALL_GAP = "thickThinSmallGap"
THIN_THICK_LARGE_GAP = "thinThickLargeGap"
THIN_THICK_MEDIUM_GAP = "thinThickMediumGap"
THIN_THICK_SMALL_GAP = "thinThickSmallGap"
THIN_THICK_THIN_LARGE_GAP = "thinThickThinLargeGap"
THIN_THICK_THIN_MEDIUM_GAP = "thinThickThinMediumGap"
THIN_THICK_THIN_SMALL_GAP = "thinThickThinSmallGap"
THREE_D_EMBOSS = "threeDEmboss"
THREE_D_ENGRAVE = "threeDEngrave"
TRIPLE = "triple"
WAVE = "wave"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/DocumentGridType.html b/api/enums/DocumentGridType.html index e0b6eaf66a..b49e85f0ed 100644 --- a/api/enums/DocumentGridType.html +++ b/api/enums/DocumentGridType.html @@ -1 +1 @@ -DocumentGridType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DocumentGridType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DocumentGridType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DocumentGridType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/DropCapType.html b/api/enums/DropCapType.html index 978c99e1de..c55a255b26 100644 --- a/api/enums/DropCapType.html +++ b/api/enums/DropCapType.html @@ -1 +1 @@ -DropCapType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DropCapType

Index

Enumeration members

Enumeration members

DROP

DROP = "drop"

MARGIN

MARGIN = "margin"

NONE

NONE = "none"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +DropCapType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DropCapType

Index

Enumeration members

Enumeration members

DROP = "drop"
MARGIN = "margin"
NONE = "none"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/EmphasisMarkType.html b/api/enums/EmphasisMarkType.html index abf9dc0d9a..2bff4f28dd 100644 --- a/api/enums/EmphasisMarkType.html +++ b/api/enums/EmphasisMarkType.html @@ -1 +1 @@ -EmphasisMarkType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EmphasisMarkType

Index

Enumeration members

Enumeration members

DOT

DOT = "dot"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +EmphasisMarkType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EmphasisMarkType

Index

Enumeration members

Enumeration members

DOT = "dot"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/FrameAnchorType.html b/api/enums/FrameAnchorType.html index c88e0c3482..060df23c8a 100644 --- a/api/enums/FrameAnchorType.html +++ b/api/enums/FrameAnchorType.html @@ -1 +1 @@ -FrameAnchorType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FrameAnchorType

Index

Enumeration members

Enumeration members

MARGIN

MARGIN = "margin"

PAGE

PAGE = "page"

TEXT

TEXT = "text"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FrameAnchorType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FrameAnchorType

Index

Enumeration members

Enumeration members

MARGIN = "margin"
PAGE = "page"
TEXT = "text"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/FrameWrap.html b/api/enums/FrameWrap.html index 8785c7d4d7..076742d4c3 100644 --- a/api/enums/FrameWrap.html +++ b/api/enums/FrameWrap.html @@ -1 +1 @@ -FrameWrap | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FrameWrap

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +FrameWrap | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FrameWrap

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeaderFooterReferenceType.html b/api/enums/HeaderFooterReferenceType.html index 423ca6cd8d..b2777c5c45 100644 --- a/api/enums/HeaderFooterReferenceType.html +++ b/api/enums/HeaderFooterReferenceType.html @@ -1 +1 @@ -HeaderFooterReferenceType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeaderFooterReferenceType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HeaderFooterReferenceType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeaderFooterReferenceType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeaderFooterType.html b/api/enums/HeaderFooterType.html index 89a9d02349..52e5446abf 100644 --- a/api/enums/HeaderFooterType.html +++ b/api/enums/HeaderFooterType.html @@ -1 +1 @@ -HeaderFooterType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeaderFooterType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HeaderFooterType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeaderFooterType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeadingLevel.html b/api/enums/HeadingLevel.html index f28fddb9bd..a45b66e0e3 100644 --- a/api/enums/HeadingLevel.html +++ b/api/enums/HeadingLevel.html @@ -1 +1 @@ -HeadingLevel | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeadingLevel

Index

Enumeration members

HEADING_1

HEADING_1 = "Heading1"

HEADING_2

HEADING_2 = "Heading2"

HEADING_3

HEADING_3 = "Heading3"

HEADING_4

HEADING_4 = "Heading4"

HEADING_5

HEADING_5 = "Heading5"

HEADING_6

HEADING_6 = "Heading6"

TITLE

TITLE = "Title"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HeadingLevel | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeadingLevel

Index

Enumeration members

HEADING_1 = "Heading1"
HEADING_2 = "Heading2"
HEADING_3 = "Heading3"
HEADING_4 = "Heading4"
HEADING_5 = "Heading5"
HEADING_6 = "Heading6"
TITLE = "Title"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeightRule.html b/api/enums/HeightRule.html index e37a7062d4..729783b9b4 100644 --- a/api/enums/HeightRule.html +++ b/api/enums/HeightRule.html @@ -1,7 +1,7 @@ -HeightRule | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeightRule

Index

Enumeration members

Enumeration members

ATLEAST

ATLEAST = "atLeast"
+HeightRule | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeightRule

Index

Enumeration members

Enumeration members

ATLEAST = "atLeast"

At least the value specified

-

AUTO

AUTO = "auto"
+
AUTO = "auto"

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

-

EXACT

EXACT = "exact"
+
EXACT = "exact"

Exactly the value specified

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HorizontalPositionAlign.html b/api/enums/HorizontalPositionAlign.html index d692df32a8..ef00c0f904 100644 --- a/api/enums/HorizontalPositionAlign.html +++ b/api/enums/HorizontalPositionAlign.html @@ -1 +1 @@ -HorizontalPositionAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HorizontalPositionAlign

Index

Enumeration members

Enumeration members

CENTER

CENTER = "center"

INSIDE

INSIDE = "inside"

LEFT

LEFT = "left"

OUTSIDE

OUTSIDE = "outside"

RIGHT

RIGHT = "right"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HorizontalPositionAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HorizontalPositionAlign

Index

Enumeration members

Enumeration members

CENTER = "center"
INSIDE = "inside"
LEFT = "left"
OUTSIDE = "outside"
RIGHT = "right"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HorizontalPositionRelativeFrom.html b/api/enums/HorizontalPositionRelativeFrom.html index 7114be8fab..f96d9aeca2 100644 --- a/api/enums/HorizontalPositionRelativeFrom.html +++ b/api/enums/HorizontalPositionRelativeFrom.html @@ -1 +1 @@ -HorizontalPositionRelativeFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HorizontalPositionRelativeFrom

Index

Enumeration members

CHARACTER

CHARACTER = "character"

COLUMN

COLUMN = "column"

INSIDE_MARGIN

INSIDE_MARGIN = "insideMargin"

LEFT_MARGIN

LEFT_MARGIN = "leftMargin"

MARGIN

MARGIN = "margin"

OUTSIDE_MARGIN

OUTSIDE_MARGIN = "outsideMargin"

PAGE

PAGE = "page"

RIGHT_MARGIN

RIGHT_MARGIN = "rightMargin"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HorizontalPositionRelativeFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HorizontalPositionRelativeFrom

Index

Enumeration members

CHARACTER = "character"
COLUMN = "column"
INSIDE_MARGIN = "insideMargin"
LEFT_MARGIN = "leftMargin"
MARGIN = "margin"
OUTSIDE_MARGIN = "outsideMargin"
PAGE = "page"
RIGHT_MARGIN = "rightMargin"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HyperlinkType.html b/api/enums/HyperlinkType.html index 4b48841ddb..6bc15f8f80 100644 --- a/api/enums/HyperlinkType.html +++ b/api/enums/HyperlinkType.html @@ -1 +1 @@ -HyperlinkType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HyperlinkType

Index

Enumeration members

Enumeration members

EXTERNAL

EXTERNAL = "EXTERNAL"

INTERNAL

INTERNAL = "INTERNAL"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +HyperlinkType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HyperlinkType

Index

Enumeration members

Enumeration members

EXTERNAL = "EXTERNAL"
INTERNAL = "INTERNAL"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LeaderType.html b/api/enums/LeaderType.html index d63e43be56..716e83f2ed 100644 --- a/api/enums/LeaderType.html +++ b/api/enums/LeaderType.html @@ -1 +1 @@ -LeaderType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LeaderType

Index

Enumeration members

DOT

DOT = "dot"

HYPHEN

HYPHEN = "hyphen"

MIDDLE_DOT

MIDDLE_DOT = "middleDot"

NONE

NONE = "none"

UNDERSCORE

UNDERSCORE = "underscore"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +LeaderType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LeaderType

Index

Enumeration members

DOT = "dot"
HYPHEN = "hyphen"
MIDDLE_DOT = "middleDot"
NONE = "none"
UNDERSCORE = "underscore"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LevelFormat.html b/api/enums/LevelFormat.html index 24d28912e1..6d6b568509 100644 --- a/api/enums/LevelFormat.html +++ b/api/enums/LevelFormat.html @@ -1 +1 @@ -LevelFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LevelFormat

Index

Enumeration members

BULLET

BULLET = "bullet"

CARDINAL_TEXT

CARDINAL_TEXT = "cardinalText"

CHICAGO

CHICAGO = "chicago"

DECIMAL

DECIMAL = "decimal"

DECIMAL_ENCLOSED_CIRCLE

DECIMAL_ENCLOSED_CIRCLE = "decimalEnclosedCircle"

DECIMAL_ENCLOSED_FULLSTOP

DECIMAL_ENCLOSED_FULLSTOP = "decimalEnclosedFullstop"

DECIMAL_ENCLOSED_PARENTHESES

DECIMAL_ENCLOSED_PARENTHESES = "decimalEnclosedParen"

DECIMAL_ZERO

DECIMAL_ZERO = "decimalZero"

LOWER_LETTER

LOWER_LETTER = "lowerLetter"

LOWER_ROMAN

LOWER_ROMAN = "lowerRoman"

NONE

NONE = "none"

ORDINAL_TEXT

ORDINAL_TEXT = "ordinalText"

UPPER_LETTER

UPPER_LETTER = "upperLetter"

UPPER_ROMAN

UPPER_ROMAN = "upperRoman"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +LevelFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LevelFormat

Index

Enumeration members

BULLET = "bullet"
CARDINAL_TEXT = "cardinalText"
CHICAGO = "chicago"
DECIMAL = "decimal"
DECIMAL_ENCLOSED_CIRCLE = "decimalEnclosedCircle"
DECIMAL_ENCLOSED_FULLSTOP = "decimalEnclosedFullstop"
DECIMAL_ENCLOSED_PARENTHESES = "decimalEnclosedParen"
DECIMAL_ZERO = "decimalZero"
LOWER_LETTER = "lowerLetter"
LOWER_ROMAN = "lowerRoman"
NONE = "none"
ORDINAL_TEXT = "ordinalText"
UPPER_LETTER = "upperLetter"
UPPER_ROMAN = "upperRoman"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LevelSuffix.html b/api/enums/LevelSuffix.html index 2eb3f1cd62..5a18f4268b 100644 --- a/api/enums/LevelSuffix.html +++ b/api/enums/LevelSuffix.html @@ -1 +1 @@ -LevelSuffix | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LevelSuffix

Index

Enumeration members

Enumeration members

NOTHING

NOTHING = "nothing"

SPACE

SPACE = "space"

TAB

TAB = "tab"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +LevelSuffix | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LevelSuffix

Index

Enumeration members

Enumeration members

NOTHING = "nothing"
SPACE = "space"
TAB = "tab"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LineNumberRestartFormat.html b/api/enums/LineNumberRestartFormat.html index e742e38a69..79f5f1541e 100644 --- a/api/enums/LineNumberRestartFormat.html +++ b/api/enums/LineNumberRestartFormat.html @@ -1 +1 @@ -LineNumberRestartFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LineNumberRestartFormat

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +LineNumberRestartFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LineNumberRestartFormat

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LineRuleType.html b/api/enums/LineRuleType.html index 8f840abe41..fa80837fc1 100644 --- a/api/enums/LineRuleType.html +++ b/api/enums/LineRuleType.html @@ -1 +1 @@ -LineRuleType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LineRuleType

Index

Enumeration members

Enumeration members

AT_LEAST

AT_LEAST = "atLeast"

AUTO

AUTO = "auto"

EXACTLY

EXACTLY = "exactly"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +LineRuleType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LineRuleType

Index

Enumeration members

Enumeration members

AT_LEAST = "atLeast"
AUTO = "auto"
EXACTLY = "exactly"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/NumberFormat.html b/api/enums/NumberFormat.html index 7b5361850e..b720c52534 100644 --- a/api/enums/NumberFormat.html +++ b/api/enums/NumberFormat.html @@ -1 +1 @@ -NumberFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NumberFormat

Index

Enumeration members

AIUEO

AIUEO = "aiueo"

AIUEO_FULL_WIDTH

AIUEO_FULL_WIDTH = "aiueoFullWidth"

ARABIC_ABJAD

ARABIC_ABJAD = "arabicAbjad"

ARABIC_ALPHA

ARABIC_ALPHA = "arabicAlpha"

BAHT_TEXT

BAHT_TEXT = "bahtText"

BULLET

BULLET = "bullet"

CARDINAL_TEXT

CARDINAL_TEXT = "cardinalText"

CHICAGO

CHICAGO = "chicago"

CHINESE_COUNTING

CHINESE_COUNTING = "chineseCounting"

CHINESE_COUNTING_TEN_THOUSAND

CHINESE_COUNTING_TEN_THOUSAND = "chineseCountingThousand"

CHINESE_LEGAL_SIMPLIFIED

CHINESE_LEGAL_SIMPLIFIED = "chineseLegalSimplified"

CHOSUNG

CHOSUNG = "chosung"

DECIMAL

DECIMAL = "decimal"

DECIMAL_ENCLOSED_CIRCLE

DECIMAL_ENCLOSED_CIRCLE = "decimalEnclosedCircle"

DECIMAL_ENCLOSED_CIRCLE_CHINESE

DECIMAL_ENCLOSED_CIRCLE_CHINESE = "decimalEnclosedCircleChinese"

DECIMAL_ENCLOSED_FULL_STOP

DECIMAL_ENCLOSED_FULL_STOP = "decimalEnclosedFullstop"

DECIMAL_ENCLOSED_PAREN

DECIMAL_ENCLOSED_PAREN = "decimalEnclosedParen"

DECIMAL_FULL_WIDTH

DECIMAL_FULL_WIDTH = "decimalFullWidth"

DECIMAL_FULL_WIDTH_2

DECIMAL_FULL_WIDTH_2 = "decimalFullWidth2"

DECIMAL_HALF_WIDTH

DECIMAL_HALF_WIDTH = "decimalHalfWidth"

DECIMAL_ZERO

DECIMAL_ZERO = "decimalZero"

DOLLAR_TEXT

DOLLAR_TEXT = "dollarText"

GANADA

GANADA = "ganada"

HEBREW_1

HEBREW_1 = "hebrew1"

HEBREW_2

HEBREW_2 = "hebrew2"

HEX

HEX = "hex"

HINDI_CONSONANTS

HINDI_CONSONANTS = "hindiConsonants"

HINDI_COUNTING

HINDI_COUNTING = "hindiCounting"

HINDI_NUMBERS

HINDI_NUMBERS = "hindiNumbers"

HINDI_VOWELS

HINDI_VOWELS = "hindiVowels"

IDEOGRAPH_DIGITAL

IDEOGRAPH_DIGITAL = "ideographDigital"

IDEOGRAPH_ENCLOSED_CIRCLE

IDEOGRAPH_ENCLOSED_CIRCLE = "ideographEnclosedCircle"

IDEOGRAPH_LEGAL_TRADITIONAL

IDEOGRAPH_LEGAL_TRADITIONAL = "ideographLegalTraditional"

IDEOGRAPH_TRADITIONAL

IDEOGRAPH_TRADITIONAL = "ideographTraditional"

IDEOGRAPH_ZODIAC

IDEOGRAPH_ZODIAC = "ideographZodiac"

IDEOGRAPH_ZODIAC_TRADITIONAL

IDEOGRAPH_ZODIAC_TRADITIONAL = "ideographZodiacTraditional"

IROHA

IROHA = "iroha"

IROHA_FULL_WIDTH

IROHA_FULL_WIDTH = "irohaFullWidth"

JAPANESE_COUNTING

JAPANESE_COUNTING = "japaneseCounting"

JAPANESE_DIGITAL_TEN_THOUSAND

JAPANESE_DIGITAL_TEN_THOUSAND = "japaneseDigitalTenThousand"

JAPANESE_LEGAL

JAPANESE_LEGAL = "japaneseLegal"

KOREAN_COUNTING

KOREAN_COUNTING = "koreanCounting"

KOREAN_DIGITAL

KOREAN_DIGITAL = "koreanDigital"

KOREAN_DIGITAL_2

KOREAN_DIGITAL_2 = "koreanDigital2"

KOREAN_LEGAL

KOREAN_LEGAL = "koreanLegal"

LOWER_LETTER

LOWER_LETTER = "lowerLetter"

LOWER_ROMAN

LOWER_ROMAN = "lowerRoman"

NONE

NONE = "none"

NUMBER_IN_DASH

NUMBER_IN_DASH = "numberInDash"

ORDINAL

ORDINAL = "ordinal"

ORDINAL_TEXT

ORDINAL_TEXT = "ordinalText"

RUSSIAN_LOWER

RUSSIAN_LOWER = "russianLower"

RUSSIAN_UPPER

RUSSIAN_UPPER = "russianUpper"

TAIWANESE_COUNTING

TAIWANESE_COUNTING = "taiwaneseCounting"

TAIWANESE_COUNTING_THOUSAND

TAIWANESE_COUNTING_THOUSAND = "taiwaneseCountingThousand"

TAIWANESE_DIGITAL

TAIWANESE_DIGITAL = "taiwaneseDigital"

THAI_COUNTING

THAI_COUNTING = "thaiCounting"

THAI_LETTERS

THAI_LETTERS = "thaiLetters"

THAI_NUMBERS

THAI_NUMBERS = "thaiNumbers"

UPPER_LETTER

UPPER_LETTER = "upperLetter"

UPPER_ROMAN

UPPER_ROMAN = "upperRoman"

VIETNAMESE_COUNTING

VIETNAMESE_COUNTING = "vietnameseCounting"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +NumberFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NumberFormat

Index

Enumeration members

AIUEO = "aiueo"
AIUEO_FULL_WIDTH = "aiueoFullWidth"
ARABIC_ABJAD = "arabicAbjad"
ARABIC_ALPHA = "arabicAlpha"
BAHT_TEXT = "bahtText"
BULLET = "bullet"
CARDINAL_TEXT = "cardinalText"
CHICAGO = "chicago"
CHINESE_COUNTING = "chineseCounting"
CHINESE_COUNTING_TEN_THOUSAND = "chineseCountingThousand"
CHINESE_LEGAL_SIMPLIFIED = "chineseLegalSimplified"
CHOSUNG = "chosung"
DECIMAL = "decimal"
DECIMAL_ENCLOSED_CIRCLE = "decimalEnclosedCircle"
DECIMAL_ENCLOSED_CIRCLE_CHINESE = "decimalEnclosedCircleChinese"
DECIMAL_ENCLOSED_FULL_STOP = "decimalEnclosedFullstop"
DECIMAL_ENCLOSED_PAREN = "decimalEnclosedParen"
DECIMAL_FULL_WIDTH = "decimalFullWidth"
DECIMAL_FULL_WIDTH_2 = "decimalFullWidth2"
DECIMAL_HALF_WIDTH = "decimalHalfWidth"
DECIMAL_ZERO = "decimalZero"
DOLLAR_TEXT = "dollarText"
GANADA = "ganada"
HEBREW_1 = "hebrew1"
HEBREW_2 = "hebrew2"
HEX = "hex"
HINDI_CONSONANTS = "hindiConsonants"
HINDI_COUNTING = "hindiCounting"
HINDI_NUMBERS = "hindiNumbers"
HINDI_VOWELS = "hindiVowels"
IDEOGRAPH_DIGITAL = "ideographDigital"
IDEOGRAPH_ENCLOSED_CIRCLE = "ideographEnclosedCircle"
IDEOGRAPH_LEGAL_TRADITIONAL = "ideographLegalTraditional"
IDEOGRAPH_TRADITIONAL = "ideographTraditional"
IDEOGRAPH_ZODIAC = "ideographZodiac"
IDEOGRAPH_ZODIAC_TRADITIONAL = "ideographZodiacTraditional"
IROHA = "iroha"
IROHA_FULL_WIDTH = "irohaFullWidth"
JAPANESE_COUNTING = "japaneseCounting"
JAPANESE_DIGITAL_TEN_THOUSAND = "japaneseDigitalTenThousand"
JAPANESE_LEGAL = "japaneseLegal"
KOREAN_COUNTING = "koreanCounting"
KOREAN_DIGITAL = "koreanDigital"
KOREAN_DIGITAL_2 = "koreanDigital2"
KOREAN_LEGAL = "koreanLegal"
LOWER_LETTER = "lowerLetter"
LOWER_ROMAN = "lowerRoman"
NONE = "none"
NUMBER_IN_DASH = "numberInDash"
ORDINAL = "ordinal"
ORDINAL_TEXT = "ordinalText"
RUSSIAN_LOWER = "russianLower"
RUSSIAN_UPPER = "russianUpper"
TAIWANESE_COUNTING = "taiwaneseCounting"
TAIWANESE_COUNTING_THOUSAND = "taiwaneseCountingThousand"
TAIWANESE_DIGITAL = "taiwaneseDigital"
THAI_COUNTING = "thaiCounting"
THAI_LETTERS = "thaiLetters"
THAI_NUMBERS = "thaiNumbers"
UPPER_LETTER = "upperLetter"
UPPER_ROMAN = "upperRoman"
VIETNAMESE_COUNTING = "vietnameseCounting"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/OverlapType.html b/api/enums/OverlapType.html index 382c652211..56e1a3738b 100644 --- a/api/enums/OverlapType.html +++ b/api/enums/OverlapType.html @@ -1 +1 @@ -OverlapType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OverlapType

Index

Enumeration members

Enumeration members

NEVER

NEVER = "never"

OVERLAP

OVERLAP = "overlap"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +OverlapType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OverlapType

Index

Enumeration members

Enumeration members

NEVER = "never"
OVERLAP = "overlap"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageBorderDisplay.html b/api/enums/PageBorderDisplay.html index 5b9b68a38a..b0733b2c88 100644 --- a/api/enums/PageBorderDisplay.html +++ b/api/enums/PageBorderDisplay.html @@ -1 +1 @@ -PageBorderDisplay | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderDisplay

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageBorderDisplay | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderDisplay

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageBorderOffsetFrom.html b/api/enums/PageBorderOffsetFrom.html index 66bb5b59b7..160ea59f81 100644 --- a/api/enums/PageBorderOffsetFrom.html +++ b/api/enums/PageBorderOffsetFrom.html @@ -1 +1 @@ -PageBorderOffsetFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderOffsetFrom

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageBorderOffsetFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderOffsetFrom

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageBorderZOrder.html b/api/enums/PageBorderZOrder.html index c32e972463..92172bbdbc 100644 --- a/api/enums/PageBorderZOrder.html +++ b/api/enums/PageBorderZOrder.html @@ -1 +1 @@ -PageBorderZOrder | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderZOrder

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageBorderZOrder | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderZOrder

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageNumber.html b/api/enums/PageNumber.html index 0ad493a320..92302b074a 100644 --- a/api/enums/PageNumber.html +++ b/api/enums/PageNumber.html @@ -1 +1 @@ -PageNumber | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageNumber

Index

Enumeration members

CURRENT

CURRENT = "CURRENT"

TOTAL_PAGES

TOTAL_PAGES = "TOTAL_PAGES"

TOTAL_PAGES_IN_SECTION

TOTAL_PAGES_IN_SECTION = "TOTAL_PAGES_IN_SECTION"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageNumber | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageNumber

Index

Enumeration members

CURRENT = "CURRENT"
TOTAL_PAGES = "TOTAL_PAGES"
TOTAL_PAGES_IN_SECTION = "TOTAL_PAGES_IN_SECTION"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageNumberSeparator.html b/api/enums/PageNumberSeparator.html index 1c794db76f..4ca2d1394e 100644 --- a/api/enums/PageNumberSeparator.html +++ b/api/enums/PageNumberSeparator.html @@ -1 +1 @@ -PageNumberSeparator | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageNumberSeparator

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageNumberSeparator | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageNumberSeparator

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageOrientation.html b/api/enums/PageOrientation.html index 64ee29d72a..19a163c8f1 100644 --- a/api/enums/PageOrientation.html +++ b/api/enums/PageOrientation.html @@ -1 +1 @@ -PageOrientation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageOrientation

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageOrientation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageOrientation

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageTextDirectionType.html b/api/enums/PageTextDirectionType.html index ab6f8e5449..9caaf2c6ee 100644 --- a/api/enums/PageTextDirectionType.html +++ b/api/enums/PageTextDirectionType.html @@ -1 +1 @@ -PageTextDirectionType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageTextDirectionType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PageTextDirectionType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageTextDirectionType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/RelativeHorizontalPosition.html b/api/enums/RelativeHorizontalPosition.html index d550bfabde..cb0a221a45 100644 --- a/api/enums/RelativeHorizontalPosition.html +++ b/api/enums/RelativeHorizontalPosition.html @@ -1 +1 @@ -RelativeHorizontalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RelativeHorizontalPosition

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +RelativeHorizontalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RelativeHorizontalPosition

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/RelativeVerticalPosition.html b/api/enums/RelativeVerticalPosition.html index eb4c1a939c..edd23e43fd 100644 --- a/api/enums/RelativeVerticalPosition.html +++ b/api/enums/RelativeVerticalPosition.html @@ -1 +1 @@ -RelativeVerticalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RelativeVerticalPosition

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +RelativeVerticalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RelativeVerticalPosition

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/SectionType.html b/api/enums/SectionType.html index 75ad9850da..2be07b0529 100644 --- a/api/enums/SectionType.html +++ b/api/enums/SectionType.html @@ -1 +1 @@ -SectionType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SectionType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +SectionType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SectionType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/ShadingType.html b/api/enums/ShadingType.html index 6b50650356..c1eb10b017 100644 --- a/api/enums/ShadingType.html +++ b/api/enums/ShadingType.html @@ -1 +1 @@ -ShadingType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ShadingType

Index

Enumeration members

CLEAR

CLEAR = "clear"

DIAGONAL_CROSS

DIAGONAL_CROSS = "diagCross"

DIAGONAL_STRIPE

DIAGONAL_STRIPE = "diagStripe"

HORIZONTAL_CROSS

HORIZONTAL_CROSS = "horzCross"

HORIZONTAL_STRIPE

HORIZONTAL_STRIPE = "horzStripe"

NIL

NIL = "nil"

PERCENT_10

PERCENT_10 = "pct10"

PERCENT_12

PERCENT_12 = "pct12"

PERCENT_15

PERCENT_15 = "pct15"

PERCENT_20

PERCENT_20 = "pct20"

PERCENT_25

PERCENT_25 = "pct25"

PERCENT_30

PERCENT_30 = "pct30"

PERCENT_35

PERCENT_35 = "pct35"

PERCENT_37

PERCENT_37 = "pct37"

PERCENT_40

PERCENT_40 = "pct40"

PERCENT_45

PERCENT_45 = "pct45"

PERCENT_5

PERCENT_5 = "pct5"

PERCENT_50

PERCENT_50 = "pct50"

PERCENT_55

PERCENT_55 = "pct55"

PERCENT_60

PERCENT_60 = "pct60"

PERCENT_62

PERCENT_62 = "pct62"

PERCENT_65

PERCENT_65 = "pct65"

PERCENT_70

PERCENT_70 = "pct70"

PERCENT_75

PERCENT_75 = "pct75"

PERCENT_80

PERCENT_80 = "pct80"

PERCENT_85

PERCENT_85 = "pct85"

PERCENT_87

PERCENT_87 = "pct87"

PERCENT_90

PERCENT_90 = "pct90"

PERCENT_95

PERCENT_95 = "pct95"

REVERSE_DIAGONAL_STRIPE

REVERSE_DIAGONAL_STRIPE = "reverseDiagStripe"

SOLID

SOLID = "solid"

THIN_DIAGONAL_CROSS

THIN_DIAGONAL_CROSS = "thinDiagCross"

THIN_DIAGONAL_STRIPE

THIN_DIAGONAL_STRIPE = "thinDiagStripe"

THIN_HORIZONTAL_CROSS

THIN_HORIZONTAL_CROSS = "thinHorzCross"

THIN_REVERSE_DIAGONAL_STRIPE

THIN_REVERSE_DIAGONAL_STRIPE = "thinReverseDiagStripe"

THIN_VERTICAL_STRIPE

THIN_VERTICAL_STRIPE = "thinVertStripe"

VERTICAL_STRIPE

VERTICAL_STRIPE = "vertStripe"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ShadingType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ShadingType

Index

Enumeration members

CLEAR = "clear"
DIAGONAL_CROSS = "diagCross"
DIAGONAL_STRIPE = "diagStripe"
HORIZONTAL_CROSS = "horzCross"
HORIZONTAL_STRIPE = "horzStripe"
NIL = "nil"
PERCENT_10 = "pct10"
PERCENT_12 = "pct12"
PERCENT_15 = "pct15"
PERCENT_20 = "pct20"
PERCENT_25 = "pct25"
PERCENT_30 = "pct30"
PERCENT_35 = "pct35"
PERCENT_37 = "pct37"
PERCENT_40 = "pct40"
PERCENT_45 = "pct45"
PERCENT_5 = "pct5"
PERCENT_50 = "pct50"
PERCENT_55 = "pct55"
PERCENT_60 = "pct60"
PERCENT_62 = "pct62"
PERCENT_65 = "pct65"
PERCENT_70 = "pct70"
PERCENT_75 = "pct75"
PERCENT_80 = "pct80"
PERCENT_85 = "pct85"
PERCENT_87 = "pct87"
PERCENT_90 = "pct90"
PERCENT_95 = "pct95"
REVERSE_DIAGONAL_STRIPE = "reverseDiagStripe"
SOLID = "solid"
THIN_DIAGONAL_CROSS = "thinDiagCross"
THIN_DIAGONAL_STRIPE = "thinDiagStripe"
THIN_HORIZONTAL_CROSS = "thinHorzCross"
THIN_REVERSE_DIAGONAL_STRIPE = "thinReverseDiagStripe"
THIN_VERTICAL_STRIPE = "thinVertStripe"
VERTICAL_STRIPE = "vertStripe"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TabStopPosition.html b/api/enums/TabStopPosition.html index b8bffac324..e5bf8d0622 100644 --- a/api/enums/TabStopPosition.html +++ b/api/enums/TabStopPosition.html @@ -1 +1 @@ -TabStopPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TabStopPosition

Index

Enumeration members

Enumeration members

MAX

MAX = 9026

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TabStopPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TabStopPosition

Index

Enumeration members

Enumeration members

MAX = 9026

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TabStopType.html b/api/enums/TabStopType.html index 0eb55fb432..1d8f07f796 100644 --- a/api/enums/TabStopType.html +++ b/api/enums/TabStopType.html @@ -1 +1 @@ -TabStopType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TabStopType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TabStopType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TabStopType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TableAnchorType.html b/api/enums/TableAnchorType.html index 6f4956f4b5..06eb316afe 100644 --- a/api/enums/TableAnchorType.html +++ b/api/enums/TableAnchorType.html @@ -1 +1 @@ -TableAnchorType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableAnchorType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableAnchorType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableAnchorType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TableLayoutType.html b/api/enums/TableLayoutType.html index 9271b6fa55..640f79fa94 100644 --- a/api/enums/TableLayoutType.html +++ b/api/enums/TableLayoutType.html @@ -1 +1 @@ -TableLayoutType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableLayoutType

Index

Enumeration members

Enumeration members

AUTOFIT

AUTOFIT = "autofit"

FIXED

FIXED = "fixed"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TableLayoutType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableLayoutType

Index

Enumeration members

Enumeration members

AUTOFIT = "autofit"
FIXED = "fixed"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TextDirection.html b/api/enums/TextDirection.html index b6220eb93e..5976ef2818 100644 --- a/api/enums/TextDirection.html +++ b/api/enums/TextDirection.html @@ -1 +1 @@ -TextDirection | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextDirection

Index

Enumeration members

BOTTOM_TO_TOP_LEFT_TO_RIGHT

BOTTOM_TO_TOP_LEFT_TO_RIGHT = "btLr"

LEFT_TO_RIGHT_TOP_TO_BOTTOM

LEFT_TO_RIGHT_TOP_TO_BOTTOM = "lrTb"

TOP_TO_BOTTOM_RIGHT_TO_LEFT

TOP_TO_BOTTOM_RIGHT_TO_LEFT = "tbRl"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TextDirection | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextDirection

Index

Enumeration members

BOTTOM_TO_TOP_LEFT_TO_RIGHT = "btLr"
LEFT_TO_RIGHT_TOP_TO_BOTTOM = "lrTb"
TOP_TO_BOTTOM_RIGHT_TO_LEFT = "tbRl"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TextWrappingSide.html b/api/enums/TextWrappingSide.html index 5136c9065f..5ffcde6805 100644 --- a/api/enums/TextWrappingSide.html +++ b/api/enums/TextWrappingSide.html @@ -1 +1 @@ -TextWrappingSide | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextWrappingSide

Index

Enumeration members

Enumeration members

BOTH_SIDES

BOTH_SIDES = "bothSides"

LARGEST

LARGEST = "largest"

LEFT

LEFT = "left"

RIGHT

RIGHT = "right"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TextWrappingSide | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextWrappingSide

Index

Enumeration members

Enumeration members

BOTH_SIDES = "bothSides"
LARGEST = "largest"
LEFT = "left"
RIGHT = "right"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TextWrappingType.html b/api/enums/TextWrappingType.html index f247018b8a..0e2895d573 100644 --- a/api/enums/TextWrappingType.html +++ b/api/enums/TextWrappingType.html @@ -1 +1 @@ -TextWrappingType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextWrappingType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +TextWrappingType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextWrappingType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/UnderlineType.html b/api/enums/UnderlineType.html index b098dfc7cd..1ed7674106 100644 --- a/api/enums/UnderlineType.html +++ b/api/enums/UnderlineType.html @@ -1 +1 @@ -UnderlineType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UnderlineType

Index

Enumeration members

DASH

DASH = "dash"

DASHDOTDOTHEAVY

DASHDOTDOTHEAVY = "dashDotDotHeavy"

DASHDOTHEAVY

DASHDOTHEAVY = "dashDotHeavy"

DASHEDHEAVY

DASHEDHEAVY = "dashedHeavy"

DASHLONG

DASHLONG = "dashLong"

DASHLONGHEAVY

DASHLONGHEAVY = "dashLongHeavy"

DOTDASH

DOTDASH = "dotDash"

DOTDOTDASH

DOTDOTDASH = "dotDotDash"

DOTTED

DOTTED = "dotted"

DOTTEDHEAVY

DOTTEDHEAVY = "dottedHeavy"

DOUBLE

DOUBLE = "double"

SINGLE

SINGLE = "single"

THICK

THICK = "thick"

WAVE

WAVE = "wave"

WAVYDOUBLE

WAVYDOUBLE = "wavyDouble"

WAVYHEAVY

WAVYHEAVY = "wavyHeavy"

WORDS

WORDS = "words"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +UnderlineType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UnderlineType

Index

Enumeration members

DASH = "dash"
DASHDOTDOTHEAVY = "dashDotDotHeavy"
DASHDOTHEAVY = "dashDotHeavy"
DASHEDHEAVY = "dashedHeavy"
DASHLONG = "dashLong"
DASHLONGHEAVY = "dashLongHeavy"
DOTDASH = "dotDash"
DOTDOTDASH = "dotDotDash"
DOTTED = "dotted"
DOTTEDHEAVY = "dottedHeavy"
DOUBLE = "double"
SINGLE = "single"
THICK = "thick"
WAVE = "wave"
WAVYDOUBLE = "wavyDouble"
WAVYHEAVY = "wavyHeavy"
WORDS = "words"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalAlign.html b/api/enums/VerticalAlign.html index ac8f4cca9a..2ddb9775b7 100644 --- a/api/enums/VerticalAlign.html +++ b/api/enums/VerticalAlign.html @@ -1 +1 @@ -VerticalAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalAlign

Index

Enumeration members

Enumeration members

BOTH

BOTH = "both"

BOTTOM

BOTTOM = "bottom"

CENTER

CENTER = "center"

TOP

TOP = "top"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +VerticalAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalAlign

Index

Enumeration members

Enumeration members

BOTH = "both"
BOTTOM = "bottom"
CENTER = "center"
TOP = "top"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalMergeType.html b/api/enums/VerticalMergeType.html index 37c04467b9..45e65095d4 100644 --- a/api/enums/VerticalMergeType.html +++ b/api/enums/VerticalMergeType.html @@ -1,7 +1,7 @@ VerticalMergeType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalMergeType

Vertical merge types.

-

Index

Enumeration members

Enumeration members

CONTINUE

CONTINUE = "continue"
+

Index

Enumeration members

Enumeration members

CONTINUE = "continue"

Cell that is merged with upper one.

-

RESTART

RESTART = "restart"
+
RESTART = "restart"

Cell that is starting the vertical merge.

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalPositionAlign.html b/api/enums/VerticalPositionAlign.html index 686a60b791..1e43e0c668 100644 --- a/api/enums/VerticalPositionAlign.html +++ b/api/enums/VerticalPositionAlign.html @@ -1 +1 @@ -VerticalPositionAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalPositionAlign

Index

Enumeration members

Enumeration members

BOTTOM

BOTTOM = "bottom"

CENTER

CENTER = "center"

INSIDE

INSIDE = "inside"

OUTSIDE

OUTSIDE = "outside"

TOP

TOP = "top"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +VerticalPositionAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalPositionAlign

Index

Enumeration members

Enumeration members

BOTTOM = "bottom"
CENTER = "center"
INSIDE = "inside"
OUTSIDE = "outside"
TOP = "top"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalPositionRelativeFrom.html b/api/enums/VerticalPositionRelativeFrom.html index e7a0b9a2f6..46d733fa3e 100644 --- a/api/enums/VerticalPositionRelativeFrom.html +++ b/api/enums/VerticalPositionRelativeFrom.html @@ -1 +1 @@ -VerticalPositionRelativeFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalPositionRelativeFrom

Index

Enumeration members

BOTTOM_MARGIN

BOTTOM_MARGIN = "bottomMargin"

INSIDE_MARGIN

INSIDE_MARGIN = "insideMargin"

LINE

LINE = "line"

MARGIN

MARGIN = "margin"

OUTSIDE_MARGIN

OUTSIDE_MARGIN = "outsideMargin"

PAGE

PAGE = "page"

PARAGRAPH

PARAGRAPH = "paragraph"

TOP_MARGIN

TOP_MARGIN = "topMargin"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +VerticalPositionRelativeFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalPositionRelativeFrom

Index

Enumeration members

BOTTOM_MARGIN = "bottomMargin"
INSIDE_MARGIN = "insideMargin"
LINE = "line"
MARGIN = "margin"
OUTSIDE_MARGIN = "outsideMargin"
PAGE = "page"
PARAGRAPH = "paragraph"
TOP_MARGIN = "topMargin"

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/WidthType.html b/api/enums/WidthType.html index 8faafb57ef..1a575efd51 100644 --- a/api/enums/WidthType.html +++ b/api/enums/WidthType.html @@ -1,9 +1,9 @@ -WidthType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WidthType

Index

Enumeration members

Enumeration members

AUTO

AUTO = "auto"
+WidthType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WidthType

Index

Enumeration members

Enumeration members

AUTO = "auto"

Auto.

-

DXA

DXA = "dxa"
+
DXA = "dxa"

Value is in twentieths of a point

-

NIL

NIL = "nil"
+
NIL = "nil"

No (empty) value.

-

PERCENTAGE

PERCENTAGE = "pct"
+
PERCENTAGE = "pct"

Value is in percentage.

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBaseCharacterStyleOptions.html b/api/interfaces/IBaseCharacterStyleOptions.html index b0ee6ea380..635c130dea 100644 --- a/api/interfaces/IBaseCharacterStyleOptions.html +++ b/api/interfaces/IBaseCharacterStyleOptions.html @@ -1 +1 @@ -IBaseCharacterStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseCharacterStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IBaseCharacterStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseCharacterStyleOptions

Hierarchy

Index

Properties

basedOn?: string
link?: string
name?: string
next?: string
quickFormat?: boolean
semiHidden?: boolean
uiPriority?: number
unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBaseParagraphStyleOptions.html b/api/interfaces/IBaseParagraphStyleOptions.html index 50f05d7522..ffffca7c9a 100644 --- a/api/interfaces/IBaseParagraphStyleOptions.html +++ b/api/interfaces/IBaseParagraphStyleOptions.html @@ -1 +1 @@ -IBaseParagraphStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseParagraphStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly paragraph

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IBaseParagraphStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseParagraphStyleOptions

Hierarchy

Index

Properties

basedOn?: string
link?: string
name?: string
next?: string
quickFormat?: boolean
semiHidden?: boolean
uiPriority?: number
unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBorderOptions.html b/api/interfaces/IBorderOptions.html index 7f77a05d01..497a41cf75 100644 --- a/api/interfaces/IBorderOptions.html +++ b/api/interfaces/IBorderOptions.html @@ -1,7 +1,7 @@ -IBorderOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBorderOptions

Hierarchy

  • IBorderOptions

Index

Properties

Optional Readonly color

color?: string
+IBorderOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBorderOptions

Hierarchy

  • IBorderOptions

Index

Properties

color?: string

Border color, in hex (eg 'FF00AA')

-

Optional Readonly size

size?: number
+
size?: number

Size of the border in 1/8 pt

-

Optional Readonly space

space?: number
+
space?: number

Spacing offset. Values are specified in pt

-

Readonly style

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBordersOptions.html b/api/interfaces/IBordersOptions.html index e9a08a6b93..e1b2d9832a 100644 --- a/api/interfaces/IBordersOptions.html +++ b/api/interfaces/IBordersOptions.html @@ -1 +1 @@ -IBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBordersOptions

Hierarchy

  • IBordersOptions

Index

Properties

Optional Readonly bottom

Optional Readonly left

Optional Readonly right

Optional Readonly top

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBordersOptions

Hierarchy

  • IBordersOptions

Index

Properties

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ICharacterStyleOptions.html b/api/interfaces/ICharacterStyleOptions.html index 73f259e49a..f1afc448b8 100644 --- a/api/interfaces/ICharacterStyleOptions.html +++ b/api/interfaces/ICharacterStyleOptions.html @@ -1 +1 @@ -ICharacterStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICharacterStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Readonly id

id: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ICharacterStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICharacterStyleOptions

Hierarchy

Index

Properties

basedOn?: string
id: string
link?: string
name?: string
next?: string
quickFormat?: boolean
semiHidden?: boolean
uiPriority?: number
unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IColumnAttributes.html b/api/interfaces/IColumnAttributes.html index 8407061233..707f429e9f 100644 --- a/api/interfaces/IColumnAttributes.html +++ b/api/interfaces/IColumnAttributes.html @@ -1 +1 @@ -IColumnAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnAttributes

Hierarchy

  • IColumnAttributes

Index

Properties

Properties

Optional Readonly space

space?: string | number

Readonly width

width: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IColumnAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnAttributes

Hierarchy

  • IColumnAttributes

Index

Properties

Properties

space?: string | number
width: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IColumnsAttributes.html b/api/interfaces/IColumnsAttributes.html index 7580e728e2..caeefb6909 100644 --- a/api/interfaces/IColumnsAttributes.html +++ b/api/interfaces/IColumnsAttributes.html @@ -1 +1 @@ -IColumnsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnsAttributes

Hierarchy

  • IColumnsAttributes

Index

Properties

Optional Readonly children

children?: Column[]

Optional Readonly count

count?: number

Optional Readonly equalWidth

equalWidth?: boolean

Optional Readonly separate

separate?: boolean

Optional Readonly space

space?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IColumnsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnsAttributes

Hierarchy

  • IColumnsAttributes

Index

Properties

children?: Column[]
count?: number
equalWidth?: boolean
separate?: boolean
space?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IConcreteNumberingOptions.html b/api/interfaces/IConcreteNumberingOptions.html index be5b11da06..2ffe18f988 100644 --- a/api/interfaces/IConcreteNumberingOptions.html +++ b/api/interfaces/IConcreteNumberingOptions.html @@ -1 +1 @@ -IConcreteNumberingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConcreteNumberingOptions

Hierarchy

  • IConcreteNumberingOptions

Index

Properties

Readonly abstractNumId

abstractNumId: number

Readonly instance

instance: number

Readonly numId

numId: number

Optional Readonly overrideLevel

overrideLevel?: { num: number; start?: number }

Type declaration

  • Readonly num: number
  • Optional Readonly start?: number

Readonly reference

reference: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IConcreteNumberingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConcreteNumberingOptions

Hierarchy

  • IConcreteNumberingOptions

Index

Properties

abstractNumId: number
instance: number
numId: number
overrideLevel?: { num: number; start?: number }

Type declaration

  • Readonly num: number
  • Optional Readonly start?: number
reference: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IContext.html b/api/interfaces/IContext.html index 23a1f3495f..7ffea6af02 100644 --- a/api/interfaces/IContext.html +++ b/api/interfaces/IContext.html @@ -1 +1 @@ -IContext | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContext

Hierarchy

  • IContext

Index

Properties

Properties

Readonly file

file: Document

Readonly viewWrapper

viewWrapper: IViewWrapper

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IContext | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContext

Hierarchy

  • IContext

Index

Properties

Properties

file: Document
viewWrapper: IViewWrapper

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDistance.html b/api/interfaces/IDistance.html index c4b1190a56..3cf3cbe041 100644 --- a/api/interfaces/IDistance.html +++ b/api/interfaces/IDistance.html @@ -1 +1 @@ -IDistance | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDistance

Hierarchy

  • IDistance

Index

Properties

Optional Readonly distB

distB?: number

Optional Readonly distL

distL?: number

Optional Readonly distR

distR?: number

Optional Readonly distT

distT?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDistance | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDistance

Hierarchy

  • IDistance

Index

Properties

distB?: number
distL?: number
distR?: number
distT?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocGridAttributesProperties.html b/api/interfaces/IDocGridAttributesProperties.html index 8e1b02c29b..3b0c070368 100644 --- a/api/interfaces/IDocGridAttributesProperties.html +++ b/api/interfaces/IDocGridAttributesProperties.html @@ -1 +1 @@ -IDocGridAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocGridAttributesProperties

Hierarchy

  • IDocGridAttributesProperties

Index

Properties

Optional Readonly charSpace

charSpace?: number

Optional Readonly linePitch

linePitch?: number

Optional Readonly type

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocGridAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocGridAttributesProperties

Hierarchy

  • IDocGridAttributesProperties

Index

Properties

charSpace?: number
linePitch?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentAttributesProperties.html b/api/interfaces/IDocumentAttributesProperties.html index f6d08e687c..5e9b4e36aa 100644 --- a/api/interfaces/IDocumentAttributesProperties.html +++ b/api/interfaces/IDocumentAttributesProperties.html @@ -1 +1 @@ -IDocumentAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentAttributesProperties

Hierarchy

  • IDocumentAttributesProperties

Index

Properties

Optional Readonly Ignorable

Ignorable?: string

Optional Readonly cp

cp?: string

Optional Readonly dc

dc?: string

Optional Readonly dcmitype

dcmitype?: string

Optional Readonly dcterms

dcterms?: string

Optional Readonly m

m?: string

Optional Readonly mc

mc?: string

Optional Readonly o

o?: string

Optional Readonly r

r?: string

Optional Readonly type

type?: string

Optional Readonly v

v?: string

Optional Readonly w

w?: string

Optional Readonly w10

w10?: string

Optional Readonly w14

w14?: string

Optional Readonly w15

w15?: string

Optional Readonly wne

wne?: string

Optional Readonly wp

wp?: string

Optional Readonly wp14

wp14?: string

Optional Readonly wpc

wpc?: string

Optional Readonly wpg

wpg?: string

Optional Readonly wpi

wpi?: string

Optional Readonly wps

wps?: string

Optional Readonly xsi

xsi?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocumentAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentAttributesProperties

Hierarchy

  • IDocumentAttributesProperties

Index

Properties

Ignorable?: string
cp?: string
dc?: string
dcmitype?: string
dcterms?: string
m?: string
mc?: string
o?: string
r?: string
type?: string
v?: string
w?: string
w10?: string
w14?: string
w15?: string
wne?: string
wp?: string
wp14?: string
wpc?: string
wpg?: string
wpi?: string
wps?: string
xsi?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentBackgroundOptions.html b/api/interfaces/IDocumentBackgroundOptions.html index e9e1e21b54..201d57e72f 100644 --- a/api/interfaces/IDocumentBackgroundOptions.html +++ b/api/interfaces/IDocumentBackgroundOptions.html @@ -1 +1 @@ -IDocumentBackgroundOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentBackgroundOptions

Hierarchy

  • IDocumentBackgroundOptions

Index

Properties

Optional Readonly color

color?: string

Optional Readonly themeColor

themeColor?: string

Optional Readonly themeShade

themeShade?: string

Optional Readonly themeTint

themeTint?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocumentBackgroundOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentBackgroundOptions

Hierarchy

  • IDocumentBackgroundOptions

Index

Properties

color?: string
themeColor?: string
themeShade?: string
themeTint?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentDefaultsOptions.html b/api/interfaces/IDocumentDefaultsOptions.html index fdd20c0c29..f566f5d2b8 100644 --- a/api/interfaces/IDocumentDefaultsOptions.html +++ b/api/interfaces/IDocumentDefaultsOptions.html @@ -1 +1 @@ -IDocumentDefaultsOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentDefaultsOptions

Hierarchy

  • IDocumentDefaultsOptions

Index

Properties

Properties

Optional Readonly paragraph

Optional Readonly run

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocumentDefaultsOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentDefaultsOptions

Hierarchy

  • IDocumentDefaultsOptions

Index

Properties

Properties

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentFooter.html b/api/interfaces/IDocumentFooter.html index f3367e9953..03f8e0ebf0 100644 --- a/api/interfaces/IDocumentFooter.html +++ b/api/interfaces/IDocumentFooter.html @@ -1 +1 @@ -IDocumentFooter | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentFooter

Hierarchy

  • IDocumentFooter

Index

Properties

Properties

Readonly footer

Readonly type

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocumentFooter | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentFooter

Hierarchy

  • IDocumentFooter

Index

Properties

Properties

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentHeader.html b/api/interfaces/IDocumentHeader.html index 79861adca0..1f908f23a2 100644 --- a/api/interfaces/IDocumentHeader.html +++ b/api/interfaces/IDocumentHeader.html @@ -1 +1 @@ -IDocumentHeader | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentHeader

Hierarchy

  • IDocumentHeader

Index

Properties

Properties

Readonly header

Readonly type

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocumentHeader | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentHeader

Hierarchy

  • IDocumentHeader

Index

Properties

Properties

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentOptions.html b/api/interfaces/IDocumentOptions.html index a394283128..81c282d163 100644 --- a/api/interfaces/IDocumentOptions.html +++ b/api/interfaces/IDocumentOptions.html @@ -1 +1 @@ -IDocumentOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentOptions

Hierarchy

  • IDocumentOptions

Index

Properties

Properties

Readonly background

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocumentOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentOptions

Hierarchy

  • IDocumentOptions

Index

Properties

Properties

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentTemplate.html b/api/interfaces/IDocumentTemplate.html index 99ce6e1b21..e90464e1c5 100644 --- a/api/interfaces/IDocumentTemplate.html +++ b/api/interfaces/IDocumentTemplate.html @@ -1 +1 @@ -IDocumentTemplate | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentTemplate

Hierarchy

  • IDocumentTemplate

Index

Properties

Readonly currentRelationshipId

currentRelationshipId: number

Readonly footers

footers: IDocumentFooter[]

Readonly headers

headers: IDocumentHeader[]

Readonly media

media: Media

Readonly styles

styles: string

Readonly titlePageIsDefined

titlePageIsDefined: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDocumentTemplate | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentTemplate

Hierarchy

  • IDocumentTemplate

Index

Properties

currentRelationshipId: number
footers: IDocumentFooter[]
headers: IDocumentHeader[]
media: Media
styles: string
titlePageIsDefined: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDrawingOptions.html b/api/interfaces/IDrawingOptions.html index 940d645869..751df70599 100644 --- a/api/interfaces/IDrawingOptions.html +++ b/api/interfaces/IDrawingOptions.html @@ -1 +1 @@ -IDrawingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDrawingOptions

Hierarchy

  • IDrawingOptions

Index

Properties

Properties

Optional Readonly floating

floating?: IFloating

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IDrawingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDrawingOptions

Hierarchy

  • IDrawingOptions

Index

Properties

Properties

floating?: IFloating

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFileProperties.html b/api/interfaces/IFileProperties.html index 9c4b0f90c0..6cb4fadbf6 100644 --- a/api/interfaces/IFileProperties.html +++ b/api/interfaces/IFileProperties.html @@ -1 +1 @@ -IFileProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFileProperties

Hierarchy

  • IFileProperties

Index

Properties

Properties

Optional Readonly template

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IFileProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFileProperties

Hierarchy

  • IFileProperties

Index

Properties

Properties

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFloating.html b/api/interfaces/IFloating.html index 2083eeca49..39a46ac6a1 100644 --- a/api/interfaces/IFloating.html +++ b/api/interfaces/IFloating.html @@ -1 +1 @@ -IFloating | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFloating

Hierarchy

  • IFloating

Index

Properties

Optional Readonly allowOverlap

allowOverlap?: boolean

Optional Readonly behindDocument

behindDocument?: boolean

Readonly horizontalPosition

horizontalPosition: IHorizontalPositionOptions

Optional Readonly layoutInCell

layoutInCell?: boolean

Optional Readonly lockAnchor

lockAnchor?: boolean

Optional Readonly margins

margins?: IMargins

Readonly verticalPosition

verticalPosition: IVerticalPositionOptions

Optional Readonly wrap

Optional Readonly zIndex

zIndex?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IFloating | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFloating

Hierarchy

  • IFloating

Index

Properties

allowOverlap?: boolean
behindDocument?: boolean
horizontalPosition: IHorizontalPositionOptions
layoutInCell?: boolean
lockAnchor?: boolean
margins?: IMargins
verticalPosition: IVerticalPositionOptions
zIndex?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFontAttributesProperties.html b/api/interfaces/IFontAttributesProperties.html index b0e04a244a..dc1158d351 100644 --- a/api/interfaces/IFontAttributesProperties.html +++ b/api/interfaces/IFontAttributesProperties.html @@ -1 +1 @@ -IFontAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFontAttributesProperties

Hierarchy

  • IFontAttributesProperties

Index

Properties

Optional Readonly ascii

ascii?: string

Optional Readonly cs

cs?: string

Optional Readonly eastAsia

eastAsia?: string

Optional Readonly hAnsi

hAnsi?: string

Optional Readonly hint

hint?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IFontAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFontAttributesProperties

Hierarchy

  • IFontAttributesProperties

Index

Properties

ascii?: string
cs?: string
eastAsia?: string
hAnsi?: string
hint?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFrameOptions.html b/api/interfaces/IFrameOptions.html index 6331daa7da..66f59fb0c9 100644 --- a/api/interfaces/IFrameOptions.html +++ b/api/interfaces/IFrameOptions.html @@ -1 +1 @@ -IFrameOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFrameOptions

Hierarchy

  • IFrameOptions

Index

Properties

Readonly alignment

Type declaration

Readonly anchor

anchor: { horizontal: FrameAnchorType; vertical: FrameAnchorType }

Type declaration

Optional Readonly anchorLock

anchorLock?: boolean

Optional Readonly dropCap

dropCap?: DropCapType

Readonly height

height: number

Optional Readonly lines

lines?: number

Readonly position

position: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number

Optional Readonly rule

rule?: HeightRule

Optional Readonly space

space?: { horizontal: number; vertical: number }

Type declaration

  • Readonly horizontal: number
  • Readonly vertical: number

Readonly width

width: number

Optional Readonly wrap

wrap?: FrameWrap

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IFrameOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFrameOptions

Hierarchy

  • IFrameOptions

Index

Properties

Type declaration

anchor: { horizontal: FrameAnchorType; vertical: FrameAnchorType }

Type declaration

anchorLock?: boolean
dropCap?: DropCapType
height: number
lines?: number
position: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number
rule?: HeightRule
space?: { horizontal: number; vertical: number }

Type declaration

  • Readonly horizontal: number
  • Readonly vertical: number
width: number
wrap?: FrameWrap

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHeaderFooterGroup.html b/api/interfaces/IHeaderFooterGroup.html index dcce2af1df..34434b4e95 100644 --- a/api/interfaces/IHeaderFooterGroup.html +++ b/api/interfaces/IHeaderFooterGroup.html @@ -1 +1 @@ -IHeaderFooterGroup | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderFooterGroup<T>

Type parameters

  • T

Hierarchy

  • IHeaderFooterGroup

Index

Properties

Optional Readonly default

default?: T

Optional Readonly even

even?: T

Optional Readonly first

first?: T

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IHeaderFooterGroup | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderFooterGroup<T>

Type parameters

  • T

Hierarchy

  • IHeaderFooterGroup

Index

Properties

default?: T
even?: T
first?: T

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHeaderFooterOptions.html b/api/interfaces/IHeaderFooterOptions.html index 2774d2cae1..91591d6a0d 100644 --- a/api/interfaces/IHeaderFooterOptions.html +++ b/api/interfaces/IHeaderFooterOptions.html @@ -1 +1 @@ -IHeaderFooterOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderFooterOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IHeaderFooterOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderFooterOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHeaderOptions.html b/api/interfaces/IHeaderOptions.html index 98cf175c35..7be2be5ae1 100644 --- a/api/interfaces/IHeaderOptions.html +++ b/api/interfaces/IHeaderOptions.html @@ -1 +1 @@ -IHeaderOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderOptions

Hierarchy

  • IHeaderOptions

Index

Properties

Properties

Readonly children

children: (Paragraph | Table)[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IHeaderOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderOptions

Hierarchy

  • IHeaderOptions

Index

Properties

Properties

children: (Paragraph | Table)[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHorizontalPositionOptions.html b/api/interfaces/IHorizontalPositionOptions.html index 966d431223..7c3649e61a 100644 --- a/api/interfaces/IHorizontalPositionOptions.html +++ b/api/interfaces/IHorizontalPositionOptions.html @@ -1 +1 @@ -IHorizontalPositionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHorizontalPositionOptions

Hierarchy

  • IHorizontalPositionOptions

Index

Properties

Optional Readonly align

Optional Readonly offset

offset?: number

Optional Readonly relative

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IHorizontalPositionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHorizontalPositionOptions

Hierarchy

  • IHorizontalPositionOptions

Index

Properties

offset?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IImageOptions.html b/api/interfaces/IImageOptions.html index 86cfd7f9f5..9ae7284415 100644 --- a/api/interfaces/IImageOptions.html +++ b/api/interfaces/IImageOptions.html @@ -1 +1 @@ -IImageOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImageOptions

Hierarchy

  • IImageOptions

Index

Properties

Readonly data

data: string | Buffer | Uint8Array | ArrayBuffer

Optional Readonly floating

floating?: IFloating

Readonly transformation

transformation: IMediaTransformation

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IImageOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImageOptions

Hierarchy

  • IImageOptions

Index

Properties

data: string | Buffer | Uint8Array | ArrayBuffer
floating?: IFloating
transformation: IMediaTransformation

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IIndentAttributesProperties.html b/api/interfaces/IIndentAttributesProperties.html index 7e8c3d245e..13b07f9a8a 100644 --- a/api/interfaces/IIndentAttributesProperties.html +++ b/api/interfaces/IIndentAttributesProperties.html @@ -1 +1 @@ -IIndentAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIndentAttributesProperties

Hierarchy

  • IIndentAttributesProperties

Index

Properties

Optional Readonly end

end?: string | number

Optional Readonly firstLine

firstLine?: string | number

Optional Readonly hanging

hanging?: string | number

Optional Readonly left

left?: string | number

Optional Readonly right

right?: string | number

Optional Readonly start

start?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IIndentAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIndentAttributesProperties

Hierarchy

  • IIndentAttributesProperties

Index

Properties

end?: string | number
firstLine?: string | number
hanging?: string | number
left?: string | number
right?: string | number
start?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ILevelParagraphStylePropertiesOptions.html b/api/interfaces/ILevelParagraphStylePropertiesOptions.html index ebaa536ab3..d876221238 100644 --- a/api/interfaces/ILevelParagraphStylePropertiesOptions.html +++ b/api/interfaces/ILevelParagraphStylePropertiesOptions.html @@ -1 +1 @@ -ILevelParagraphStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILevelParagraphStylePropertiesOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly spacing

Optional Readonly thematicBreak

thematicBreak?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ILevelParagraphStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILevelParagraphStylePropertiesOptions

Hierarchy

Index

Properties

alignment?: AlignmentType
contextualSpacing?: boolean
keepLines?: boolean
keepNext?: boolean
leftTabStop?: number
outlineLevel?: number
rightTabStop?: number
thematicBreak?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ILevelsOptions.html b/api/interfaces/ILevelsOptions.html index 1a2e3123f5..64c1a16d4b 100644 --- a/api/interfaces/ILevelsOptions.html +++ b/api/interfaces/ILevelsOptions.html @@ -1 +1 @@ -ILevelsOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILevelsOptions

Hierarchy

  • ILevelsOptions

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly format

format?: LevelFormat

Readonly level

level: number

Optional Readonly start

start?: number

Optional Readonly style

Type declaration

Optional Readonly suffix

suffix?: LevelSuffix

Optional Readonly text

text?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ILevelsOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILevelsOptions

Hierarchy

  • ILevelsOptions

Index

Properties

alignment?: AlignmentType
format?: LevelFormat
level: number
start?: number

Type declaration

suffix?: LevelSuffix
text?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ILineNumberAttributes.html b/api/interfaces/ILineNumberAttributes.html index 3f8695af20..6f05f62cd6 100644 --- a/api/interfaces/ILineNumberAttributes.html +++ b/api/interfaces/ILineNumberAttributes.html @@ -1 +1 @@ -ILineNumberAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILineNumberAttributes

Hierarchy

  • ILineNumberAttributes

Index

Properties

Optional Readonly countBy

countBy?: number

Optional Readonly distance

distance?: string | number

Optional Readonly restart

Optional Readonly start

start?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ILineNumberAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILineNumberAttributes

Hierarchy

  • ILineNumberAttributes

Index

Properties

countBy?: number
distance?: string | number
start?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMargins.html b/api/interfaces/IMargins.html index 79dddb7a8f..63f8d21f10 100644 --- a/api/interfaces/IMargins.html +++ b/api/interfaces/IMargins.html @@ -1 +1 @@ -IMargins | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMargins

Hierarchy

  • IMargins

Index

Properties

Optional Readonly bottom

bottom?: number

Optional Readonly left

left?: number

Optional Readonly right

right?: number

Optional Readonly top

top?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMargins | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMargins

Hierarchy

  • IMargins

Index

Properties

bottom?: number
left?: number
right?: number
top?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathFractionOptions.html b/api/interfaces/IMathFractionOptions.html index 47a2a424e5..a3b3dd0e1f 100644 --- a/api/interfaces/IMathFractionOptions.html +++ b/api/interfaces/IMathFractionOptions.html @@ -1 +1 @@ -IMathFractionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathFractionOptions

Hierarchy

  • IMathFractionOptions

Index

Properties

Readonly denominator

denominator: MathComponent[]

Readonly numerator

numerator: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathFractionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathFractionOptions

Hierarchy

  • IMathFractionOptions

Index

Properties

denominator: MathComponent[]
numerator: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathFunctionOptions.html b/api/interfaces/IMathFunctionOptions.html index 8a5a83a0a2..16aa8c6c2e 100644 --- a/api/interfaces/IMathFunctionOptions.html +++ b/api/interfaces/IMathFunctionOptions.html @@ -1 +1 @@ -IMathFunctionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathFunctionOptions

Hierarchy

  • IMathFunctionOptions

Index

Properties

Properties

Readonly children

children: MathComponent[]

Readonly name

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathFunctionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathFunctionOptions

Hierarchy

  • IMathFunctionOptions

Index

Properties

Properties

children: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathOptions.html b/api/interfaces/IMathOptions.html index 020aead166..29e9c33c60 100644 --- a/api/interfaces/IMathOptions.html +++ b/api/interfaces/IMathOptions.html @@ -1 +1 @@ -IMathOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathOptions

Hierarchy

  • IMathOptions

Index

Properties

Properties

Readonly children

children: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathOptions

Hierarchy

  • IMathOptions

Index

Properties

Properties

children: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathPreSubSuperScriptOptions.html b/api/interfaces/IMathPreSubSuperScriptOptions.html index 9b5f8134a1..8f51e9f22a 100644 --- a/api/interfaces/IMathPreSubSuperScriptOptions.html +++ b/api/interfaces/IMathPreSubSuperScriptOptions.html @@ -1 +1 @@ -IMathPreSubSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathPreSubSuperScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathPreSubSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathPreSubSuperScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathRadicalOptions.html b/api/interfaces/IMathRadicalOptions.html index 8b37459df7..0313445a5c 100644 --- a/api/interfaces/IMathRadicalOptions.html +++ b/api/interfaces/IMathRadicalOptions.html @@ -1 +1 @@ -IMathRadicalOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathRadicalOptions

Hierarchy

  • IMathRadicalOptions

Index

Properties

Properties

Readonly children

children: MathComponent[]

Optional Readonly degree

degree?: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathRadicalOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathRadicalOptions

Hierarchy

  • IMathRadicalOptions

Index

Properties

Properties

children: MathComponent[]
degree?: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSubScriptOptions.html b/api/interfaces/IMathSubScriptOptions.html index 4cbca2c749..fd4c0377a9 100644 --- a/api/interfaces/IMathSubScriptOptions.html +++ b/api/interfaces/IMathSubScriptOptions.html @@ -1 +1 @@ -IMathSubScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSubScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathSubScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSubScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSubSuperScriptOptions.html b/api/interfaces/IMathSubSuperScriptOptions.html index 828994c750..4506f24d43 100644 --- a/api/interfaces/IMathSubSuperScriptOptions.html +++ b/api/interfaces/IMathSubSuperScriptOptions.html @@ -1 +1 @@ -IMathSubSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSubSuperScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathSubSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSubSuperScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSumOptions.html b/api/interfaces/IMathSumOptions.html index 1a4b9694c4..d1f487260e 100644 --- a/api/interfaces/IMathSumOptions.html +++ b/api/interfaces/IMathSumOptions.html @@ -1 +1 @@ -IMathSumOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSumOptions

Hierarchy

  • IMathSumOptions

Index

Properties

Readonly children

children: MathComponent[]

Optional Readonly subScript

subScript?: MathComponent[]

Optional Readonly superScript

superScript?: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathSumOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSumOptions

Hierarchy

  • IMathSumOptions

Index

Properties

children: MathComponent[]
subScript?: MathComponent[]
superScript?: MathComponent[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSuperScriptOptions.html b/api/interfaces/IMathSuperScriptOptions.html index b45746f798..4d824066a2 100644 --- a/api/interfaces/IMathSuperScriptOptions.html +++ b/api/interfaces/IMathSuperScriptOptions.html @@ -1 +1 @@ -IMathSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSuperScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMathSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSuperScriptOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMediaData.html b/api/interfaces/IMediaData.html index b041aaf681..8d8e0963b0 100644 --- a/api/interfaces/IMediaData.html +++ b/api/interfaces/IMediaData.html @@ -1 +1 @@ -IMediaData | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaData

Hierarchy

  • IMediaData

Index

Properties

Readonly fileName

fileName: string

Readonly stream

stream: Buffer | Uint8Array | ArrayBuffer

Readonly transformation

transformation: IMediaDataTransformation

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMediaData | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaData

Hierarchy

  • IMediaData

Index

Properties

fileName: string
stream: Buffer | Uint8Array | ArrayBuffer
transformation: IMediaDataTransformation

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMediaDataTransformation.html b/api/interfaces/IMediaDataTransformation.html index 9f454d9d21..7fda782f68 100644 --- a/api/interfaces/IMediaDataTransformation.html +++ b/api/interfaces/IMediaDataTransformation.html @@ -1 +1 @@ -IMediaDataTransformation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaDataTransformation

Hierarchy

  • IMediaDataTransformation

Index

Properties

Readonly emus

emus: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number

Optional Readonly flip

flip?: { horizontal?: boolean; vertical?: boolean }

Type declaration

  • Optional Readonly horizontal?: boolean
  • Optional Readonly vertical?: boolean

Readonly pixels

pixels: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number

Optional Readonly rotation

rotation?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMediaDataTransformation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaDataTransformation

Hierarchy

  • IMediaDataTransformation

Index

Properties

emus: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number
flip?: { horizontal?: boolean; vertical?: boolean }

Type declaration

  • Optional Readonly horizontal?: boolean
  • Optional Readonly vertical?: boolean
pixels: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number
rotation?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMediaTransformation.html b/api/interfaces/IMediaTransformation.html index 961347d922..bcbec0e0b5 100644 --- a/api/interfaces/IMediaTransformation.html +++ b/api/interfaces/IMediaTransformation.html @@ -1 +1 @@ -IMediaTransformation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaTransformation

Hierarchy

  • IMediaTransformation

Index

Properties

Optional Readonly flip

flip?: { horizontal?: boolean; vertical?: boolean }

Type declaration

  • Optional Readonly horizontal?: boolean
  • Optional Readonly vertical?: boolean

Readonly height

height: number

Optional Readonly rotation

rotation?: number

Readonly width

width: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IMediaTransformation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaTransformation

Hierarchy

  • IMediaTransformation

Index

Properties

flip?: { horizontal?: boolean; vertical?: boolean }

Type declaration

  • Optional Readonly horizontal?: boolean
  • Optional Readonly vertical?: boolean
height: number
rotation?: number
width: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/INumberingOptions.html b/api/interfaces/INumberingOptions.html index 0f0447bc47..1ee3766316 100644 --- a/api/interfaces/INumberingOptions.html +++ b/api/interfaces/INumberingOptions.html @@ -1 +1 @@ -INumberingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INumberingOptions

Hierarchy

  • INumberingOptions

Index

Properties

Properties

Readonly config

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +INumberingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INumberingOptions

Hierarchy

  • INumberingOptions

Index

Properties

Properties

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

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageBorderAttributes.html b/api/interfaces/IPageBorderAttributes.html index 329e14493d..8ea31cb0d5 100644 --- a/api/interfaces/IPageBorderAttributes.html +++ b/api/interfaces/IPageBorderAttributes.html @@ -1 +1 @@ -IPageBorderAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageBorderAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IPageBorderAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageBorderAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageBordersOptions.html b/api/interfaces/IPageBordersOptions.html index 939e4e5126..008af6b08e 100644 --- a/api/interfaces/IPageBordersOptions.html +++ b/api/interfaces/IPageBordersOptions.html @@ -1 +1 @@ -IPageBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageBordersOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IPageBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageBordersOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageMarginAttributes.html b/api/interfaces/IPageMarginAttributes.html index 76b11cf9fd..561077d9b9 100644 --- a/api/interfaces/IPageMarginAttributes.html +++ b/api/interfaces/IPageMarginAttributes.html @@ -1 +1 @@ -IPageMarginAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageMarginAttributes

Hierarchy

  • IPageMarginAttributes

Index

Properties

Optional Readonly bottom

bottom?: string | number

Optional Readonly footer

footer?: string | number

Optional Readonly gutter

gutter?: string | number

Optional Readonly header

header?: string | number

Optional Readonly left

left?: string | number

Optional Readonly right

right?: string | number

Optional Readonly top

top?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IPageMarginAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageMarginAttributes

Hierarchy

  • IPageMarginAttributes

Index

Properties

bottom?: string | number
footer?: string | number
gutter?: string | number
header?: string | number
left?: string | number
right?: string | number
top?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageNumberTypeAttributes.html b/api/interfaces/IPageNumberTypeAttributes.html index e58b8d92fd..f08505ca59 100644 --- a/api/interfaces/IPageNumberTypeAttributes.html +++ b/api/interfaces/IPageNumberTypeAttributes.html @@ -1 +1 @@ -IPageNumberTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageNumberTypeAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IPageNumberTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageNumberTypeAttributes

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageSizeAttributes.html b/api/interfaces/IPageSizeAttributes.html index 9cbb055b7a..da945c0902 100644 --- a/api/interfaces/IPageSizeAttributes.html +++ b/api/interfaces/IPageSizeAttributes.html @@ -1 +1 @@ -IPageSizeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageSizeAttributes

Hierarchy

  • IPageSizeAttributes

Index

Properties

Optional Readonly height

height?: string | number

Optional Readonly orientation

orientation?: PageOrientation

Optional Readonly width

width?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IPageSizeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageSizeAttributes

Hierarchy

  • IPageSizeAttributes

Index

Properties

height?: string | number
orientation?: PageOrientation
width?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphOptions.html b/api/interfaces/IParagraphOptions.html index 0a4841c309..0b3f741556 100644 --- a/api/interfaces/IParagraphOptions.html +++ b/api/interfaces/IParagraphOptions.html @@ -1 +1 @@ -IParagraphOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly bidirectional

bidirectional?: boolean

Optional Readonly border

Optional Readonly bullet

bullet?: { level: number }

Type declaration

  • Readonly level: number

Optional Readonly children

children?: ParagraphChild[]

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly frame

Optional Readonly heading

heading?: HeadingLevel

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly numbering

numbering?: { custom?: boolean; instance?: number; level: number; reference: string }

Type declaration

  • Optional Readonly custom?: boolean
  • Optional Readonly instance?: number
  • Readonly level: number
  • Readonly reference: string

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly pageBreakBefore

pageBreakBefore?: boolean

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly shading

Optional Readonly spacing

Optional Readonly style

style?: string

Optional Readonly suppressLineNumbers

suppressLineNumbers?: boolean

Optional Readonly tabStops

tabStops?: { leader?: LeaderType; position: number; type: TabStopType }[]

Optional Readonly text

text?: string

Optional Readonly thematicBreak

thematicBreak?: boolean

Optional Readonly widowControl

widowControl?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IParagraphOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphOptions

Hierarchy

Index

Properties

alignment?: AlignmentType
bidirectional?: boolean
bullet?: { level: number }

Type declaration

  • Readonly level: number
children?: ParagraphChild[]
contextualSpacing?: boolean
heading?: HeadingLevel
keepLines?: boolean
keepNext?: boolean
leftTabStop?: number
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
outlineLevel?: number
pageBreakBefore?: boolean
rightTabStop?: number
style?: string
suppressLineNumbers?: boolean
tabStops?: { leader?: LeaderType; position: number; type: TabStopType }[]
text?: string
thematicBreak?: boolean
widowControl?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphPropertiesOptions.html b/api/interfaces/IParagraphPropertiesOptions.html index dc67b7ae90..3a45822f87 100644 --- a/api/interfaces/IParagraphPropertiesOptions.html +++ b/api/interfaces/IParagraphPropertiesOptions.html @@ -1 +1 @@ -IParagraphPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphPropertiesOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly bidirectional

bidirectional?: boolean

Optional Readonly border

Optional Readonly bullet

bullet?: { level: number }

Type declaration

  • Readonly level: number

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly frame

Optional Readonly heading

heading?: HeadingLevel

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly numbering

numbering?: { custom?: boolean; instance?: number; level: number; reference: string }

Type declaration

  • Optional Readonly custom?: boolean
  • Optional Readonly instance?: number
  • Readonly level: number
  • Readonly reference: string

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly pageBreakBefore

pageBreakBefore?: boolean

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly shading

Optional Readonly spacing

Optional Readonly style

style?: string

Optional Readonly suppressLineNumbers

suppressLineNumbers?: boolean

Optional Readonly tabStops

tabStops?: { leader?: LeaderType; position: number; type: TabStopType }[]

Optional Readonly thematicBreak

thematicBreak?: boolean

Optional Readonly widowControl

widowControl?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IParagraphPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphPropertiesOptions

Hierarchy

Index

Properties

alignment?: AlignmentType
bidirectional?: boolean
bullet?: { level: number }

Type declaration

  • Readonly level: number
contextualSpacing?: boolean
heading?: HeadingLevel
keepLines?: boolean
keepNext?: boolean
leftTabStop?: number
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
outlineLevel?: number
pageBreakBefore?: boolean
rightTabStop?: number
style?: string
suppressLineNumbers?: boolean
tabStops?: { leader?: LeaderType; position: number; type: TabStopType }[]
thematicBreak?: boolean
widowControl?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphStyleOptions.html b/api/interfaces/IParagraphStyleOptions.html index 207ea4529a..4d8be24ae6 100644 --- a/api/interfaces/IParagraphStyleOptions.html +++ b/api/interfaces/IParagraphStyleOptions.html @@ -1 +1 @@ -IParagraphStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Readonly id

id: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly paragraph

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IParagraphStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphStyleOptions

Hierarchy

Index

Properties

basedOn?: string
id: string
link?: string
name?: string
next?: string
quickFormat?: boolean
semiHidden?: boolean
uiPriority?: number
unhideWhenUsed?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphStylePropertiesOptions.html b/api/interfaces/IParagraphStylePropertiesOptions.html index a52a8c0156..0efc2babc0 100644 --- a/api/interfaces/IParagraphStylePropertiesOptions.html +++ b/api/interfaces/IParagraphStylePropertiesOptions.html @@ -1 +1 @@ -IParagraphStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphStylePropertiesOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly numbering

numbering?: { custom?: boolean; instance?: number; level: number; reference: string }

Type declaration

  • Optional Readonly custom?: boolean
  • Optional Readonly instance?: number
  • Readonly level: number
  • Readonly reference: string

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly spacing

Optional Readonly thematicBreak

thematicBreak?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IParagraphStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphStylePropertiesOptions

Hierarchy

Index

Properties

alignment?: AlignmentType
contextualSpacing?: boolean
keepLines?: boolean
keepNext?: boolean
leftTabStop?: number
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
outlineLevel?: number
rightTabStop?: number
thematicBreak?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IRunOptions.html b/api/interfaces/IRunOptions.html index b523c4e4bc..50b3875251 100644 --- a/api/interfaces/IRunOptions.html +++ b/api/interfaces/IRunOptions.html @@ -1 +1 @@ -IRunOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly border

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 revision

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly style

style?: string

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly text

text?: string

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IRunOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunOptions

Hierarchy

Index

Properties

allCaps?: boolean
bold?: boolean
boldComplexScript?: boolean
break?: number
characterSpacing?: number
children?: (string | FootnoteReferenceRun | Begin | FieldInstruction | Separate | End)[]
color?: string
doubleStrike?: boolean
emboss?: boolean
emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT
font?: string | IFontOptions | IFontAttributesProperties
highlight?: string
highlightComplexScript?: string | boolean
imprint?: boolean
italics?: boolean
italicsComplexScript?: boolean
rightToLeft?: boolean
size?: string | number
sizeComplexScript?: string | number | boolean
smallCaps?: boolean
strike?: boolean
style?: string
subScript?: boolean
superScript?: boolean
text?: string
underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IRunPropertiesChangeOptions.html b/api/interfaces/IRunPropertiesChangeOptions.html index 1bbd010cd0..6e076736cf 100644 --- a/api/interfaces/IRunPropertiesChangeOptions.html +++ b/api/interfaces/IRunPropertiesChangeOptions.html @@ -1 +1 @@ -IRunPropertiesChangeOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunPropertiesChangeOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Readonly author

author: string

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly border

Optional Readonly characterSpacing

characterSpacing?: number

Optional Readonly color

color?: string

Readonly date

date: 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

Readonly id

id: number

Optional Readonly imprint

imprint?: boolean

Optional Readonly italics

italics?: boolean

Optional Readonly italicsComplexScript

italicsComplexScript?: boolean

Optional Readonly revision

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly style

style?: string

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IRunPropertiesChangeOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunPropertiesChangeOptions

Hierarchy

Index

Properties

allCaps?: boolean
author: string
bold?: boolean
boldComplexScript?: boolean
characterSpacing?: number
color?: string
date: string
doubleStrike?: boolean
emboss?: boolean
emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT
font?: string | IFontOptions | IFontAttributesProperties
highlight?: string
highlightComplexScript?: string | boolean
id: number
imprint?: boolean
italics?: boolean
italicsComplexScript?: boolean
rightToLeft?: boolean
size?: string | number
sizeComplexScript?: string | number | boolean
smallCaps?: boolean
strike?: boolean
style?: string
subScript?: boolean
superScript?: boolean
underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IRunPropertiesOptions.html b/api/interfaces/IRunPropertiesOptions.html index 0b547cd466..3edce1dba0 100644 --- a/api/interfaces/IRunPropertiesOptions.html +++ b/api/interfaces/IRunPropertiesOptions.html @@ -1 +1 @@ -IRunPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunPropertiesOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly border

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 revision

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly style

style?: string

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IRunPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunPropertiesOptions

Hierarchy

Index

Properties

allCaps?: boolean
bold?: boolean
boldComplexScript?: boolean
characterSpacing?: number
color?: string
doubleStrike?: boolean
emboss?: boolean
emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT
font?: string | IFontOptions | IFontAttributesProperties
highlight?: string
highlightComplexScript?: string | boolean
imprint?: boolean
italics?: boolean
italicsComplexScript?: boolean
rightToLeft?: boolean
size?: string | number
sizeComplexScript?: string | number | boolean
smallCaps?: boolean
strike?: boolean
style?: string
subScript?: boolean
superScript?: boolean
underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IRunStylePropertiesOptions.html b/api/interfaces/IRunStylePropertiesOptions.html index 08ec5353e0..811d40e8ab 100644 --- a/api/interfaces/IRunStylePropertiesOptions.html +++ b/api/interfaces/IRunStylePropertiesOptions.html @@ -1 +1 @@ -IRunStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunStylePropertiesOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly border

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 revision

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IRunStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunStylePropertiesOptions

Hierarchy

Index

Properties

allCaps?: boolean
bold?: boolean
boldComplexScript?: boolean
characterSpacing?: number
color?: string
doubleStrike?: boolean
emboss?: boolean
emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT
font?: string | IFontOptions | IFontAttributesProperties
highlight?: string
highlightComplexScript?: string | boolean
imprint?: boolean
italics?: boolean
italicsComplexScript?: boolean
rightToLeft?: boolean
size?: string | number
sizeComplexScript?: string | number | boolean
smallCaps?: boolean
strike?: boolean
subScript?: boolean
superScript?: boolean
underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISectionOptions.html b/api/interfaces/ISectionOptions.html index e6cfc76afa..e6200a616e 100644 --- a/api/interfaces/ISectionOptions.html +++ b/api/interfaces/ISectionOptions.html @@ -1 +1 @@ -ISectionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISectionOptions

Hierarchy

  • ISectionOptions

Index

Properties

Readonly children

children: (Paragraph | Table | TableOfContents)[]

Optional Readonly footers

footers?: { default?: Footer; even?: Footer; first?: Footer }

Type declaration

  • Optional Readonly default?: Footer
  • Optional Readonly even?: Footer
  • Optional Readonly first?: Footer

Optional Readonly headers

headers?: { default?: Header; even?: Header; first?: Header }

Type declaration

  • Optional Readonly default?: Header
  • Optional Readonly even?: Header
  • Optional Readonly first?: Header

Optional Readonly properties

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ISectionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISectionOptions

Hierarchy

  • ISectionOptions

Index

Properties

children: (Paragraph | Table | TableOfContents)[]
footers?: { default?: Footer; even?: Footer; first?: Footer }

Type declaration

  • Optional Readonly default?: Footer
  • Optional Readonly even?: Footer
  • Optional Readonly first?: Footer
headers?: { default?: Header; even?: Header; first?: Header }

Type declaration

  • Optional Readonly default?: Header
  • Optional Readonly even?: Header
  • Optional Readonly first?: Header

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISectionPropertiesOptions.html b/api/interfaces/ISectionPropertiesOptions.html index 4fcccc108f..8484f70510 100644 --- a/api/interfaces/ISectionPropertiesOptions.html +++ b/api/interfaces/ISectionPropertiesOptions.html @@ -1 +1 @@ -ISectionPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISectionPropertiesOptions

Hierarchy

  • ISectionPropertiesOptions

Index

Properties

Optional Readonly column

Optional Readonly footerWrapperGroup

footerWrapperGroup?: IHeaderFooterGroup<FooterWrapper>

Optional Readonly grid

Optional Readonly headerWrapperGroup

headerWrapperGroup?: IHeaderFooterGroup<HeaderWrapper>

Optional Readonly lineNumbers

lineNumbers?: ILineNumberAttributes

Optional Readonly page

page?: { borders?: IPageBordersOptions; margin?: IPageMarginAttributes; pageNumbers?: IPageNumberTypeAttributes; size?: IPageSizeAttributes; textDirection?: PageTextDirectionType }

Type declaration

Optional Readonly titlePage

titlePage?: boolean

Optional Readonly type

Optional Readonly verticalAlign

verticalAlign?: VerticalAlign

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ISectionPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISectionPropertiesOptions

Hierarchy

  • ISectionPropertiesOptions

Index

Properties

footerWrapperGroup?: IHeaderFooterGroup<FooterWrapper>
headerWrapperGroup?: IHeaderFooterGroup<HeaderWrapper>
lineNumbers?: ILineNumberAttributes
page?: { borders?: IPageBordersOptions; margin?: IPageMarginAttributes; pageNumbers?: IPageNumberTypeAttributes; size?: IPageSizeAttributes; textDirection?: PageTextDirectionType }

Type declaration

titlePage?: boolean
verticalAlign?: VerticalAlign

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IShadingAttributesProperties.html b/api/interfaces/IShadingAttributesProperties.html index 2757cb8763..0066548385 100644 --- a/api/interfaces/IShadingAttributesProperties.html +++ b/api/interfaces/IShadingAttributesProperties.html @@ -1 +1 @@ -IShadingAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IShadingAttributesProperties

Hierarchy

  • IShadingAttributesProperties

Index

Properties

Properties

Optional Readonly color

color?: string

Optional Readonly fill

fill?: string

Optional Readonly type

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IShadingAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IShadingAttributesProperties

Hierarchy

  • IShadingAttributesProperties

Index

Properties

Properties

color?: string
fill?: string

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISpacingProperties.html b/api/interfaces/ISpacingProperties.html index cd01d28882..6676abd271 100644 --- a/api/interfaces/ISpacingProperties.html +++ b/api/interfaces/ISpacingProperties.html @@ -1 +1 @@ -ISpacingProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISpacingProperties

Hierarchy

  • ISpacingProperties

Index

Properties

Optional Readonly after

after?: number

Optional Readonly afterAutoSpacing

afterAutoSpacing?: boolean

Optional Readonly before

before?: number

Optional Readonly beforeAutoSpacing

beforeAutoSpacing?: boolean

Optional Readonly line

line?: number

Optional Readonly lineRule

lineRule?: LineRuleType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ISpacingProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISpacingProperties

Hierarchy

  • ISpacingProperties

Index

Properties

after?: number
afterAutoSpacing?: boolean
before?: number
beforeAutoSpacing?: boolean
line?: number
lineRule?: LineRuleType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IStylesOptions.html b/api/interfaces/IStylesOptions.html index 3ed20a8632..4f2be529f0 100644 --- a/api/interfaces/IStylesOptions.html +++ b/api/interfaces/IStylesOptions.html @@ -1 +1 @@ -IStylesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStylesOptions

Hierarchy

  • IStylesOptions

Index

Properties

Optional Readonly characterStyles

characterStyles?: ICharacterStyleOptions[]

Optional Readonly default

default?: IDefaultStylesOptions

Optional Readonly importedStyles

Optional Readonly initialStyles

initialStyles?: BaseXmlComponent

Optional Readonly paragraphStyles

paragraphStyles?: IParagraphStyleOptions[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IStylesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStylesOptions

Hierarchy

  • IStylesOptions

Index

Properties

characterStyles?: ICharacterStyleOptions[]
default?: IDefaultStylesOptions
initialStyles?: BaseXmlComponent
paragraphStyles?: IParagraphStyleOptions[]

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISymbolRunOptions.html b/api/interfaces/ISymbolRunOptions.html index 34bbb97ad0..0425413e18 100644 --- a/api/interfaces/ISymbolRunOptions.html +++ b/api/interfaces/ISymbolRunOptions.html @@ -1 +1 @@ -ISymbolRunOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISymbolRunOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly border

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 revision

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly style

style?: string

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly symbolfont

symbolfont?: string

Optional Readonly text

text?: string

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ISymbolRunOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISymbolRunOptions

Hierarchy

Index

Properties

allCaps?: boolean
bold?: boolean
boldComplexScript?: boolean
break?: number
char: string
characterSpacing?: number
children?: (string | FootnoteReferenceRun | Begin | FieldInstruction | Separate | End)[]
color?: string
doubleStrike?: boolean
emboss?: boolean
emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT
font?: string | IFontOptions | IFontAttributesProperties
highlight?: string
highlightComplexScript?: string | boolean
imprint?: boolean
italics?: boolean
italicsComplexScript?: boolean
rightToLeft?: boolean
size?: string | number
sizeComplexScript?: string | number | boolean
smallCaps?: boolean
strike?: boolean
style?: string
subScript?: boolean
superScript?: boolean
symbolfont?: string
text?: string
underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableBordersOptions.html b/api/interfaces/ITableBordersOptions.html index 294c94782e..4c89403bf9 100644 --- a/api/interfaces/ITableBordersOptions.html +++ b/api/interfaces/ITableBordersOptions.html @@ -1 +1 @@ -ITableBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableBordersOptions

Hierarchy

  • ITableBordersOptions

Index

Properties

Optional Readonly bottom

Optional Readonly insideHorizontal

insideHorizontal?: IBorderOptions

Optional Readonly insideVertical

insideVertical?: IBorderOptions

Optional Readonly left

Optional Readonly right

Optional Readonly top

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITableBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableBordersOptions

Hierarchy

  • ITableBordersOptions

Index

Properties

insideHorizontal?: IBorderOptions
insideVertical?: IBorderOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableCellBorders.html b/api/interfaces/ITableCellBorders.html index 1d20a0ffdc..73595fe7a5 100644 --- a/api/interfaces/ITableCellBorders.html +++ b/api/interfaces/ITableCellBorders.html @@ -1 +1 @@ -ITableCellBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableCellBorders

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITableCellBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableCellBorders

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableCellOptions.html b/api/interfaces/ITableCellOptions.html index 9927a3cefd..f278c47ee1 100644 --- a/api/interfaces/ITableCellOptions.html +++ b/api/interfaces/ITableCellOptions.html @@ -1 +1 @@ -ITableCellOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableCellOptions

Hierarchy

  • ITableCellPropertiesOptions
    • ITableCellOptions

Index

Properties

Optional Readonly borders

Readonly children

children: (Paragraph | Table)[]

Optional Readonly columnSpan

columnSpan?: number

Optional Readonly margins

margins?: ITableCellMarginOptions

Optional Readonly rowSpan

rowSpan?: number

Optional Readonly shading

Optional Readonly textDirection

textDirection?: TextDirection

Optional Readonly verticalAlign

verticalAlign?: VerticalAlign

Optional Readonly verticalMerge

verticalMerge?: VerticalMergeType

Optional Readonly width

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITableCellOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableCellOptions

Hierarchy

  • ITableCellPropertiesOptions
    • ITableCellOptions

Index

Properties

children: (Paragraph | Table)[]
columnSpan?: number
margins?: ITableCellMarginOptions
rowSpan?: number
textDirection?: TextDirection
verticalAlign?: VerticalAlign
verticalMerge?: VerticalMergeType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableFloatOptions.html b/api/interfaces/ITableFloatOptions.html index 3f67dad7b7..7cc3580f50 100644 --- a/api/interfaces/ITableFloatOptions.html +++ b/api/interfaces/ITableFloatOptions.html @@ -1,29 +1,29 @@ -ITableFloatOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableFloatOptions

Hierarchy

  • ITableFloatOptions

Index

Properties

Optional Readonly absoluteHorizontalPosition

absoluteHorizontalPosition?: string | number
+ITableFloatOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableFloatOptions

Hierarchy

  • ITableFloatOptions

Index

Properties

absoluteHorizontalPosition?: string | number

Specifies an absolute horizontal position for the table, relative to the horizontalAnchor. The value is in twentieths of a point. Note that the value can be negative, in which case the table is positioned before the anchor object in the direction of horizontal text flow. If relativeHorizontalPosition is also specified, then the absoluteHorizontalPosition attribute is ignored. If the attribute is omitted, the value is assumed to be zero.

-

Optional Readonly absoluteVerticalPosition

absoluteVerticalPosition?: string | number
+
absoluteVerticalPosition?: string | number

Specifies an absolute vertical position for the table, relative to the verticalAnchor anchor. The value is in twentieths of a point. Note that the value can be negative, in which case the table is positioned before the anchor object in the direction of vertical text flow. If relativeVerticalPosition is also specified, then the absoluteVerticalPosition attribute is ignored. If the attribute is omitted, the value is assumed to be zero.

-

Optional Readonly bottomFromText

bottomFromText?: string | number
+
bottomFromText?: string | number

Specifies the minimun distance to be maintained between the table and the top of text in the paragraph below the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-

Optional Readonly horizontalAnchor

horizontalAnchor?: TableAnchorType
+
horizontalAnchor?: TableAnchorType

Specifies the horizontal anchor or the base object from which the horizontal positioning in the tblpX or tblpXSpec attribute should be determined. margin - relative to the vertical edge of the text margin before any text runs (left edge for left-to-right paragraphs) page - relative to the vertical edge of the page before any text runs (left edge for left-to-right paragraphs) text - relative to the vertical edge of the text margin for the column in which the anchor paragraph is located If omitted, the value is assumed to be page.

-

Optional Readonly leftFromText

leftFromText?: string | number
+
leftFromText?: string | number

Specifies the minimun distance to be maintained between the table and the edge of text in the paragraph to the left of the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-

Optional Readonly overlap

overlap?: OverlapType

Optional Readonly relativeHorizontalPosition

relativeHorizontalPosition?: RelativeHorizontalPosition
+
overlap?: OverlapType
relativeHorizontalPosition?: RelativeHorizontalPosition

Specifies a relative horizontal position for the table, relative to the horizontalAnchor attribute. This will supersede the absoluteHorizontalPosition attribute. Possible values are: @@ -32,7 +32,7 @@ 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
+
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 @@ -41,13 +41,13 @@ bottom - the table should be vertically aligned to the bottom edge of the anchor outside - the table should be vertically aligned to the edge of the anchor and outside the anchor inline - the table should be vertically aligned in line with the surrounding text (so as to not allow any text wrapping around it) top - the table should be vertically aligned to the top edge of the anchor

-

Optional Readonly rightFromText

rightFromText?: string | number
+
rightFromText?: string | number

Specifies the minimun distance to be maintained between the table and the edge of text in the paragraph to the right of the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-

Optional Readonly topFromText

topFromText?: string | number
+
topFromText?: string | number

Specifies the minimun distance to be maintained between the table and the bottom edge of text in the paragraph above the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-

Optional Readonly verticalAnchor

verticalAnchor?: TableAnchorType
+
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) diff --git a/api/interfaces/ITableOfContentsOptions.html b/api/interfaces/ITableOfContentsOptions.html index 2894ccaa82..639a0ff82e 100644 --- a/api/interfaces/ITableOfContentsOptions.html +++ b/api/interfaces/ITableOfContentsOptions.html @@ -4,59 +4,59 @@ Part 1 - Page 1251

Hierarchy

  • ITableOfContentsOptions

Index

Properties

Optional Readonly captionLabel

captionLabel?: string
+

Hierarchy

  • ITableOfContentsOptions

Index

Properties

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
+
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
+
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
+
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
+
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
+
hideTabAndPageNumbersInWebView?: boolean

\z Hides tab leader and page numbers in web page view (§17.18.102).

-

Optional Readonly hyperlink

hyperlink?: boolean
+
hyperlink?: boolean

\h option - Makes the table of contents entries hyperlinks.

-

Optional Readonly pageNumbersEntryLevelsRange

pageNumbersEntryLevelsRange?: string
+
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
+
preserveNewLineInEntries?: boolean

\x Preserves newline characters within table entries.

-

Optional Readonly preserveTabInEntries

preserveTabInEntries?: boolean
+
preserveTabInEntries?: boolean

\w Preserves tab entries within table entries.

-

Optional Readonly seqFieldIdentifierForPrefix

seqFieldIdentifierForPrefix?: string
+
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
+
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[]
+
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
+
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
+
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
+
useAppliedParagraphOutlineLevel?: boolean

\u Uses the applied paragraph outline level.

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableOptions.html b/api/interfaces/ITableOptions.html index 24bcb79ed2..5e77b7eb4b 100644 --- a/api/interfaces/ITableOptions.html +++ b/api/interfaces/ITableOptions.html @@ -1 +1 @@ -ITableOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableOptions

Hierarchy

  • ITableOptions

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly borders

Optional Readonly columnWidths

columnWidths?: number[]

Optional Readonly float

Optional Readonly indent

Optional Readonly layout

Optional Readonly margins

margins?: ITableCellMarginOptions

Readonly rows

rows: TableRow[]

Optional Readonly style

style?: string

Optional Readonly visuallyRightToLeft

visuallyRightToLeft?: boolean

Optional Readonly width

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITableOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableOptions

Hierarchy

  • ITableOptions

Index

Properties

alignment?: AlignmentType
columnWidths?: number[]
margins?: ITableCellMarginOptions
rows: TableRow[]
style?: string
visuallyRightToLeft?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITablePropertiesOptions.html b/api/interfaces/ITablePropertiesOptions.html index 91b73792fd..d1819b959b 100644 --- a/api/interfaces/ITablePropertiesOptions.html +++ b/api/interfaces/ITablePropertiesOptions.html @@ -1 +1 @@ -ITablePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITablePropertiesOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITablePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITablePropertiesOptions

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableRowOptions.html b/api/interfaces/ITableRowOptions.html index a1afa43b4d..26cfc7d072 100644 --- a/api/interfaces/ITableRowOptions.html +++ b/api/interfaces/ITableRowOptions.html @@ -1 +1 @@ -ITableRowOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableRowOptions

Hierarchy

Index

Properties

Optional Readonly cantSplit

cantSplit?: boolean

Readonly children

children: TableCell[]

Optional Readonly height

height?: { rule: HeightRule; value: string | number }

Type declaration

  • Readonly rule: HeightRule
  • Readonly value: string | number

Optional Readonly tableHeader

tableHeader?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITableRowOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableRowOptions

Hierarchy

Index

Properties

cantSplit?: boolean
children: TableCell[]
height?: { rule: HeightRule; value: string | number }

Type declaration

  • Readonly rule: HeightRule
  • Readonly value: string | number
tableHeader?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableRowPropertiesOptions.html b/api/interfaces/ITableRowPropertiesOptions.html index f78969b954..644a017c30 100644 --- a/api/interfaces/ITableRowPropertiesOptions.html +++ b/api/interfaces/ITableRowPropertiesOptions.html @@ -1 +1 @@ -ITableRowPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableRowPropertiesOptions

Hierarchy

Index

Properties

Optional Readonly cantSplit

cantSplit?: boolean

Optional Readonly height

height?: { rule: HeightRule; value: string | number }

Type declaration

  • Readonly rule: HeightRule
  • Readonly value: string | number

Optional Readonly tableHeader

tableHeader?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITableRowPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableRowPropertiesOptions

Hierarchy

Index

Properties

cantSplit?: boolean
height?: { rule: HeightRule; value: string | number }

Type declaration

  • Readonly rule: HeightRule
  • Readonly value: string | number
tableHeader?: boolean

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableWidthProperties.html b/api/interfaces/ITableWidthProperties.html index 338676d0fc..3357111cde 100644 --- a/api/interfaces/ITableWidthProperties.html +++ b/api/interfaces/ITableWidthProperties.html @@ -1 +1 @@ -ITableWidthProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableWidthProperties

Hierarchy

  • ITableWidthProperties

Index

Properties

Properties

Readonly size

size: string | number

Optional Readonly type

type?: WidthType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITableWidthProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableWidthProperties

Hierarchy

  • ITableWidthProperties

Index

Properties

Properties

size: string | number
type?: WidthType

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITextWrapping.html b/api/interfaces/ITextWrapping.html index 2d3851e93a..e53d1a3445 100644 --- a/api/interfaces/ITextWrapping.html +++ b/api/interfaces/ITextWrapping.html @@ -1 +1 @@ -ITextWrapping | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextWrapping

Hierarchy

  • ITextWrapping

Index

Properties

Properties

Optional Readonly margins

margins?: IDistance

Optional Readonly side

Readonly type

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ITextWrapping | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextWrapping

Hierarchy

  • ITextWrapping

Index

Properties

Properties

margins?: IDistance

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IVerticalPositionOptions.html b/api/interfaces/IVerticalPositionOptions.html index 58cfbb4b9a..b296d9c7af 100644 --- a/api/interfaces/IVerticalPositionOptions.html +++ b/api/interfaces/IVerticalPositionOptions.html @@ -1 +1 @@ -IVerticalPositionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVerticalPositionOptions

Hierarchy

  • IVerticalPositionOptions

Index

Properties

Optional Readonly align

Optional Readonly offset

offset?: number

Optional Readonly relative

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +IVerticalPositionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVerticalPositionOptions

Hierarchy

  • IVerticalPositionOptions

Index

Properties

offset?: number

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IXmlableObject.html b/api/interfaces/IXmlableObject.html index 485e6e7a30..45d9f7b2a0 100644 --- a/api/interfaces/IXmlableObject.html +++ b/api/interfaces/IXmlableObject.html @@ -1,21 +1,21 @@ -IXmlableObject | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlableObject

Hierarchy

  • Object
    • IXmlableObject

Index

Properties

Optional Readonly _attr

constructor

constructor: Function
+IXmlableObject | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlableObject

Hierarchy

  • Object
    • IXmlableObject

Index

Properties

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
  • +
should: Assertion

Methods

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

Returns boolean

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

Returns boolean

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

      -

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • +

Returns boolean

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    -

    Returns string

toString

  • toString(): string
  • +

    Returns string

  • toString(): string
  • Returns a string representation of an object.

    -

    Returns string

valueOf

  • valueOf(): Object
  • +

    Returns string

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/modules.html b/api/modules.html index fef9012952..5649dc10d2 100644 --- a/api/modules.html +++ b/api/modules.html @@ -1,5 +1,5 @@ -docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

docx

Index

References

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

References

File

Renames and re-exports Document

Type aliases

AttributeMap

AttributeMap<T>: { [ P in keyof T]: string }

Type parameters

  • T

MathComponent

ParagraphChild

Variables

EMPTY_OBJECT

EMPTY_OBJECT: {} = ...

Type declaration

    sectionMarginDefaults

    sectionMarginDefaults: { BOTTOM: string; FOOTER: number; GUTTER: number; HEADER: number; LEFT: string; RIGHT: string; TOP: string } = ...

    Type declaration

    • BOTTOM: string
    • FOOTER: number
    • GUTTER: number
    • HEADER: number
    • LEFT: string
    • RIGHT: string
    • TOP: string

    sectionPageSizeDefaults

    sectionPageSizeDefaults: { HEIGHT: number; ORIENTATION: PageOrientation; WIDTH: number } = ...

    Type declaration

    Functions

    Const convertInchesToTwip

    • convertInchesToTwip(inches: number): number

    Const convertMillimetersToTwip

    • convertMillimetersToTwip(millimeters: number): number

    convertToXmlComponent

    Returns ImportedXmlComponent | string | undefined

    • dateTimeValue(val: Date): string
    • decimalNumber(val: number): number
    • eighthPointMeasureValue(val: number): number
    • hexColorValue(val: string): string
    • hpsMeasureValue(val: string | number): string | number
    • longHexNumber(val: string): string
    • measurementOrPercentValue(val: string | number): number | string
    • percentageValue(val: string): string
    • pointMeasureValue(val: number): number
    • positiveUniversalMeasureValue(val: string): string
    • shortHexNumber(val: string): string
    • signedHpsMeasureValue(val: string | number): string | number
    • signedTwipsMeasureValue(val: string | number): string | number
    • twipsMeasureValue(val: string | number): string | number
    • uCharHexNumber(val: string): string
    • uniqueId(): string
    • uniqueNumericId(): number
    • universalMeasureValue(val: string): string
    • unsignedDecimalNumber(val: number): number

    Legend

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

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file