diff --git a/api/assets/main.js b/api/assets/main.js index 54869f4216..29b78d0cb4 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=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=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});})(); /*! * lunr.Builder * Copyright (C) 2020 Oliver Nightingale diff --git a/api/classes/AbstractNumbering.html b/api/classes/AbstractNumbering.html index 477546e805..3de058dd7b 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 424f4fabd8..34a8d553cb 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 932012e3a3..dc3e19c47d 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 c7a8d64e47..3721404c7c 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 02212dcd28..1603ab8d2d 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 e9cbd3c567..7471af198e 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 9a5847a5cc..63f1c27a52 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 71b70465d7..644f3b6f86 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 125a10757e..d41dd5aa1f 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 a9fb65c866..1a1c6c2e01 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 f893eb3337..5b2ec4e1b5 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 a69582338e..e0f9f5d498 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 feab94aa3a..44c265a0c2 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 2d35994389..fb62291dc8 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 f88f78b06d..bcb5753816 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 10c88954ce..f4724c6ba0 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 59462a82d5..b7ca17094a 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 14b1d9eba1..3430853726 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 7a85db42e6..63f0ddd5c1 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 01e8fc1599..a602b7d249 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 354e9bc73f..7116c2f0d7 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 5243d9c933..8c8ac51c19 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 6ec992b120..5557bac536 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 4fd9583be5..6f97acc072 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 97058bfd25..e3eaa0145b 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 9c08e8c08d..4feb6d122d 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 2eeb9f5216..3f7b79ec70 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 7f736aba24..0cf46d6a0a 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 cadbb57882..a26c352e5e 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 826ccea1f7..fa826e2558 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 abf52ebaf8..66b8108883 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 1dd826ae30..bdb85f840f 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 b68e4e7d3e..341b0080c0 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 7ec689880d..82d319ca4c 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 b696fc1846..63ba1863ed 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 127193b3e8..ad64c4f2e0 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 0073f0d222..b0ff8700b0 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 cdb3570a6d..1ffa7b3d69 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 d8221e8930..5868ad337a 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 9ced47187e..f5eaca66fc 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 4ab6b5fb53..f109ddc1a2 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 927aeb1655..a843b9d97a 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 deee57bec9..dab2454a30 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 7cc0b11577..ff1ce34e63 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 e0113e7707..f2e4cb5ebf 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 d4fe51fe53..1884d97d4d 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 02e2f1e1b0..c0cb789639 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 0f0e40ee69..f47995fc02 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 d703cc4d8c..730756f565 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 89ac76f681..99b63d9c82 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 87f442498c..5a30f6fe4f 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 ba3dc43cea..1ed629f00b 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 eb52175e37..37d6ff5c2b 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 998bde15bb..5f2a8d1be4 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 6b20864dfb..365405857c 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 cc561e1658..b8afe0a2fa 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 e04624b796..ad1176cdd2 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 d44df6f9b0..7e9f14ae41 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 752c921096..60fc10719d 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 7f41bd20d6..d280601d75 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 9ae43fab1d..a84439b352 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 4ba3f675d5..7cf0a6f4f0 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 08bf663b90..69a2ad01cb 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 77ad3dd088..5a46922aa4 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 76d34c5776..bf34f0aa8e 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 f0901c286f..92f48538f1 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 50d56a9681..a27604d567 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 4b699ead28..e873963491 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 1492049d6e..30b4cf58d4 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 d34e6c224a..50e42ca339 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 90ab465404..9ed4c041c0 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 c7da44f54b..21081c2ee0 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 ffdcf94ae6..367b21f01c 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 c5d85d331e..3cb9d74ebd 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 fc0de88af7..50fbb5c53c 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 3e7e0922e2..e02ab44af8 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 39d5f84591..a7c54f1f6e 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 2915f3e69c..f59b0dc83d 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 39cfcef2f0..05026c6515 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 79bcb38610..d0708f441a 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 75c8c1bf77..e2420e242e 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 b32830da57..bb831cd0a8 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 f1406aec29..9cf861ea98 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 aaec738572..c52785d7dc 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 060c52d688..44ef556f14 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 7dfe3caffe..e0fa372071 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 eb5560af03..8a55c4c9a0 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 e8b325a224..d2058f98ad 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 8e4025145f..40669a7512 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 e7cbd616a7..654f1b99fb 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 9f1973e609..55f86a98dc 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 552fde5216..675acc014f 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 2fadf0b8fb..5d4fdbfa21 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 0197fed732..4f1ff544a3 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 dc5ff0bd87..50b676e6d7 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 587155f728..f2b590fb28 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 cb707f0429..983499696a 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 b9b1c6f718..7bf1a9f432 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 611f92b75d..b8ffa146e4 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 b7d30e93ad..e2ade4031c 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 947c55143a..adafab72a4 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 e756cbd3b9..c114723213 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 d15f01222a..52c01626ff 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 d2acc47b64..6a63b55483 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 8b806bc6e0..b795115786 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 c4be55eb76..e709872567 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 6fd8561876..3e7546748b 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 fc8fae3746..114d0be619 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 b5ffa0cae3..2c952ff731 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 01f006306b..9c2804aab3 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 2b33aa97ba..57733ac7b6 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 66e543b64e..dcd8e7840d 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 01b274adaa..fa14a96a88 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 a2307e798d..69bb0bd10d 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 b46fdc69c1..e767cd058c 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 0c1aa34258..81114d46e4 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 416f2c5cb9..cfb28da17f 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 96dd66b01b..1f7807911a 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 3cfafc8681..9ac22db801 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 656a43336d..7441bc726a 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 964215062f..6f4b966ace 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 46fb78346d..e481af9007 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 72cf93f6a2..67d8b99d72 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 7d3ec3e1c6..2ee589ed1f 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 b0a6783680..66dbb720d9 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 723a8ceff8..3f5f478a32 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 3dc19d6859..59a6642dca 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 c3d173bab6..7bcd02a69c 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 d17e318508..ac2953d841 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 7b76957eac..f392eab8a2 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 1666c8ae89..08ce54fa80 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 95cf26e5df..2730ec432d 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 4e439cc982..867de47a4d 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 c0d109712f..ef6bd47445 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 b1e7bbafc4..02659fe6b5 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 9ec974ffc1..db7ebc9ee4 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 cbb603e70e..a8c1fa0b52 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 6307c66410..3a64da331d 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 a09eb7ed28..ae3e6a1aa8 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 71b986ce9a..3b369b17d6 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 5fedb024c3..947c2dca1b 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 d46d7c041e..ad6136ae74 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 13c54653e3..0569c9f669 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 29b27bbc0b..526c8c28a8 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 9e5d9685e5..3acd457951 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 43b6ccdf23..6bfaef96ad 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 ef94cf6be1..2c7ff79c25 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 cd3c47b622..0325b58546 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 794d4ee21e..b7707d290f 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 bbf37cc7c1..dce75dded3 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 3dfa5ccfcd..28c1b26544 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 b55cfeed6e..7c612166c7 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 52e23b3541..dc796ba08a 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 2b5f414b1e..32aeee2162 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 2f8baaf276..27829ca5c6 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 cc7ee7b5b7..31c701cc22 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 7335265e4f..60027a2ef3 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 634137826a..7f32462008 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 dfc189f914..6acb11e8bf 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 993d0f3740..a0c17a7fc6 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 ce52271b1d..0de7c8dbd0 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 4daf274596..9eb7afaee5 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 adb5281dac..01bd79537d 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 82d9ec2e4e..6bab73203f 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 a856894d5a..3e6ca87c11 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 3cf077d7b0..2741b7ed7a 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 4702924a91..55849cd7bd 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 9b5f58d24e..5d6030d4ab 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 9d97d71c24..42bb9c3cf9 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 071fd3c7a5..2550e51f25 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 856cb48e18..5f15fc019c 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 eeeef97446..b2813fbf1e 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 e6fe06cd0f..28123ddf21 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 01c2c8bfb1..b79912fac4 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 1bbe134151..62937190fb 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 a9693466f4..8bb9dd520a 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 a60bcd5671..6736b22aa1 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 ff4c12c859..48c049fc81 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 36d7ce5719..45565fa285 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 82fd793847..344b758626 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 c5e611a1ca..cd8733129a 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 f79036909c..928cff6cfe 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 26634c372c..cb0e40a92b 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 e5ae0f9b78..6d569c76db 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 656aad573a..4873b6ddca 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 b2653b6a84..0705e0e3a3 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 7bf3506743..137e27d211 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 79f31d4069..7e90a9cad0 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 4c84b591e8..787c529892 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 16ecb2548a..d616a0a4be 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 5df8ac54a7..33f0035e1d 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 85dbaf25cb..3cff7c3a1a 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 f85b0e5b72..23630f8a31 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 d24fd4e453..ff48a119ce 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 6c2f74f144..6917925d58 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 60bcfb7f3d..eab2f159ae 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 b1225cc35b..b1a39fe5fe 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 27a12897c2..36fc34a1ec 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 8a6bd6fad7..7d97f91da2 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 4b7a682c68..03777c8ac5 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 f59ed38446..bf35c9f207 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 8e78a70775..6053151afb 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 c62c243a7d..15f8662d3c 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 a1418fd916..9d9a728c05 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 6b282a5bd2..19700adfe5 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 aefe153b0c..cc29d854a8 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 585363b470..8a3198362d 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 c433a66975..528c5b3015 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 7ef1aa5d2a..b48df4d042 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 9792e516ba..664fcb15ef 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 45163ce37a..393ce64ba5 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 bd0294042a..b91ff1a983 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 da3b1f0358..b4f7a90660 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 e465d8ff6b..869ba76ea7 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 b3877e0288..3f39cb5660 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 24bbd8e80a..904fda9e80 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 62f0aab373..37677b92c3 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 1bea80c0fe..0529ca7a6c 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 0d8d3a2b37..330cf2d7ba 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 83a44993d7..fd0f65d08d 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 bb86e1ea81..dad5455007 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 612861f77b..ac312e574e 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 1fca297258..13e8a38eb5 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 8a5e810b0b..0d9bbe7785 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 9a90b636f4..8ef649149e 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 8e0bcb1917..95766e343d 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 28755e58ad..e76d0e8f6f 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 9bd8240939..b68c66717c 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 16cbc479b9..b7906f41e2 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 e2cbb9c258..4ce37d536f 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 4e542f2669..607b257d27 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 f5ee9da131..9e97b856fc 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 74ddb4b4d1..ec39f441b2 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 6862303457..6483472cf2 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 56f760d637..e4ba0ab695 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 4c2a204be3..d564749c3d 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 6783dd8ef3..3b81b300c1 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 8fd21cadf7..6b5f7c32a1 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 3ca5d824f7..d17e9b2af7 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