diff --git a/api/assets/main.js b/api/assets/main.js index 29b78d0cb4..54869f4216 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,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 me=Ae(de());function ve(){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"?fe(e,-1):s.key==="ArrowDown"?fe(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=me.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=i?n.index.search(`*${i}*`):[];for(let o=0,a=Math.min(10,s.length);o${pe(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 fe(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 pe(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",xe="mousemove",_="mouseup",G={x:0,y:0},ye=!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",xe="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(xe,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=>{ye&&(t.preventDefault(),t.stopImmediatePropagation(),ye=!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 ae=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)}},oe=class extends ae{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 ae{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 oe("inherited",!0),this.optionExternals=new oe("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function we(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,be(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),be(t.value)})}function be(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}}ve();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&&we(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +`,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 me=Ae(de());function ve(){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"?fe(e,-1):s.key==="ArrowDown"?fe(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=me.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${pe(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 fe(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 pe(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",xe="mousemove",_="mouseup",G={x:0,y:0},ye=!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",xe="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(xe,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=>{ye&&(t.preventDefault(),t.stopImmediatePropagation(),ye=!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 ae=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)}},oe=class extends ae{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 ae{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 oe("inherited",!0),this.optionExternals=new oe("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function we(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,be(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),be(t.value)})}function be(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}}ve();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&&we(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); /*! * lunr.Builder * Copyright (C) 2020 Oliver Nightingale diff --git a/api/classes/AbstractNumbering.html b/api/classes/AbstractNumbering.html index c12cdcc6b1..477546e805 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

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 +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 01556527fd..424f4fabd8 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

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 +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 43bd373761..932012e3a3 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

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 +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 88662847a7..c7a8d64e47 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

  • 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 +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 6ad89b0814..02212dcd28 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

Legend

  • Constructor
  • 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 f0e0ed9368..e9cbd3c567 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

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 +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 e27507b429..9a5847a5cc 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

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 +

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 cffcb35682..71b70465d7 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

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 +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 23c8aa584f..125a10757e 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

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 +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 2bced77945..a9fb65c866 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

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 +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 4f44f5a06b..f893eb3337 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

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 +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 9193b4f6e2..a69582338e 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

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 +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 f7c40e160c..feab94aa3a 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

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 +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 65e152dd9b..2d35994389 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

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 +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 e128c1e9a3..f88f78b06d 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

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 +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 347ac1af30..10c88954ce 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

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 +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 1bd696fec3..59462a82d5 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

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 +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 9df8434fb3..14b1d9eba1 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

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 +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 566176a42d..7a85db42e6 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

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 +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 8a50a32b11..01e8fc1599 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

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 +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 9190c9a6a0..354e9bc73f 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 d8aa8f2ba4..5243d9c933 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

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 +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 9c4bd53694..6ec992b120 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 d95c859816..4fd9583be5 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

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 +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 26b0e04f0a..97058bfd25 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

  • 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 +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 5d91e0baaa..9c08e8c08d 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

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 +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 318a3afb9e..2eeb9f5216 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

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 +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 83cb4a3e95..7f736aba24 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

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 +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 9df2b13ac6..cadbb57882 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

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 +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 5bc4304b55..826ccea1f7 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

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 +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 580681ef55..abf52ebaf8 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

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 +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 321a70c6ab..1dd826ae30 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

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 +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 8508e88a18..b68e4e7d3e 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

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 +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 50f66670b9..7ec689880d 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

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 +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 30261218e6..b696fc1846 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

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 +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 79c90a2ccf..127193b3e8 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

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 +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 1cef84381c..0073f0d222 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

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 +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 f046ec4370..cdb3570a6d 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

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 +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 0a07179ce1..d8221e8930 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

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 +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 cd2c84b7c4..9ced47187e 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

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 +

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 dacb450d0d..4ab6b5fb53 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

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 +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 0e80c397a9..927aeb1655 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

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 +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 8732a140c3..deee57bec9 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

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 +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 35c6789f57..7cc0b11577 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

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 +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 aa132b8168..e0113e7707 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

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 +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 8ca53a016a..d4fe51fe53 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

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 +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 8b86030dda..02e2f1e1b0 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

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 +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 19f1355777..0f0e40ee69 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

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 +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 6b8339a2f5..d703cc4d8c 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

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 +

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 066ec74ba4..89ac76f681 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

Hierarchy

Index

Constructors

Methods

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 06ed512c91..87f442498c 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

  • 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 +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 083d2b2c02..ba3dc43cea 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

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 +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 8c5f5a3e12..eb52175e37 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

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 +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 fc01ea7f91..998bde15bb 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 e0def53bd7..6b20864dfb 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

  • 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 +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 f411653851..cc561e1658 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

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 +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 dc713b7aa6..e04624b796 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

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 +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 1c74bdf38c..d44df6f9b0 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

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 +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 d90393040a..752c921096 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

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 +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 6be54eff73..7f41bd20d6 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

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 +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 0c27ece032..9ae43fab1d 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

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 +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 3f8e621eb8..4ba3f675d5 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

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 +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 626b6b05d3..08bf663b90 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

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 +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 7044a4a28d..77ad3dd088 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

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 +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 bd8ae23d58..76d34c5776 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

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 +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 ecf3600c7c..f0901c286f 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

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 +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 b33d85c599..50d56a9681 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

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 +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 7be869eb58..4b699ead28 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

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 +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 4d0bdff286..1492049d6e 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

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 +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 90b372bd7e..d34e6c224a 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

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 +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 e52266cac8..90ab465404 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

  • 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 +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 6e93e2b77d..c7da44f54b 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

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 +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 8c939cddd1..ffdcf94ae6 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

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 +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 1a8c64ec77..c5d85d331e 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

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 +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 218cf7351b..fc0de88af7 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

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 +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 cc0afd4cb6..3e7e0922e2 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

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 +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 fdae83158d..39d5f84591 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

  • 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 +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 6ca8082650..2915f3e69c 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

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 +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 94fb065543..39cfcef2f0 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

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 +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 a8508e8e76..79bcb38610 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

  • 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 +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 28193709dc..75c8c1bf77 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

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 +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 017f96fef0..b32830da57 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

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 +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 5fcec780a4..f1406aec29 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

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 +

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 0cac2b8a71..aaec738572 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

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 +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 a405e8c47d..060c52d688 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

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 +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 2016d25362..7dfe3caffe 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

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 +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 36ed6f5b0d..eb5560af03 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

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 +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 cf355a7eef..e8b325a224 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

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 +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 bde8a030a3..8e4025145f 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

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 +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 52cb336f8c..e7cbd616a7 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

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 +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 0c7e38f914..9f1973e609 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

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 +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 f68fb66f21..552fde5216 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

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 +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 d5e335538f..2fadf0b8fb 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

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 +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 b436d2645b..0197fed732 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

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 +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 9f8f9b35d6..dc5ff0bd87 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

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 +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 a0c34e7aac..587155f728 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

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 +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 9ab4135243..cb707f0429 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

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 +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 139e41e09f..b9b1c6f718 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

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 +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 432b6d6ef7..611f92b75d 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

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 +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 09c3cf8c50..b7d30e93ad 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

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 +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 2d08e9f82d..947c55143a 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

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 +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 4d27d3d2ac..e756cbd3b9 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

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 +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 c41be7b48b..d15f01222a 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

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 +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 b65541a34f..d2acc47b64 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

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 +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 ca9c294f0b..8b806bc6e0 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

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 +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 b4b76f7dc9..c4be55eb76 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

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 +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 42df6b8a81..6fd8561876 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

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 +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 6c29fc947d..fc8fae3746 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

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 +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 a6f3b9af5c..b5ffa0cae3 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

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 +

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 039170fc75..01f006306b 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

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 +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 dac4b2aee3..2b33aa97ba 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

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 +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 bf18efb1e8..66e543b64e 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

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 +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 e8f27ba8f9..01b274adaa 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

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 +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 83467d8ff3..a2307e798d 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

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 +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 bb7923034c..b46fdc69c1 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 3c0c5e5ca8..0c1aa34258 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

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 +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 140a0eb174..416f2c5cb9 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 78133f5ade..96dd66b01b 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"
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 +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 54a03ef3f6..3cfafc8681 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 4e5245e016..656a43336d 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"
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 +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 465f9ef53c..964215062f 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"

Legend

  • Constructor
  • 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 46dfd8664c..46fb78346d 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"
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 +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 d6d6d46892..72cf93f6a2 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 e3c5d65f5c..7d3ec3e1c6 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 46c63ae68a..b0a6783680 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 67e6e4af02..723a8ceff8 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 = "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 +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 fe996631ce..3dc19d6859 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"
+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"

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

-
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 e0089a6ec6..c3d173bab6 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"
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 +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 412d2cc66e..d17e318508 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"
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 +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 52eef0e275..7b76957eac 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"
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 e732f357c7..1666c8ae89 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"
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 +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 a4f2a8fe20..95cf26e5df 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"
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 +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 a4dd73d31d..4e439cc982 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"
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 +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 0e6aebc8f7..c0d109712f 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 2880b79e62..b1e7bbafc4 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 = "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 +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 62a3fa4ab2..9ec974ffc1 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_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 +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 77917e2131..cbb603e70e 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"
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 badd8b066e..6307c66410 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 421542ece0..a09eb7ed28 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 101fae631b..71b986ce9a 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 bed66986c0..5fedb024c3 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"
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 +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 528acced34..d46d7c041e 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 30055021f5..13c54653e3 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 3649062d62..29b27bbc0b 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 be40ff87f5..9e5d9685e5 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 f2c54c566f..43b6ccdf23 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 2ddb072a37..ef94cf6be1 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 269ae060dc..cd3c47b622 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"
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 +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 21a5a5371c..794d4ee21e 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 = 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 d7a0995c46..bbf37cc7c1 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 dbb955721b..3dfa5ccfcd 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 7ed1ca7cda..b55cfeed6e 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"
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 4bdc2f5ee1..52e23b3541 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 = "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 +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 b2fdc1f3c1..2b5f414b1e 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 = "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 +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 533c1634ce..2f8baaf276 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 4070d75018..cc7ee7b5b7 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"
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 +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 4abd49c522..7335265e4f 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"
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 +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 28054aac37..634137826a 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"
+

Index

Enumeration members

Enumeration members

CONTINUE = "continue"

Cell that is merged with upper one.

-
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 9acde102f1..dfc189f914 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"
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 +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 796bee1ae8..993d0f3740 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 = "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 +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 d93d8f0aad..ce52271b1d 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"
+WidthType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WidthType

Index

Enumeration members

Enumeration members

AUTO = "auto"

Auto.

-
DXA = "dxa"
+
DXA = "dxa"

Value is in twentieths of a point

-
NIL = "nil"
+
NIL = "nil"

No (empty) value.

-
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 1c9dad0f8f..4daf274596 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

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 +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 4567f444d4..adb5281dac 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

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 +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 586e4ec2e8..82d9ec2e4e 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

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')

-
size?: number
+
size?: number

Size of the border in 1/8 pt

-
space?: number
+
space?: number

Spacing offset. Values are specified in pt

-

Legend

  • Constructor
  • 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 5ae81a749e..a856894d5a 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

Legend

  • Constructor
  • 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 6d17774e1a..3cf077d7b0 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

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 +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 d67d83e9ff..4702924a91 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

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 +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 f10ff4a6a6..9b5f58d24e 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

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 +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 86cad15ca0..9d97d71c24 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

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 +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 f6f66b3b1f..071fd3c7a5 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

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 +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 c54fbf70fb..856cb48e18 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

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 +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 688f1373bd..eeeef97446 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

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 +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 5b681eab7b..e6fe06cd0f 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

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 +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 d42da705d1..01c2c8bfb1 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

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 +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 2190fcf6d6..1bbe134151 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

Legend

  • Constructor
  • 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 5809ecd211..a9693466f4 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

Legend

  • Constructor
  • 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 d14826e8d5..a60bcd5671 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

Legend

  • Constructor
  • 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 ccf08696eb..ff4c12c859 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

Legend

  • Constructor
  • 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 eafc6ffacd..36d7ce5719 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

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 +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 ec8d9f689a..82fd793847 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

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 05219fc08f..c5e611a1ca 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

Legend

  • Constructor
  • 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 c1ab250ebf..f79036909c 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

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 +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 59aed65088..26634c372c 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

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 +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 2b936a1f92..e5ae0f9b78 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

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 +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 d86f48db9f..656aad573a 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

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 +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 2b805d39c3..b2653b6a84 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 da85670d4e..7bf3506743 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

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 d2df67e261..79f31d4069 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

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 +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 61fa1d3a6c..4c84b591e8 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

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 +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 7621556879..16ecb2548a 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

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 +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 369b407c11..5df8ac54a7 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

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 +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 c5d1dbe57a..85dbaf25cb 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

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 +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 bd2b493fe6..f85b0e5b72 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

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 +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 5fd297e003..d24fd4e453 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

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 +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 b8ae32350f..6c2f74f144 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

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 +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 40f4a81032..60bcfb7f3d 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

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 +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 fcffa37e8c..b1225cc35b 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

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 b00695bba8..27a12897c2 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 f885b4622b..8a6bd6fad7 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

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 +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 4f33ac6aa1..4b7a682c68 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 6bb68294fe..f59ed38446 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 71fc590c74..8e78a70775 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

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 +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 9978a67de2..c62c243a7d 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 1ecb36d405..a1418fd916 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

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 +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 925e5289a1..6b282a5bd2 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

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 +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 d508e98893..aefe153b0c 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

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 +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 94b2b825f2..585363b470 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

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 d6e601f2e9..c433a66975 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 0d7046f4f2..7ef1aa5d2a 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 8107a9c15f..9792e516ba 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

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 +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 31c6d32531..45163ce37a 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 c7baaf0d8d..bd0294042a 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

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 +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 ef3c98c63d..da3b1f0358 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

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 +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 bcb594d0dd..e465d8ff6b 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

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 +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 2363c79ea9..b3877e0288 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

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 +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 41a6657a64..24bbd8e80a 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

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 +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 c9ff8818b7..62f0aab373 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

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 +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 7f32a56641..1bea80c0fe 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

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 +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 2b0d434dcd..0d8d3a2b37 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

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 +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 eec74ce6e5..83a44993d7 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

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 +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 0943d19bb7..bb86e1ea81 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

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 +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 21686ecc57..612861f77b 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

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 +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 12b141e4c2..1fca297258 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

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 +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 b9cc5d5e4b..8a5e810b0b 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

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 +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 53d36af0d5..9a90b636f4 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

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 +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 164548d16c..8e0bcb1917 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

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 +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 7f43ae09ae..28755e58ad 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

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 +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 d2f5763982..9bd8240939 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 ced0ca1c2d..16cbc479b9 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

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 +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 45b2ae4c5c..e2cbb9c258 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

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.

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

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

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

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

-
overlap?: OverlapType
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

-
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

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

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

-
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 624a1479c5..4e542f2669 100644 --- a/api/interfaces/ITableOfContentsOptions.html +++ b/api/interfaces/ITableOfContentsOptions.html @@ -4,59 +4,59 @@ Part 1 - Page 1251

Hierarchy

  • ITableOfContentsOptions

Index

Properties

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.

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

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

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

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

-
hideTabAndPageNumbersInWebView?: boolean
+
hideTabAndPageNumbersInWebView?: boolean

\z Hides tab leader and page numbers in web page view (§17.18.102).

-
hyperlink?: boolean
+
hyperlink?: boolean

\h option - Makes the table of contents entries hyperlinks.

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

-
preserveNewLineInEntries?: boolean
+
preserveNewLineInEntries?: boolean

\x Preserves newline characters within table entries.

-
preserveTabInEntries?: boolean
+
preserveTabInEntries?: boolean

\w Preserves tab entries within table entries.

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

-
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 (-).

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

-
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).

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

-
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 9ae36e3122..f5ee9da131 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

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 +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 985b4b65b5..74ddb4b4d1 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 9ab1e6377d..6862303457 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

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 +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 f4e3b7c043..56f760d637 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

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 +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 05917920bd..4c2a204be3 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

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 +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 ccc79c7372..6783dd8ef3 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

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 +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 5ccee095fd..8fd21cadf7 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

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 +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 85f2b59f0b..3ca5d824f7 100644 --- a/api/interfaces/IXmlableObject.html +++ b/api/interfaces/IXmlableObject.html @@ -1,4 +1,4 @@ -IXmlableObject | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlableObject

Hierarchy

  • Object
    • IXmlableObject

Index

Properties

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: Assertion

Methods

  • hasOwnProperty(v: PropertyKey): boolean
  • 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