2022-07-06 15:47:01 +00:00
<!DOCTYPE html> < html class = "default" lang = "en" > < head > < meta charSet = "utf-8" / > < meta http-equiv = "x-ua-compatible" content = "IE=edge" / > < title > docx< / title > < meta name = "description" content = "Documentation for docx" / > < meta name = "viewport" content = "width=device-width, initial-scale=1" / > < link rel = "stylesheet" href = "assets/style.css" / > < link rel = "stylesheet" href = "assets/highlight.css" / > < script async src = "assets/search.js" id = "search-script" > < / script > < / head > < body > < script > document . documentElement . dataset . theme = localStorage . getItem ( "tsd-theme" ) || "os" < / script > < header class = "tsd-page-toolbar" >
2022-06-30 20:34:15 +00:00
< div class = "tsd-toolbar-contents container" >
< div class = "table-cell" id = "tsd-search" data-base = "." >
2022-10-25 21:26:46 +00:00
< div class = "field" > < label for = "tsd-search-field" class = "tsd-widget tsd-toolbar-icon search no-caption" > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" > < path d = "M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill = "var(--color-text)" > < / path > < / svg > < / label > < input type = "text" id = "tsd-search-field" aria-label = "Search" / > < / div >
< div class = "field" >
< div id = "tsd-toolbar-links" > < / div > < / div >
2022-06-30 20:34:15 +00:00
< ul class = "results" >
< li class = "state loading" > Preparing search index...< / li >
2022-10-28 22:20:43 +00:00
< li class = "state failure" > The search index is not available< / li > < / ul > < a href = "index.html" class = "title" > docx< / a > < / div >
2022-10-25 21:26:46 +00:00
< div class = "table-cell" id = "tsd-widgets" > < a href = "#" class = "tsd-widget tsd-toolbar-icon menu no-caption" data-toggle = "menu" aria-label = "Menu" > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" > < rect x = "1" y = "3" width = "14" height = "2" fill = "var(--color-text)" > < / rect > < rect x = "1" y = "7" width = "14" height = "2" fill = "var(--color-text)" > < / rect > < rect x = "1" y = "11" width = "14" height = "2" fill = "var(--color-text)" > < / rect > < / svg > < / a > < / div > < / div > < / header >
2022-06-30 20:34:15 +00:00
< div class = "container container-main" >
< div class = "col-8 col-content" >
< div class = "tsd-page-title" >
< h2 > docx< / h2 > < / div >
< div class = "tsd-panel tsd-typography" > < p align = "center" >
2021-12-03 10:50:15 +00:00
< img src = "./logo/logo-animate.svg" width = "100%" height = "300" alt = "clippy the assistant" >
2021-09-30 02:17:43 +00:00
< / p >
< p align = "center" >
2023-06-12 19:08:34 +00:00
Easily generate and modify .docx files with JS/TS. Works for Node and on the Browser.
2021-09-30 02:17:43 +00:00
< / p >
< hr >
< p > < a href = "https://npmjs.org/package/docx" > < img src = "https://badge.fury.io/js/docx.svg" alt = "NPM version" > < / a >
< a href = "https://npmjs.org/package/docx" > < img src = "https://img.shields.io/npm/dm/docx.svg" alt = "Downloads per month" > < / a >
< a href = "https://github.com/dolanmiu/docx/actions" > < img src = "https://github.com/dolanmiu/docx/workflows/Default/badge.svg" alt = "GitHub Action Workflow Status" > < / a >
< a href = "https://snyk.io/test/github/dolanmiu/docx" > < img src = "https://snyk.io/test/github/dolanmiu/docx/badge.svg" alt = "Known Vulnerabilities" > < / a >
< a href = "https://gitter.im/docx-lib/Lobby" > < img src = "https://badges.gitter.im/dolanmiu/docx.svg" alt = "Chat on Gitter" > < / a >
< a href = "http://makeapullrequest.com" > < img src = "https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt = "PRs Welcome" > < / a >
< a href = "https://codecov.io/gh/dolanmiu/docx" > < img src = "https://codecov.io/gh/dolanmiu/docx/branch/master/graph/badge.svg" alt = "codecov" > < / a > < / p >
< p align = "center" >
< img src = "https://i.imgur.com/QeL1HuU.png" alt = "drawing" / >
< / p >
< a href = "#demo" id = "demo" style = "color: inherit; text-decoration: none;" >
< h1 > Demo< / h1 >
< / a >
< a href = "#browser" id = "browser" style = "color: inherit; text-decoration: none;" >
< h2 > Browser< / h2 >
< / a >
< p > Here are examples of < code > docx< / code > being used with basic < code > HTML/JS< / code > in a browser environment:< / p >
< ul >
< li > < a href = "https://codepen.io/dolanmiu/pen/RwNeObg" > https://codepen.io/dolanmiu/pen/RwNeObg< / a > < / li >
< li > < a href = "https://jsfiddle.net/dolanmiu/onadx1gu/" > https://jsfiddle.net/dolanmiu/onadx1gu/< / a > < / li >
< / ul >
2022-11-29 19:31:04 +00:00
< p > Here are examples of < code > docx< / code > working in < code > Angular< / code > :< / p >
2021-09-30 02:17:43 +00:00
< ul >
< li > < a href = "https://stackblitz.com/edit/angular-docx" > https://stackblitz.com/edit/angular-docx< / a > < / li >
2022-11-29 19:31:04 +00:00
< li > < a href = "https://stackblitz.com/edit/angular-wmd6k3" > https://stackblitz.com/edit/angular-wmd6k3< / a > < / li >
2021-09-30 02:17:43 +00:00
< / ul >
2022-11-29 19:31:04 +00:00
< p > Here are examples of < code > docx< / code > working in < code > React< / code > :< / p >
2021-09-30 02:17:43 +00:00
< ul >
< li > < a href = "https://stackblitz.com/edit/react-docx" > https://stackblitz.com/edit/react-docx< / a > < / li >
< li > < a href = "https://stackblitz.com/edit/react-docx-images" > https://stackblitz.com/edit/react-docx-images< / a > (adding images to Word Document)< / li >
< / ul >
< p > Here is an example of < code > docx< / code > working in < code > Vue.js< / code > :< / p >
< ul >
< li > < a href = "https://stackblitz.com/edit/vuejs-docx" > https://stackblitz.com/edit/vuejs-docx< / a > < / li >
< / ul >
< a href = "#node" id = "node" style = "color: inherit; text-decoration: none;" >
< h2 > Node< / h2 >
< / a >
< p > Press < code > endpoint< / code > on the < code > RunKit< / code > website:< / p >
< p > < img src = "https://user-images.githubusercontent.com/2917613/38582539-f84311b6-3d07-11e8-90db-5885ae02c3c4.png" alt = "RunKit Instructions" > < / p >
< ul >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo1" > https://runkit.com/dolanmiu/docx-demo1< / a > - Simple paragraph and text< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo2" > https://runkit.com/dolanmiu/docx-demo2< / a > - Advanced Paragraphs and text< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo3" > https://runkit.com/dolanmiu/docx-demo3< / a > - Bullet points< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo4" > https://runkit.com/dolanmiu/docx-demo4< / a > - Simple table< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo5" > https://runkit.com/dolanmiu/docx-demo5< / a > - Images< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo6" > https://runkit.com/dolanmiu/docx-demo6< / a > - Margins< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo7" > https://runkit.com/dolanmiu/docx-demo7< / a > - Landscape< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo8" > https://runkit.com/dolanmiu/docx-demo8< / a > - Header and Footer< / li >
< li > < a href = "https://runkit.com/dolanmiu/docx-demo10" > https://runkit.com/dolanmiu/docx-demo10< / a > - < strong > My CV generated with docx< / strong > < / li >
< / ul >
< p > More < a href = "https://github.com/dolanmiu/docx/tree/master/demo" > here< / a > < / p >
< a href = "#how-to-use-amp-documentation" id = "how-to-use-amp-documentation" style = "color: inherit; text-decoration: none;" >
< h1 > How to use & Documentation< / h1 >
< / a >
< p > Please refer to the < a href = "https://docx.js.org/" > documentation at https://docx.js.org/< / a > for details on how to use this library, examples and much more!< / p >
< a href = "#examples" id = "examples" style = "color: inherit; text-decoration: none;" >
< h1 > Examples< / h1 >
< / a >
< p > Check the < a href = "https://github.com/dolanmiu/docx/tree/master/demo" > demo folder< / a > for examples.< / p >
< a href = "#contributing" id = "contributing" style = "color: inherit; text-decoration: none;" >
< h1 > Contributing< / h1 >
< / a >
< p > Read the contribution guidelines < a href = "https://docx.js.org/#/contribution-guidelines" > here< / a > .< / p >
< a href = "#used-by" id = "used-by" style = "color: inherit; text-decoration: none;" >
< h1 > Used by< / h1 >
< / a >
< p > < a href = "https://hfour.com/" > < img src = "https://i.imgur.com/zy5qWmI.png" alt = "drawing" height = "50" / > < / a >
< a href = "https://fuzzproductions.com/" > < img src = "https://i.imgur.com/OYP5tgS.png" alt = "drawing" height = "50" / > < / a >
< a href = "https://www.mettzer.com/" > < img src = "https://i.imgur.com/zUDMfZ3.png" alt = "drawing" height = "50" / > < / a >
< a href = "https://www.wisedoc.net/" > < img src = "https://i.imgur.com/wtNB1uq.png" alt = "drawing" height = "50" / > < / a >
< a href = "https://www.dabblewriter.com/" > < img src = "https://i.imgur.com/suiH2zc.png" alt = "drawing" height = "50" / > < / a >
< a href = "https://turbopatent.com/" > < img src = "https://i.imgur.com/1LjuK2M.png" alt = "drawing" height = "50" / > < / a >
< a href = "http://www.madisoncres.com/" > < img src = "https://i.imgur.com/dHMg0wF.gif" alt = "drawing" height = "50" / > < / a >
< a href = "https://www.beekast.com/" > < img src = "https://i.imgur.com/QEZXU5b.png" alt = "drawing" height = "50" / > < / a >
< a href = "https://herraizsoto.com/" > < img src = "https://i.imgur.com/XVU6aoi.png" alt = "drawing" height = "50" / > < / a >
< a href = "http://www.ativer.com.br/" > < img src = "https://i.imgur.com/fn1xccG.png" alt = "drawing" height = "50" / > < / a >
2021-11-26 15:50:13 +00:00
< a href = "https://www.arity.co/" > < img src = "https://i.imgur.com/cmykN7c.png" alt = "drawing" / > < / a >
< a href = "https://www.circadianrisk.com/" > < img src = "https://i.imgur.com/PXo25um.png" alt = "drawing" height = "50" / > < / a >
2023-02-16 16:38:05 +00:00
< a href = "https://lexense.com/" > < img src = "https://i.imgur.com/AKGhtlh.png" alt = "drawing" / > < / a >
< a href = "https://novelpad.co/" > < img src = "https://i.imgur.com/9tqJaHw.png" alt = "drawing" height = "50" / > < / a > < / p >
2021-09-30 02:17:43 +00:00
< p > ...and many more!< / p >
< hr >
< p > < a href = "https://www.patreon.com/dolanmiu" > < img src = "https://user-images.githubusercontent.com/2917613/51251459-4e880480-1991-11e9-92bf-38b96675a9e2.png" alt = "patreon" > < / a >
< a href = "https://www.browserstack.com" > < img src = "https://user-images.githubusercontent.com/2917613/54233552-128e9d00-4505-11e9-88fb-025a4e04007c.png" alt = "browserstack" > < / a > < / p >
< p > Made with 💖< / p >
2022-06-30 20:34:15 +00:00
< / div > < / div >
< div class = "col-4 col-menu menu-sticky-wrap menu-highlight" >
< div class = "tsd-navigation settings" >
< details class = "tsd-index-accordion" > < summary class = "tsd-accordion-summary" >
< h3 > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" > < path d = "M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill = "var(--color-text)" > < / path > < / svg > Settings< / h3 > < / summary >
< div class = "tsd-accordion-details" >
< div class = "tsd-filter-visibility" >
< h4 class = "uppercase" > Member Visibility< / h4 > < form >
< ul id = "tsd-filter-options" >
< li class = "tsd-filter-item" > < label class = "tsd-filter-input" > < input type = "checkbox" id = "tsd-filter-inherited" name = "inherited" checked / > < svg width = "32" height = "32" viewBox = "0 0 32 32" aria-hidden = "true" > < rect class = "tsd-checkbox-background" width = "30" height = "30" x = "1" y = "1" rx = "6" fill = "none" > < / rect > < path class = "tsd-checkbox-checkmark" d = "M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke = "none" stroke-width = "3.5" stroke-linejoin = "round" fill = "none" > < / path > < / svg > < span > Inherited< / span > < / label > < / li >
< li class = "tsd-filter-item" > < label class = "tsd-filter-input" > < input type = "checkbox" id = "tsd-filter-external" name = "external" / > < svg width = "32" height = "32" viewBox = "0 0 32 32" aria-hidden = "true" > < rect class = "tsd-checkbox-background" width = "30" height = "30" x = "1" y = "1" rx = "6" fill = "none" > < / rect > < path class = "tsd-checkbox-checkmark" d = "M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke = "none" stroke-width = "3.5" stroke-linejoin = "round" fill = "none" > < / path > < / svg > < span > External< / span > < / label > < / li > < / ul > < / form > < / div >
< div class = "tsd-theme-toggle" >
< h4 class = "uppercase" > Theme< / h4 > < select id = "theme" > < option value = "os" > OS< / option > < option value = "light" > Light< / option > < option value = "dark" > Dark< / option > < / select > < / div > < / div > < / details > < / div >
< nav class = "tsd-navigation primary" >
< details class = "tsd-index-accordion" open > < summary class = "tsd-accordion-summary" >
< h3 > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" > < path d = "M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill = "var(--color-text)" > < / path > < / svg > Modules< / h3 > < / summary >
< div class = "tsd-accordion-details" >
< ul >
< li class = "current selected" > < a href = "modules.html" > docx< / a >
< ul > < / ul > < / li > < / ul > < / div > < / details > < / nav >
< nav class = "tsd-navigation secondary menu-sticky" >
< ul >
< li class = "tsd-kind-reference" > < a href = "modules.html#File" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < rect fill = "var(--color-icon-background)" stroke = "#FF4D82" stroke-width = "1.5" x = "1" y = "1" width = "22" height = "22" rx = "12" id = "icon-8388608-path" > < / rect > < path d = "M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill = "var(--color-text)" id = "icon-8388608-text" > < / path > < / svg > File< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/AlignmentType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < rect fill = "var(--color-icon-background)" stroke = "var(--color-ts-enum)" stroke-width = "1.5" x = "1" y = "1" width = "22" height = "22" rx = "6" id = "icon-8-path" > < / rect > < path d = "M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill = "var(--color-text)" id = "icon-8-text" > < / path > < / svg > Alignment< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/BorderStyle.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Border< wbr / > Style< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/DocumentGridType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Document< wbr / > Grid< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/DropCapType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Drop< wbr / > Cap< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/EmphasisMarkType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Emphasis< wbr / > Mark< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/FrameAnchorType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Frame< wbr / > Anchor< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/FrameWrap.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Frame< wbr / > Wrap< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/HeaderFooterReferenceType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Header< wbr / > Footer< wbr / > Reference< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/HeaderFooterType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Header< wbr / > Footer< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/HeadingLevel.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Heading< wbr / > Level< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/HeightRule.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Height< wbr / > Rule< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/HorizontalPositionAlign.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Horizontal< wbr / > Position< wbr / > Align< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/HorizontalPositionRelativeFrom.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Horizontal< wbr / > Position< wbr / > Relative< wbr / > From< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/HyperlinkType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Hyperlink< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/LeaderType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Leader< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/LevelFormat.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Level< wbr / > Format< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/LevelSuffix.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Level< wbr / > Suffix< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/LineNumberRestartFormat.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Line< wbr / > Number< wbr / > Restart< wbr / > Format< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/LineRuleType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Line< wbr / > Rule< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/NumberFormat.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Number< wbr / > Format< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/OverlapType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Overlap< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PageBorderDisplay.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Page< wbr / > Border< wbr / > Display< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PageBorderOffsetFrom.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Page< wbr / > Border< wbr / > Offset< wbr / > From< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PageBorderZOrder.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Page< wbr / > BorderZOrder< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PageNumber.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Page< wbr / > Number< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PageNumberSeparator.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Page< wbr / > Number< wbr / > Separator< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PageOrientation.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Page< wbr / > Orientation< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PageTextDirectionType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Page< wbr / > Text< wbr / > Direction< wbr / > Type< / a > < / li >
2023-03-16 23:39:09 +00:00
< li class = "tsd-kind-enum" > < a href = "enums/PatchType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Patch< wbr / > Type< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-enum" > < a href = "enums/PositionalTabAlignment.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Positional< wbr / > Tab< wbr / > Alignment< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PositionalTabLeader.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Positional< wbr / > Tab< wbr / > Leader< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/PositionalTabRelativeTo.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Positional< wbr / > Tab< wbr / > Relative< wbr / > To< / a > < / li >
2022-07-06 15:35:18 +00:00
< li class = "tsd-kind-enum" > < a href = "enums/PrettifyType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Prettify< wbr / > Type< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-enum" > < a href = "enums/RelativeHorizontalPosition.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Relative< wbr / > Horizontal< wbr / > Position< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/RelativeVerticalPosition.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Relative< wbr / > Vertical< wbr / > Position< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/SectionType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Section< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/ShadingType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Shading< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/SpaceType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Space< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/TabStopPosition.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Tab< wbr / > Stop< wbr / > Position< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/TabStopType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Tab< wbr / > Stop< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/TableAnchorType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Table< wbr / > Anchor< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/TableLayoutType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Table< wbr / > Layout< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/TextDirection.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Text< wbr / > Direction< / a > < / li >
2023-01-05 22:31:15 +00:00
< li class = "tsd-kind-enum" > < a href = "enums/TextEffect.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Text< wbr / > Effect< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-enum" > < a href = "enums/TextWrappingSide.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Text< wbr / > Wrapping< wbr / > Side< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/TextWrappingType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Text< wbr / > Wrapping< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/UnderlineType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Underline< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/VerticalAlign.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Vertical< wbr / > Align< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/VerticalMergeType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Vertical< wbr / > Merge< wbr / > Type< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/VerticalPositionAlign.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Vertical< wbr / > Position< wbr / > Align< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/VerticalPositionRelativeFrom.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Vertical< wbr / > Position< wbr / > Relative< wbr / > From< / a > < / li >
< li class = "tsd-kind-enum" > < a href = "enums/WidthType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-8-path" > < / use > < use href = "#icon-8-text" > < / use > < / svg > Width< wbr / > Type< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/AbstractNumbering.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < rect fill = "var(--color-icon-background)" stroke = "var(--color-ts-class)" stroke-width = "1.5" x = "1" y = "1" width = "22" height = "22" rx = "6" id = "icon-128-path" > < / rect > < path d = "M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill = "var(--color-text)" id = "icon-128-text" > < / path > < / svg > Abstract< wbr / > Numbering< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Alignment.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Alignment< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/AlignmentAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Alignment< wbr / > Attributes< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/AnnotationReference.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Annotation< wbr / > Reference< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/Attributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/BaseEmphasisMark.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Base< wbr / > Emphasis< wbr / > Mark< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/BaseXmlComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Base< wbr / > Xml< wbr / > Component< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Body.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Body< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Bookmark.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Bookmark< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/BookmarkEnd.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Bookmark< wbr / > End< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/BookmarkStart.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Bookmark< wbr / > Start< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Border.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Border< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/BorderElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Border< wbr / > Element< / a > < / li >
2022-12-21 04:40:52 +00:00
< li class = "tsd-kind-class" > < a href = "classes/BuilderElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Builder< wbr / > Element< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/CarriageReturn.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Carriage< wbr / > Return< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/Column.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Column< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ColumnBreak.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Column< wbr / > Break< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Columns.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Columns< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Comment.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Comment< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/CommentRangeEnd.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Comment< wbr / > Range< wbr / > End< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/CommentRangeStart.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Comment< wbr / > Range< wbr / > Start< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/CommentReference.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Comment< wbr / > Reference< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Comments.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Comments< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ConcreteHyperlink.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Concrete< wbr / > Hyperlink< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ConcreteNumbering.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Concrete< wbr / > Numbering< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/ContinuationSeparator.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Continuation< wbr / > Separator< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DayLong.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Day< wbr / > Long< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DayShort.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Day< wbr / > Short< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/DeletedTextRun.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Deleted< wbr / > Text< wbr / > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DocGridAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Doc< wbr / > Grid< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Document.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Document< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DocumentAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Document< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DocumentBackground.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Document< wbr / > Background< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DocumentBackgroundAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Document< wbr / > Background< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DocumentDefaults.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Document< wbr / > Defaults< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DocumentGrid.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Document< wbr / > Grid< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/DotEmphasisMark.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Dot< wbr / > Emphasis< wbr / > Mark< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Drawing.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Drawing< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/EmphasisMark.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Emphasis< wbr / > Mark< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/EmptyElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Empty< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/EndnoteReference.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Endnote< wbr / > Reference< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/ExternalHyperlink.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > External< wbr / > Hyperlink< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/FootNoteReferenceRunAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Foot< wbr / > Note< wbr / > Reference< wbr / > Run< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/FootNotes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Foot< wbr / > Notes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Footer.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Footer< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/FooterWrapper.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Footer< wbr / > Wrapper< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/FootnoteReference.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Footnote< wbr / > Reference< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/FootnoteReferenceElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Footnote< wbr / > Reference< wbr / > Element< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/FootnoteReferenceRun.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Footnote< wbr / > Reference< wbr / > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/FrameProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Frame< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/FramePropertiesAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Frame< wbr / > Properties< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/GridSpan.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Grid< wbr / > Span< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Header.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Header< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/HeaderFooterReference.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Header< wbr / > Footer< wbr / > Reference< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/HeaderWrapper.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Header< wbr / > Wrapper< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/HorizontalPosition.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Horizontal< wbr / > Position< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/HpsMeasureElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Hps< wbr / > Measure< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/IgnoreIfEmptyXmlComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Ignore< wbr / > If< wbr / > Empty< wbr / > Xml< wbr / > Component< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ImageRun.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Image< wbr / > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ImportedRootElementAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Imported< wbr / > Root< wbr / > Element< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ImportedXmlComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Imported< wbr / > Xml< wbr / > Component< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Indent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Indent< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/InitializableXmlComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Initializable< wbr / > Xml< wbr / > Component< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/InsertedTextRun.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Inserted< wbr / > Text< wbr / > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/InternalHyperlink.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Internal< wbr / > Hyperlink< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/LastRenderedPageBreak.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Last< wbr / > Rendered< wbr / > Page< wbr / > Break< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/Level.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Level< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/LevelBase.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Level< wbr / > Base< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/LevelForOverride.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Level< wbr / > For< wbr / > Override< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/LevelOverride.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Level< wbr / > Override< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/LineNumberType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Line< wbr / > Number< wbr / > Type< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Math.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathAccentCharacter.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Accent< wbr / > Character< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathAngledBrackets.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Angled< wbr / > Brackets< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathBase.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Base< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathCurlyBrackets.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Curly< wbr / > Brackets< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathDegree.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Degree< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathDenominator.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Denominator< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathFraction.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Fraction< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathFunction.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Function< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathFunctionName.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Function< wbr / > Name< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathFunctionProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Function< wbr / > Properties< / a > < / li >
2022-10-15 23:56:32 +00:00
< li class = "tsd-kind-class" > < a href = "classes/MathIntegral.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Integral< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/MathLimitLocation.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Limit< wbr / > Location< / a > < / li >
2022-07-06 15:35:18 +00:00
< li class = "tsd-kind-class" > < a href = "classes/MathNAryProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > MathNAry< wbr / > Properties< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/MathNumerator.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Numerator< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathPreSubSuperScript.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Pre< wbr / > Sub< wbr / > Super< wbr / > Script< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathPreSubSuperScriptProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Pre< wbr / > Sub< wbr / > Super< wbr / > Script< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathRadical.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Radical< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathRadicalProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Radical< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathRoundBrackets.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Round< wbr / > Brackets< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathRun.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSquareBrackets.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Square< wbr / > Brackets< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSubScript.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Sub< wbr / > Script< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSubScriptElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Sub< wbr / > Script< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSubScriptProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Sub< wbr / > Script< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSubSuperScript.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Sub< wbr / > Super< wbr / > Script< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSubSuperScriptProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Sub< wbr / > Super< wbr / > Script< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSum.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Sum< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSuperScript.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Super< wbr / > Script< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSuperScriptElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Super< wbr / > Script< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MathSuperScriptProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Math< wbr / > Super< wbr / > Script< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Media.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Media< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/MonthLong.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Month< wbr / > Long< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/MonthShort.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Month< wbr / > Short< / a > < / li >
2022-12-21 04:40:52 +00:00
< li class = "tsd-kind-class" > < a href = "classes/NextAttributeComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Next< wbr / > Attribute< wbr / > Component< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/NoBreakHyphen.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > No< wbr / > Break< wbr / > Hyphen< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/NumberProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Number< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/NumberValueElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Number< wbr / > Value< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Numbering.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Numbering< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/OnOffElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > On< wbr / > Off< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/OutlineLevel.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Outline< wbr / > Level< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Packer.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Packer< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageBorders.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Borders< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageBreak.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Break< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageBreakBefore.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Break< wbr / > Before< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageMargin.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Margin< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/PageNumberElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Number< wbr / > Element< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/PageNumberType.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Number< wbr / > Type< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageNumberTypeAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Number< wbr / > Type< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageReference.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Reference< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageSize.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Size< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/PageTextDirection.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Page< wbr / > Text< wbr / > Direction< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Paragraph.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Paragraph< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ParagraphProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Paragraph< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ParagraphPropertiesDefaults.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Paragraph< wbr / > Properties< wbr / > Defaults< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/PositionalTab.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Positional< wbr / > Tab< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/Run.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/RunFonts.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Run< wbr / > Fonts< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/RunProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Run< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/RunPropertiesChange.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Run< wbr / > Properties< wbr / > Change< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/RunPropertiesDefaults.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Run< wbr / > Properties< wbr / > Defaults< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/SectionProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Section< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/SectionTypeAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Section< wbr / > Type< wbr / > Attributes< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/Separator.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Separator< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/SequentialIdentifier.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Sequential< wbr / > Identifier< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Shading.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Shading< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/SimpleField.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Simple< wbr / > Field< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/SimpleMailMergeField.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Simple< wbr / > Mail< wbr / > Merge< wbr / > Field< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/SimplePos.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Simple< wbr / > Pos< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/SoftHyphen.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Soft< wbr / > Hyphen< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/Spacing.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Spacing< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/StringContainer.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > String< wbr / > Container< / a > < / li >
2022-11-03 01:49:04 +00:00
< li class = "tsd-kind-class" > < a href = "classes/StringEnumValueElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > String< wbr / > Enum< wbr / > Value< wbr / > Element< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-class" > < a href = "classes/StringValueElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > String< wbr / > Value< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Style.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Style< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/StyleForCharacter.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Style< wbr / > For< wbr / > Character< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/StyleForParagraph.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Style< wbr / > For< wbr / > Paragraph< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/StyleLevel.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Style< wbr / > Level< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Styles.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Styles< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/SymbolRun.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Symbol< wbr / > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TDirection.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > TDirection< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Tab.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Tab< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TabAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Tab< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TabStop.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Tab< wbr / > Stop< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TabStopItem.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Tab< wbr / > Stop< wbr / > Item< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Table.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableBorders.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Borders< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableCell.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Cell< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableCellBorders.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Cell< wbr / > Borders< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableFloatProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Float< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableLayout.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Layout< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableOfContents.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Of< wbr / > Contents< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableRow.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Row< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableRowHeight.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Row< wbr / > Height< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableRowHeightAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Row< wbr / > Height< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableRowProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Row< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TableWidthElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Table< wbr / > Width< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/TextRun.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Text< wbr / > Run< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/ThematicBreak.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Thematic< wbr / > Break< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Type.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Type< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/Underline.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Underline< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/VerticalAlignAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Vertical< wbr / > Align< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/VerticalAlignElement.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Vertical< wbr / > Align< wbr / > Element< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/VerticalMerge.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Vertical< wbr / > Merge< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/VerticalPosition.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Vertical< wbr / > Position< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/WrapNone.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Wrap< wbr / > None< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/WrapSquare.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Wrap< wbr / > Square< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/WrapTight.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Wrap< wbr / > Tight< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/WrapTopAndBottom.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Wrap< wbr / > Top< wbr / > And< wbr / > Bottom< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/XmlAttributeComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Xml< wbr / > Attribute< wbr / > Component< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/XmlComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Xml< wbr / > Component< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-class" > < a href = "classes/YearLong.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Year< wbr / > Long< / a > < / li >
< li class = "tsd-kind-class" > < a href = "classes/YearShort.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-128-path" > < / use > < use href = "#icon-128-text" > < / use > < / svg > Year< wbr / > Short< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-interface" > < a href = "interfaces/IAlignmentFrameOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < rect fill = "var(--color-icon-background)" stroke = "var(--color-ts-interface)" stroke-width = "1.5" x = "1" y = "1" width = "22" height = "22" rx = "6" id = "icon-256-path" > < / rect > < path d = "M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill = "var(--color-text)" id = "icon-256-text" > < / path > < / svg > IAlignment< wbr / > Frame< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IBaseCharacterStyleOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IBase< wbr / > Character< wbr / > Style< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IBaseParagraphStyleOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IBase< wbr / > Paragraph< wbr / > Style< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IBorderOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IBorder< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IBordersOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IBorders< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ICharacterStyleOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ICharacter< wbr / > Style< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ICommentOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IComment< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ICommentsOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IComments< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IConcreteNumberingOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IConcrete< wbr / > Numbering< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IContext.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IContext< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDistance.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDistance< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDocGridAttributesProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDoc< wbr / > Grid< wbr / > Attributes< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDocumentAttributesProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDocument< wbr / > Attributes< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDocumentBackgroundOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDocument< wbr / > Background< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDocumentDefaultsOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDocument< wbr / > Defaults< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDocumentFooter.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDocument< wbr / > Footer< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDocumentHeader.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDocument< wbr / > Header< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDocumentOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDocument< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IDrawingOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IDrawing< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IFloating.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IFloating< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IFontAttributesProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IFont< wbr / > Attributes< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IHeaderFooterGroup.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IHeader< wbr / > Footer< wbr / > Group< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IHeaderFooterOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IHeader< wbr / > Footer< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IHeaderOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IHeader< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IHorizontalPositionOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IHorizontal< wbr / > Position< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IImageOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IImage< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IIndentAttributesProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IIndent< wbr / > Attributes< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ILevelParagraphStylePropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ILevel< wbr / > Paragraph< wbr / > Style< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ILevelsOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ILevels< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ILineNumberAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ILine< wbr / > Number< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMargins.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMargins< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathFractionOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Fraction< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathFunctionOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Function< wbr / > Options< / a > < / li >
2022-10-15 23:56:32 +00:00
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathIntegralOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Integral< wbr / > Options< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathPreSubSuperScriptOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Pre< wbr / > Sub< wbr / > Super< wbr / > Script< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathRadicalOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Radical< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathSubScriptOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Sub< wbr / > Script< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathSubSuperScriptOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Sub< wbr / > Super< wbr / > Script< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathSumOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Sum< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMathSuperScriptOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMath< wbr / > Super< wbr / > Script< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMediaData.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMedia< wbr / > Data< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMediaDataTransformation.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMedia< wbr / > Data< wbr / > Transformation< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IMediaTransformation.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IMedia< wbr / > Transformation< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/INumberingOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > INumbering< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IPageBorderAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IPage< wbr / > Border< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IPageBordersOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IPage< wbr / > Borders< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IPageNumberTypeAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IPage< wbr / > Number< wbr / > Type< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IParagraphOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IParagraph< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IParagraphPropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IParagraph< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IParagraphStyleOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IParagraph< wbr / > Style< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IParagraphStylePropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IParagraph< wbr / > Style< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IRunOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IRun< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IRunPropertiesChangeOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IRun< wbr / > Properties< wbr / > Change< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IRunPropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IRun< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IRunStylePropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IRun< wbr / > Style< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ISectionOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ISection< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ISectionPropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ISection< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IShadingAttributesProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IShading< wbr / > Attributes< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ISpacingProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ISpacing< wbr / > Properties< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IStylesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IStyles< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ISymbolRunOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ISymbol< wbr / > Run< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITableBordersOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Borders< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITableCellBorders.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Cell< wbr / > Borders< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITableCellOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Cell< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITableOfContentsOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Of< wbr / > Contents< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITableOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITablePropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITableRowOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Row< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITableRowPropertiesOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > ITable< wbr / > Row< wbr / > Properties< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/ITextWrapping.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IText< wbr / > Wrapping< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IVerticalPositionOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IVertical< wbr / > Position< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IXYFrameOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IXYFrame< wbr / > Options< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IXmlAttribute.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IXml< wbr / > Attribute< / a > < / li >
< li class = "tsd-kind-interface" > < a href = "interfaces/IXmlableObject.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > IXmlable< wbr / > Object< / a > < / li >
2023-03-16 23:39:09 +00:00
< li class = "tsd-kind-interface" > < a href = "interfaces/PatchDocumentOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > Patch< wbr / > Document< wbr / > Options< / a > < / li >
2022-12-24 21:05:03 +00:00
< li class = "tsd-kind-interface" > < a href = "interfaces/PositionalTabOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > Positional< wbr / > Tab< wbr / > Options< / a > < / li >
2022-10-19 19:13:17 +00:00
< li class = "tsd-kind-interface" > < a href = "interfaces/TabStopDefinition.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-256-path" > < / use > < use href = "#icon-256-text" > < / use > < / svg > Tab< wbr / > Stop< wbr / > Definition< / a > < / li >
2022-12-21 04:40:52 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/AttributeData.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < rect fill = "var(--color-icon-background)" stroke = "var(--color-ts)" stroke-width = "1.5" x = "1" y = "1" width = "22" height = "22" rx = "6" id = "icon-4194304-path" > < / rect > < path d = "M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill = "var(--color-text)" id = "icon-4194304-text" > < / path > < / svg > Attribute< wbr / > Data< / a > < / li >
< li class = "tsd-kind-type-alias" > < a href = "types/AttributeMap.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Attribute< wbr / > Map< / a > < / li >
< li class = "tsd-kind-type-alias" > < a href = "types/AttributePayload.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Attribute< wbr / > Payload< / a > < / li >
2023-01-05 22:31:15 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/IColumnsAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > IColumns< wbr / > Attributes< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/IFrameOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > IFrame< wbr / > Options< / a > < / li >
2023-01-05 22:31:15 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/IPageMarginAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > IPage< wbr / > Margin< wbr / > Attributes< / a > < / li >
< li class = "tsd-kind-type-alias" > < a href = "types/IPageSizeAttributes.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > IPage< wbr / > Size< wbr / > Attributes< / a > < / li >
2023-03-16 23:39:09 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/IPatch.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > IPatch< / a > < / li >
2023-03-17 02:44:42 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/ITableFloatOptions.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > ITable< wbr / > Float< wbr / > Options< / a > < / li >
2023-01-05 22:31:15 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/ITableWidthProperties.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > ITable< wbr / > Width< wbr / > Properties< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/MathComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Math< wbr / > Component< / a > < / li >
< li class = "tsd-kind-type-alias" > < a href = "types/ParagraphChild.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Paragraph< wbr / > Child< / a > < / li >
2023-01-05 22:31:15 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/Percentage.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Percentage< / a > < / li >
< li class = "tsd-kind-type-alias" > < a href = "types/PositiveUniversalMeasure.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Positive< wbr / > Universal< wbr / > Measure< / a > < / li >
2023-06-12 19:08:34 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/UniqueNumericIdCreator.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Unique< wbr / > Numeric< wbr / > Id< wbr / > Creator< / a > < / li >
2023-01-05 22:31:15 +00:00
< li class = "tsd-kind-type-alias" > < a href = "types/UniversalMeasure.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-4194304-path" > < / use > < use href = "#icon-4194304-text" > < / use > < / svg > Universal< wbr / > Measure< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-variable" > < a href = "variables/EMPTY_OBJECT.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < rect fill = "var(--color-icon-background)" stroke = "var(--color-ts-variable)" stroke-width = "1.5" x = "1" y = "1" width = "22" height = "22" rx = "6" id = "icon-32-path" > < / rect > < path d = "M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill = "var(--color-text)" id = "icon-32-text" > < / path > < / svg > EMPTY_< wbr / > OBJECT< / a > < / li >
< li class = "tsd-kind-variable" > < a href = "variables/sectionMarginDefaults.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-32-path" > < / use > < use href = "#icon-32-text" > < / use > < / svg > section< wbr / > Margin< wbr / > Defaults< / a > < / li >
< li class = "tsd-kind-variable" > < a href = "variables/sectionPageSizeDefaults.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-32-path" > < / use > < use href = "#icon-32-text" > < / use > < / svg > section< wbr / > Page< wbr / > Size< wbr / > Defaults< / a > < / li >
2023-06-12 19:08:34 +00:00
< li class = "tsd-kind-function" > < a href = "functions/abstractNumUniqueNumericIdGen.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < rect fill = "var(--color-icon-background)" stroke = "var(--color-ts-function)" stroke-width = "1.5" x = "1" y = "1" width = "22" height = "22" rx = "6" id = "icon-64-path" > < / rect > < path d = "M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill = "var(--color-text)" id = "icon-64-text" > < / path > < / svg > abstract< wbr / > Num< wbr / > Unique< wbr / > Numeric< wbr / > Id< wbr / > Gen< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/bookmarkUniqueNumericIdGen.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > bookmark< wbr / > Unique< wbr / > Numeric< wbr / > Id< wbr / > Gen< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/concreteNumUniqueNumericIdGen.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > concrete< wbr / > Num< wbr / > Unique< wbr / > Numeric< wbr / > Id< wbr / > Gen< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/convertInchesToTwip.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > convert< wbr / > Inches< wbr / > To< wbr / > Twip< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-function" > < a href = "functions/convertMillimetersToTwip.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > convert< wbr / > Millimeters< wbr / > To< wbr / > Twip< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/convertToXmlComponent.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > convert< wbr / > To< wbr / > Xml< wbr / > Component< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/dateTimeValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > date< wbr / > Time< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/decimalNumber.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > decimal< wbr / > Number< / a > < / li >
2023-06-12 19:08:34 +00:00
< li class = "tsd-kind-function" > < a href = "functions/docPropertiesUniqueNumericIdGen.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > doc< wbr / > Properties< wbr / > Unique< wbr / > Numeric< wbr / > Id< wbr / > Gen< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-function" > < a href = "functions/eighthPointMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > eighth< wbr / > Point< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/hexColorValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > hex< wbr / > Color< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/hpsMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > hps< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/longHexNumber.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > long< wbr / > Hex< wbr / > Number< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/measurementOrPercentValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > measurement< wbr / > Or< wbr / > Percent< wbr / > Value< / a > < / li >
2023-03-16 23:39:09 +00:00
< li class = "tsd-kind-function" > < a href = "functions/patchDocument.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > patch< wbr / > Document< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-function" > < a href = "functions/percentageValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > percentage< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/pointMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > point< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/positiveUniversalMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > positive< wbr / > Universal< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/shortHexNumber.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > short< wbr / > Hex< wbr / > Number< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/signedHpsMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > signed< wbr / > Hps< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/signedTwipsMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > signed< wbr / > Twips< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/twipsMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > twips< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/uCharHexNumber.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > u< wbr / > Char< wbr / > Hex< wbr / > Number< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/uniqueId.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > unique< wbr / > Id< / a > < / li >
2023-06-12 19:08:34 +00:00
< li class = "tsd-kind-function" > < a href = "functions/uniqueNumericIdCreator-1.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > unique< wbr / > Numeric< wbr / > Id< wbr / > Creator< / a > < / li >
2022-06-30 20:34:15 +00:00
< li class = "tsd-kind-function" > < a href = "functions/universalMeasureValue.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > universal< wbr / > Measure< wbr / > Value< / a > < / li >
< li class = "tsd-kind-function" > < a href = "functions/unsignedDecimalNumber.html" class = "tsd-index-link" > < svg class = "tsd-kind-icon" width = "24" height = "24" viewBox = "0 0 24 24" > < use href = "#icon-64-path" > < / use > < use href = "#icon-64-text" > < / use > < / svg > unsigned< wbr / > Decimal< wbr / > Number< / a > < / li > < / ul > < / nav > < / div > < / div >
< div class = "container tsd-generator" >
< p > Generated using < a href = "https://typedoc.org/" target = "_blank" > TypeDoc< / a > < / p > < / div >
< div class = "overlay" > < / div > < script src = "assets/main.js" > < / script > < / body > < / html >