How to use globalsString method in storybook-root

Best JavaScript code snippet using storybook-root

types.mso.ts

Source:types.mso.ts Github

copy

Full Screen

1export interface AlternativeProperties<TLength = GlobalsString | 0> {2 /**3 * Microsoft Office alternative to the **`border`** shorthand CSS property—which sets an element's border. It sets the values of `border-width`, `border-style`, and `border-color`.4 *5 * | Inherited | &vert; | Initial |6 * | --------- | -- | ------------- |7 * `false` | &vert; |`n/a` |8 *9 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)10 */11 msoBorderAlt?: MsoBorderAltProperty<TLength>;12 /**13 * Microsoft Office alternative to the **`border-bottom`** shorthand CSS property—which sets an element's bottom border. It sets the values of `mso-border-bottom-width-alt`, `mso-border-bottom-style-alt` and `mso-border-bottom-color-alt`.14 *15 * | Inherited | &vert; | Initial |16 * | --------- | -- | ------------- |17 * `false` | &vert; |`n/a` |18 *19 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)20 */21 msoBorderBottomAlt?: MsoBorderBottomAltProperty<TLength>;22 /**23 * Microsoft Office alternative to the **`border-bottom-color`** CSS property—which sets the color of an element's bottom border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-bottom-alt`.24 *25 * | Inherited | &vert; | Initial |26 * | --------- | -- | ------------- |27 * `false` | &vert; |`n/a` |28 *29 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)30 */31 msoBorderBottomColorAlt?: MsoBorderBottomColorAltProperty;32 /**33 * Microsoft Office alternative to the **`border-bottom`** shorthand CSS property—which sets an element's bottom border. It sets the values of `mso-border-bottom-width-alt`, `mso-border-bottom-style-alt` and `mso-border-bottom-color-alt`.34 *35 * | Inherited | &vert; | Initial |36 * | --------- | -- | ------------- |37 * `false` | &vert; |`none` |38 *39 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)40 */41 msoBorderBottomStyleAlt?: MsoBorderBottomStyleAltProperty;42 /**43 * Microsoft Office alternative to the **`border-bottom-width`** CSS property—which sets the width of the bottom border of an element.44 *45 * | Inherited | &vert; | Initial |46 * | --------- | -- | ------------- |47 * `false` | &vert; |`medium` |48 *49 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)50 */51 msoBorderBottomWidthAlt?: MsoBorderBottomWidthAltProperty<TLength>;52 /**53 * Microsoft Office alternative to the **`border-color`** shorthand CSS property—which sets the color of an element's border.54 *55 * | Inherited | &vert; | Initial |56 * | --------- | -- | ------------- |57 * `false` | &vert; |`n/a` |58 *59 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)60 */61 msoBorderColorAlt?: MsoBorderColorAltProperty;62 /**63 * Microsoft Office alternative to the **`border-left`** shorthand CSS property—which sets an element's left border. It sets the values of `mso-border-left-width-alt`, `mso-border-left-style-alt` and `mso-border-left-color-alt`.64 *65 * | Inherited | &vert; | Initial |66 * | --------- | -- | ------------- |67 * `false` | &vert; |`n/a` |68 *69 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)70 */71 msoBorderLeftAlt?: MsoBorderLeftAltProperty<TLength>;72 /**73 * Microsoft Office alternative to the **`border-left-color`** CSS property—which sets the color of an element's left border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-left-alt`.74 *75 * | Inherited | &vert; | Initial |76 * | --------- | -- | ------------- |77 * `false` | &vert; |`n/a` |78 *79 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)80 */81 msoBorderLeftColorAlt?: MsoBorderLeftColorAltProperty;82 /**83 * Microsoft Office alternative to the **`border-left-style`** CSS property—which sets the line style of an element's left border.84 *85 * | Inherited | &vert; | Initial |86 * | --------- | -- | ------------- |87 * `false` | &vert; |`none` |88 *89 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)90 */91 msoBorderLeftStyleAlt?: MsoBorderLeftStyleAltProperty;92 /**93 * Microsoft Office alternative to the **`border-left-width`** CSS property—which sets the width of the left border of an element.94 *95 * | Inherited | &vert; | Initial |96 * | --------- | -- | ------------- |97 * `false` | &vert; |`medium` |98 *99 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)100 */101 msoBorderLeftWidthAlt?: MsoBorderLeftWidthAltProperty<TLength>;102 /**103 * Microsoft Office alternative to the **`border-right`** shorthand CSS property—which sets an element's right border. It sets the values of `mso-border-right-width-alt`, `mso-border-right-style-alt` and `mso-border-right-color-alt`.104 *105 * | Inherited | &vert; | Initial |106 * | --------- | -- | ------------- |107 * `false` | &vert; |`n/a` |108 *109 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)110 */111 msoBorderRightAlt?: MsoBorderRightAltProperty<TLength>;112 /**113 * Microsoft Office alternative to the **`border-right-color`** CSS property—which sets the color of an element's right border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-right-alt`.114 *115 * | Inherited | &vert; | Initial |116 * | --------- | -- | ------------- |117 * `false` | &vert; |`n/a` |118 *119 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)120 */121 msoBorderRightColorAlt?: MsoBorderRightColorAltProperty;122 /**123 * Microsoft Office alternative to the **`border-right-style`** CSS property—which sets the line style of an element's right border.124 *125 * | Inherited | &vert; | Initial |126 * | --------- | -- | ------------- |127 * `false` | &vert; |`none` |128 *129 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)130 */131 msoBorderRightStyleAlt?: MsoBorderRightStyleAltProperty;132 /**133 * Microsoft Office alternative to the **`border-right-width`** CSS property—which sets the width of the right border of an element.134 *135 * | Inherited | &vert; | Initial |136 * | --------- | -- | ------------- |137 * `false` | &vert; |`medium` |138 *139 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)140 */141 msoBorderRightWidthAlt?: MsoBorderRightWidthAltProperty<TLength>;142 /**143 * Microsoft Office alternative to the **`border-style`** shorthand CSS property—which sets the style of an element's border.144 *145 * | Inherited | &vert; | Initial |146 * | --------- | -- | ------------- |147 * `false` | &vert; |`none` |148 *149 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)150 */151 msoBorderStyleAlt?: MsoBorderStyleAltProperty;152 /**153 * Microsoft Office alternative to the **`border-top`** shorthand CSS property—which sets an element's top border. It sets the values of `mso-border-top-width-alt`, `mso-border-top-style-alt` and `mso-border-top-color-alt`.154 *155 * | Inherited | &vert; | Initial |156 * | --------- | -- | ------------- |157 * `false` | &vert; |`n/a` |158 *159 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)160 */161 msoBorderTopAlt?: MsoBorderTopAltProperty<TLength>;162 /**163 * Microsoft Office alternative to the **`border-top-color`** CSS property—which sets the color of an element's top border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-top-alt`.164 *165 * | Inherited | &vert; | Initial |166 * | --------- | -- | ------------- |167 * `false` | &vert; |`n/a` |168 *169 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)170 */171 msoBorderTopColorAlt?: MsoBorderTopColorAltProperty;172 /**173 * Microsoft Office alternative to the **`border-top-style`** CSS property—which sets the line style of an element's top border.174 *175 * | Inherited | &vert; | Initial |176 * | --------- | -- | ------------- |177 * `false` | &vert; |`none` |178 *179 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)180 */181 msoBorderTopStyleAlt?: MsoBorderTopStyleAltProperty;182 /**183 * Microsoft Office alternative to the **`border-top-width`** CSS property—which sets the width of the top border of an element.184 *185 * | Inherited | &vert; | Initial |186 * | --------- | -- | ------------- |187 * `false` | &vert; |`medium` |188 *189 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)190 */191 msoBorderTopWidthAlt?: MsoBorderTopWidthAltProperty<TLength>;192 /**193 * Microsoft Office alternative to the **`border-width`** shorthand CSS property—which sets the width of an element's border.194 *195 * | Inherited | &vert; | Initial |196 * | --------- | -- | ------------- |197 * `false` | &vert; |`medium` |198 *199 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)200 */201 msoBorderWidthAlt?: MsoBorderWidthAltProperty<TLength>;202 /**203 * Microsoft Office alternative to the **`color`** CSS property—which sets the foreground color value of an element's text and text decorations, and sets the `windowtext` value. `windowtext` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `mso-border-color-alt`.204 *205 * | Inherited | &vert; | Initial |206 * | --------- | -- | ------------- |207 * `true` | &vert; |`n/a` |208 *209 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)210 */211 msoColorAlt?: MsoColorAltProperty;212 /**213 * Microsoft Office alternative to the **`font`** CSS property—which is a shorthand for `font-style`, `font-variant`, `font-weight`, `font-stretch`, `font-size`, `line-height`, and `font-family`.214 *215 * | Inherited | &vert; | Initial |216 * | --------- | -- | ------------- |217 * `false` | &vert; |`n/a` |218 */219 msoFontAlt?: MsoFontAltProperty;220 /**221 * Microsoft Office alternative to the **`height`** CSS property—which specifies the height of an element.222 *223 * | Inherited | &vert; | Initial |224 * | --------- | -- | ------------- |225 * `false` | &vert; |`n/a` |226 *227 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)228 */229 msoHeightAlt?: MsoHeightAltProperty;230 /**231 * Microsoft Office alternative to the **`layout-grid-char`** CSS property—specifies the size of the character grid for the layout of an element's text content. It only applies to block elements.232 *233 * | Inherited | &vert; | Initial |234 * | --------- | -- | ------------- |235 * `false` | &vert; |`n/a` |236 *237 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)238 */239 msoLayoutGridCharAlt?: MsoLayoutGridCharAltProperty;240 /**241 * Microsoft Office alternative to the **`line-height`** CSS property—which sets the height of a line box. It's commonly used to set the distance between lines of text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.242 *243 * | Inherited | &vert; | Initial |244 * | --------- | -- | ------------- |245 * `true` | &vert; |`normal` |246 *247 * @see [`Paragraphs`](https://stigmortenmyre.no/mso/html/concepts/ofconparagraphs.htm), [`Paragraph Spacing`](https://stigmortenmyre.no/mso/html/word/wdconparagraphspacing.htm)248 */249 msoLineHeightAlt?: MsoLineHeightAltProperty<TLength>;250 /**251 * Microsoft Office alternative to the **`margin-bottom`** CSS property—which sets the margin area on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer.252 *253 * | Inherited | &vert; | Initial |254 * | --------- | -- | ------------- |255 * `false` | &vert; |`n/a` |256 *257 * @see [`Paragraphs`](https://stigmortenmyre.no/mso/html/concepts/ofconparagraphs.htm), [`Paragraph Spacing`](https://stigmortenmyre.no/mso/html/word/wdconparagraphspacing.htm), [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)258 */259 msoMarginBottomAlt?: MsoMarginBottomAltProperty<TLength>;260 /**261 * Microsoft Office alternative to the **`margin-left`** CSS property—which sets the margin area on the left of an element. A positive value places it farther from its neighbors, while a negative value places it closer.262 *263 * | Inherited | &vert; | Initial |264 * | --------- | -- | ------------- |265 * `false` | &vert; |`n/a` |266 */267 msoMarginLeftAlt?: MsoMarginLeftAltProperty;268 /**269 * Microsoft Office alternative to the **`margin-top`** CSS property—which sets the margin area on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.270 *271 * | Inherited | &vert; | Initial |272 * | --------- | -- | ------------- |273 * `false` | &vert; |`n/a` |274 *275 * @see [`Paragraphs`](https://stigmortenmyre.no/mso/html/concepts/ofconparagraphs.htm), [`Paragraph Spacing`](https://stigmortenmyre.no/mso/html/word/wdconparagraphspacing.htm), [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)276 */277 msoMarginTopAlt?: MsoMarginTopAltProperty<TLength>;278 /**279 * Microsoft Office alternative to the **`padding`** CSS property—which sets the padding area on all four sides of an element. It is a shorthand for `padding-top`, `padding-right`, `padding-bottom`, and `padding-left`.280 *281 * | Inherited | &vert; | Initial |282 * | --------- | -- | ------------- |283 * `false` | &vert; |`n/a` |284 *285 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)286 */287 msoPaddingAlt?: MsoPaddingAltProperty<TLength>;288 /**289 * Microsoft Office alternative to the **`padding-bottom`** CSS property—which sets the height of the padding area on the bottom of an element.290 *291 * | Inherited | &vert; | Initial |292 * | --------- | -- | ------------- |293 * `false` | &vert; |`n/a` |294 *295 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)296 */297 msoPaddingBottomAlt?: MsoPaddingBottomAltProperty<TLength>;298 /**299 * Microsoft Office alternative to the **`padding-left`** CSS property—which sets the width of the padding area on the left of an element.300 *301 * | Inherited | &vert; | Initial |302 * | --------- | -- | ------------- |303 * `false` | &vert; |`n/a` |304 *305 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)306 */307 msoPaddingLeftAlt?: MsoPaddingLeftAltProperty<TLength>;308 /**309 * Microsoft Office alternative to the **`padding-right`** CSS property—which sets the width of the padding area on the right of an element.310 *311 * | Inherited | &vert; | Initial |312 * | --------- | -- | ------------- |313 * `false` | &vert; |`n/a` |314 *315 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)316 */317 msoPaddingRightAlt?: MsoPaddingRightAltProperty<TLength>;318 /**319 * Microsoft Office alternative to the **`padding-top`** CSS property—which sets the height of the padding area on the top of an element.320 *321 * | Inherited | &vert; | Initial |322 * | --------- | -- | ------------- |323 * `false` | &vert; |`n/a` |324 *325 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)326 */327 msoPaddingTopAlt?: MsoPaddingTopAltProperty<TLength>;328 /**329 * Microsoft Office alternative to the **`table-layout`** CSS property—which sets the algorithm used to lay out `<table>` cells, rows, and columns.330 *331 * | Inherited | &vert; | Initial |332 * | --------- | -- | ------------- |333 * `true` | &vert; |`auto` |334 *335 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)336 */337 msoTableLayoutAlt?: MsoTableLayoutAltProperty;338 /**339 * Microsoft Office alternative to the **`text-indent`** CSS property—which sets the length of empty space (indentation) that is put before lines of text in a block.340 *341 * | Inherited | &vert; | Initial |342 * | --------- | -- | ------------- |343 * `false` | &vert; |`n/a` |344 */345 msoTextIndentAlt?: MsoTextIndentAltProperty<TLength>;346 /**347 * Microsoft Office alternative to the **`vertical-align`** CSS property—which sets vertical alignment of an inline or table-cell box.348 *349 * | Inherited | &vert; | Initial |350 * | --------- | -- | ------------- |351 * `false` | &vert; |`n/a` |352 *353 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)354 */355 msoVerticalAlignAlt?: MsoVerticalAlignAltProperty;356 /**357 * Microsoft Office alternative to the **`width`** CSS property—which specifies the width of an element.358 *359 * | Inherited | &vert; | Initial |360 * | --------- | -- | ------------- |361 * `false` | &vert; |`n/a` |362 *363 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)364 */365 msoWidthAlt?: MsoWidthAltProperty;366}367export interface StandardProperties<TLength = GlobalsString | 0> {368 /**369 * Sets or retrieves the interpolation (resampling) method used to stretch an `<img /> element370 *371 * | Inherited | &vert; | Initial |372 * | --------- | -- | ------------- |373 * `false` | &vert; |`n/a` |374 */375 msInterpolationMode?: MsInterpolationModeProperty;376 /**377 * | Inherited | &vert; | Initial |378 * | --------- | -- | ------------- |379 * `false` | &vert; |`n/a` |380 *381 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)382 */383 msoBackground?: MsoBackgroundProperty;384 /**385 * | Inherited | &vert; | Initial |386 * | --------- | -- | ------------- |387 * `false` | &vert; |`n/a` |388 *389 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)390 */391 msoBackgroundSource?: MsoBackgroundSourceProperty;392 /**393 * | Inherited | &vert; | Initial |394 * | --------- | -- | ------------- |395 * `false` | &vert; |`n/a` |396 */397 msoBaselinePosition?: MsoBaselinePositionProperty;398 /**399 * | Inherited | &vert; | Initial |400 * | --------- | -- | ------------- |401 * `false` | &vert; |`n/a` |402 *403 * @see [`Hyperlinks`](https://stigmortenmyre.no/mso/html/concepts/ofconhyperlinks.htm)404 */405 msoBookmark?: MsoBookmarkProperty;406 /**407 * | Inherited | &vert; | Initial |408 * | --------- | -- | ------------- |409 * `false` | &vert; |`n/a` |410 *411 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)412 */413 msoBorderBetween?: MsoBorderBetweenProperty<TLength>;414 /**415 * | Inherited | &vert; | Initial |416 * | --------- | -- | ------------- |417 * `false` | &vert; |`n/a` |418 *419 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)420 */421 msoBorderBetweenColor?: MsoBorderBetweenColorProperty;422 /**423 * | Inherited | &vert; | Initial |424 * | --------- | -- | ------------- |425 * `false` | &vert; |`none` |426 *427 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)428 */429 msoBorderBetweenStyle?: MsoBorderBetweenStyleProperty;430 /**431 * | Inherited | &vert; | Initial |432 * | --------- | -- | ------------- |433 * `false` | &vert; |`medium` |434 *435 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)436 */437 msoBorderBetweenWidth?: MsoBorderBetweenWidthProperty<TLength>;438 /**439 * | Inherited | &vert; | Initial |440 * | --------- | -- | ------------- |441 * `false` | &vert; |`n/a` |442 *443 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)444 */445 msoBorderBottomSource?: MsoBorderBottomSourceProperty;446 /**447 * | Inherited | &vert; | Initial |448 * | --------- | -- | ------------- |449 * `false` | &vert; |`box` |450 *451 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)452 */453 msoBorderEffect?: MsoBorderEffectProperty;454 /**455 * | Inherited | &vert; | Initial |456 * | --------- | -- | ------------- |457 * `false` | &vert; |`n/a` |458 *459 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)460 */461 msoBorderLeftSource?: MsoBorderLeftSourceProperty;462 /**463 * | Inherited | &vert; | Initial |464 * | --------- | -- | ------------- |465 * `false` | &vert; |`n/a` |466 *467 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)468 */469 msoBorderRightSource?: MsoBorderRightSourceProperty;470 /**471 * | Inherited | &vert; | Initial |472 * | --------- | -- | ------------- |473 * `false` | &vert; |`no` |474 *475 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)476 */477 msoBorderShadow?: MsoBorderShadowProperty;478 /**479 * | Inherited | &vert; | Initial |480 * | --------- | -- | ------------- |481 * `true` | &vert; |`n/a` |482 *483 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)484 */485 msoBorderSource?: MsoBorderSourceProperty;486 /**487 * | Inherited | &vert; | Initial |488 * | --------- | -- | ------------- |489 * `false` | &vert; |`n/a` |490 *491 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)492 */493 msoBorderTopSource?: MsoBorderTopSourceProperty;494 /**495 * | Inherited | &vert; | Initial |496 * | --------- | -- | ------------- |497 * `false` | &vert; |`auto` |498 *499 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)500 */501 msoBreakType?: MsoBreakTypeProperty;502 /**503 * | Inherited | &vert; | Initial |504 * | --------- | -- | ------------- |505 * `false` | &vert; |`n/a` |506 *507 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)508 */509 msoBuild?: MsoBuildProperty;510 /**511 * | Inherited | &vert; | Initial |512 * | --------- | -- | ------------- |513 * `false` | &vert; |`n/a` |514 *515 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)516 */517 msoBuildAfterAction?: MsoBuildAfterActionProperty;518 /**519 * | Inherited | &vert; | Initial |520 * | --------- | -- | ------------- |521 * `false` | &vert; |`n/a` |522 *523 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)524 */525 msoBuildAfterColor?: MsoBuildAfterColorProperty;526 /**527 * | Inherited | &vert; | Initial |528 * | --------- | -- | ------------- |529 * `false` | &vert; |`n/a` |530 *531 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)532 */533 msoBuildAutoSecs?: MsoBuildAutoSecsProperty;534 /**535 * | Inherited | &vert; | Initial |536 * | --------- | -- | ------------- |537 * `false` | &vert; |`n/a` |538 *539 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)540 */541 msoBuildAvi?: MsoBuildAviProperty;542 /**543 * | Inherited | &vert; | Initial |544 * | --------- | -- | ------------- |545 * `false` | &vert; |`n/a` |546 *547 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)548 */549 msoBuildDualId?: MsoBuildDualIdProperty;550 /**551 * | Inherited | &vert; | Initial |552 * | --------- | -- | ------------- |553 * `false` | &vert; |`n/a` |554 *555 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)556 */557 msoBuildOrder?: MsoBuildOrderProperty;558 /**559 * | Inherited | &vert; | Initial |560 * | --------- | -- | ------------- |561 * `false` | &vert; |`n/a` |562 *563 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)564 */565 msoBuildSoundName?: MsoBuildSoundNameProperty;566 /**567 * | Inherited | &vert; | Initial |568 * | --------- | -- | ------------- |569 * `false` | &vert; |`n/a` |570 *571 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)572 */573 msoBulletImage?: MsoBulletImageProperty;574 /**575 * | Inherited | &vert; | Initial |576 * | --------- | -- | ------------- |577 * `false` | &vert; |`n/a` |578 *579 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)580 */581 msoCellSpecial?: MsoCellSpecialProperty;582 /**583 * | Inherited | &vert; | Initial |584 * | --------- | -- | ------------- |585 * `false` | &vert; |`n/a` |586 *587 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)588 */589 msoCellspacing?: MsoCellspacingProperty<TLength>;590 /**591 * | Inherited | &vert; | Initial |592 * | --------- | -- | ------------- |593 * `false` | &vert; |`n/a` |594 *595 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)596 */597 msoCharIndent?: MsoCharIndentProperty<TLength>;598 /**599 * | Inherited | &vert; | Initial |600 * | --------- | -- | ------------- |601 * `false` | &vert; |`n/a` |602 *603 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)604 */605 msoCharIndentCount?: MsoCharIndentCountProperty;606 /**607 * | Inherited | &vert; | Initial |608 * | --------- | -- | ------------- |609 * `false` | &vert; |`n/a` |610 *611 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)612 */613 msoCharIndentSize?: MsoCharIndentSizeProperty<TLength>;614 /**615 * | Inherited | &vert; | Initial |616 * | --------- | -- | ------------- |617 * `false` | &vert; |`none` |618 *619 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)620 */621 msoCharType?: MsoCharTypeProperty;622 /**623 * | Inherited | &vert; | Initial |624 * | --------- | -- | ------------- |625 * `false` | &vert; |`n/a` |626 *627 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)628 */629 msoCharWrap?: MsoCharWrapProperty;630 /**631 * | Inherited | &vert; | Initial |632 * | --------- | -- | ------------- |633 * `false` | &vert; |`n/a` |634 */635 msoColorIndex?: MsoColorIndexProperty;636 /**637 * | Inherited | &vert; | Initial |638 * | --------- | -- | ------------- |639 * `false` | &vert; |`n/a` |640 *641 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)642 */643 msoColorSource?: MsoColorSourceProperty;644 /**645 * | Inherited | &vert; | Initial |646 * | --------- | -- | ------------- |647 * `false` | &vert; |`auto` |648 *649 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)650 */651 msoColumnBreakBefore?: MsoColumnBreakBeforeProperty;652 /**653 * | Inherited | &vert; | Initial |654 * | --------- | -- | ------------- |655 * `false` | &vert; |`none` |656 *657 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)658 */659 msoColumnSeparator?: MsoColumnSeparatorProperty;660 /**661 * | Inherited | &vert; | Initial |662 * | --------- | -- | ------------- |663 * `false` | &vert; |`n/a` |664 *665 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)666 */667 msoColumns?: MsoColumnsProperty<TLength>;668 /**669 * | Inherited | &vert; | Initial |670 * | --------- | -- | ------------- |671 * `false` | &vert; |`n/a` |672 *673 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)674 */675 msoCommentAuthor?: MsoCommentAuthorProperty;676 /**677 * | Inherited | &vert; | Initial |678 * | --------- | -- | ------------- |679 * `false` | &vert; |`n/a` |680 *681 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)682 */683 msoCommentContinuation?: MsoCommentContinuationProperty;684 /**685 * | Inherited | &vert; | Initial |686 * | --------- | -- | ------------- |687 * `false` | &vert; |`n/a` |688 *689 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)690 */691 msoCommentId?: MsoCommentIdProperty;692 /**693 * | Inherited | &vert; | Initial |694 * | --------- | -- | ------------- |695 * `false` | &vert; |`n/a` |696 *697 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)698 */699 msoCommentReference?: MsoCommentReferenceProperty;700 /**701 * | Inherited | &vert; | Initial |702 * | --------- | -- | ------------- |703 * `true` | &vert; |`new-cell` |704 *705 * @see [`Saving and Opening Html Files`](https://stigmortenmyre.no/mso/html/excel/xlconloadinghtml.htm)706 */707 msoDataPlacement?: MsoDataPlacementProperty;708 /**709 * | Inherited | &vert; | Initial |710 * | --------- | -- | ------------- |711 * `false` | &vert; |`n/a` |712 *713 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)714 */715 msoDefaultHeight?: MsoDefaultHeightProperty<TLength>;716 /**717 * | Inherited | &vert; | Initial |718 * | --------- | -- | ------------- |719 * `false` | &vert; |`n/a` |720 *721 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)722 */723 msoDefaultWidth?: MsoDefaultWidthProperty<TLength>;724 /**725 * | Inherited | &vert; | Initial |726 * | --------- | -- | ------------- |727 * `false` | &vert; |`n/a` |728 *729 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)730 */731 msoDiagonalDown?: MsoDiagonalDownProperty<TLength>;732 /**733 * | Inherited | &vert; | Initial |734 * | --------- | -- | ------------- |735 * `false` | &vert; |`n/a` |736 *737 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)738 */739 msoDiagonalDownColor?: MsoDiagonalDownColorProperty;740 /**741 * | Inherited | &vert; | Initial |742 * | --------- | -- | ------------- |743 * `false` | &vert; |`n/a` |744 *745 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)746 */747 msoDiagonalDownSource?: MsoDiagonalDownSourceProperty;748 /**749 * | Inherited | &vert; | Initial |750 * | --------- | -- | ------------- |751 * `false` | &vert; |`none` |752 *753 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)754 */755 msoDiagonalDownStyle?: MsoDiagonalDownStyleProperty;756 /**757 * | Inherited | &vert; | Initial |758 * | --------- | -- | ------------- |759 * `false` | &vert; |`medium` |760 *761 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)762 */763 msoDiagonalDownWidth?: MsoDiagonalDownWidthProperty<TLength>;764 /**765 * | Inherited | &vert; | Initial |766 * | --------- | -- | ------------- |767 * `false` | &vert; |`n/a` |768 *769 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)770 */771 msoDiagonalUp?: MsoDiagonalUpProperty<TLength>;772 /**773 * | Inherited | &vert; | Initial |774 * | --------- | -- | ------------- |775 * `false` | &vert; |`n/a` |776 *777 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)778 */779 msoDiagonalUpColor?: MsoDiagonalUpColorProperty;780 /**781 * | Inherited | &vert; | Initial |782 * | --------- | -- | ------------- |783 * `false` | &vert; |`n/a` |784 *785 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)786 */787 msoDiagonalUpSource?: MsoDiagonalUpSourceProperty;788 /**789 * | Inherited | &vert; | Initial |790 * | --------- | -- | ------------- |791 * `false` | &vert; |`none` |792 *793 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)794 */795 msoDiagonalUpStyle?: MsoDiagonalUpStyleProperty;796 /**797 * | Inherited | &vert; | Initial |798 * | --------- | -- | ------------- |799 * `false` | &vert; |`medium` |800 *801 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)802 */803 msoDiagonalUpWidth?: MsoDiagonalUpWidthProperty<TLength>;804 /**805 * | Inherited | &vert; | Initial |806 * | --------- | -- | ------------- |807 * `false` | &vert; |`n/a` |808 *809 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)810 */811 msoDisplayedDecimalSeparator?: MsoDisplayedDecimalSeparatorProperty;812 /**813 * | Inherited | &vert; | Initial |814 * | --------- | -- | ------------- |815 * `false` | &vert; |`n/a` |816 *817 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)818 */819 msoDisplayedThousandSeparator?: MsoDisplayedThousandSeparatorProperty;820 /**821 * | Inherited | &vert; | Initial |822 * | --------- | -- | ------------- |823 * `false` | &vert; |`none` |824 *825 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)826 */827 msoElement?: MsoElementProperty;828 /**829 * | Inherited | &vert; | Initial |830 * | --------- | -- | ------------- |831 * `false` | &vert; |`margin` |832 *833 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)834 */835 msoElementAnchorHorizontal?: MsoElementAnchorHorizontalProperty;836 /**837 * | Inherited | &vert; | Initial |838 * | --------- | -- | ------------- |839 * `false` | &vert; |`auto` |840 *841 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)842 */843 msoElementAnchorLock?: MsoElementAnchorLockProperty;844 /**845 * | Inherited | &vert; | Initial |846 * | --------- | -- | ------------- |847 * `false` | &vert; |`margin` |848 *849 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)850 */851 msoElementAnchorVertical?: MsoElementAnchorVerticalProperty;852 /**853 * | Inherited | &vert; | Initial |854 * | --------- | -- | ------------- |855 * `false` | &vert; |`auto` |856 *857 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)858 */859 msoElementFrameHeight?: MsoElementFrameHeightProperty<TLength>;860 /**861 * | Inherited | &vert; | Initial |862 * | --------- | -- | ------------- |863 * `false` | &vert; |`n/a` |864 *865 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)866 */867 msoElementFrameHspace?: MsoElementFrameHspaceProperty<TLength>;868 /**869 * | Inherited | &vert; | Initial |870 * | --------- | -- | ------------- |871 * `false` | &vert; |`n/a` |872 *873 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)874 */875 msoElementFrameVspace?: MsoElementFrameVspaceProperty<TLength>;876 /**877 * | Inherited | &vert; | Initial |878 * | --------- | -- | ------------- |879 * `false` | &vert; |`auto` |880 *881 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)882 */883 msoElementFrameWidth?: MsoElementFrameWidthProperty<TLength>;884 /**885 * | Inherited | &vert; | Initial |886 * | --------- | -- | ------------- |887 * `false` | &vert; |`n/a` |888 *889 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)890 */891 msoElementLeft?: MsoElementLeftProperty<TLength>;892 /**893 * | Inherited | &vert; | Initial |894 * | --------- | -- | ------------- |895 * `false` | &vert; |`n/a` |896 *897 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)898 */899 msoElementLinespan?: MsoElementLinespanProperty;900 /**901 * | Inherited | &vert; | Initial |902 * | --------- | -- | ------------- |903 * `false` | &vert; |`n/a` |904 *905 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)906 */907 msoElementTop?: MsoElementTopProperty<TLength>;908 /**909 * | Inherited | &vert; | Initial |910 * | --------- | -- | ------------- |911 * `false` | &vert; |`none` |912 *913 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)914 */915 msoElementWrap?: MsoElementWrapProperty;916 /**917 * | Inherited | &vert; | Initial |918 * | --------- | -- | ------------- |919 * `false` | &vert; |`n/a` |920 *921 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)922 */923 msoEndnoteContinuationNotice?: MsoEndnoteContinuationNoticeProperty;924 /**925 * | Inherited | &vert; | Initial |926 * | --------- | -- | ------------- |927 * `false` | &vert; |`n/a` |928 *929 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)930 */931 msoEndnoteContinuationNoticeId?: MsoEndnoteContinuationNoticeIdProperty;932 /**933 * | Inherited | &vert; | Initial |934 * | --------- | -- | ------------- |935 * `false` | &vert; |`n/a` |936 *937 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)938 */939 msoEndnoteContinuationNoticeSrc?: MsoEndnoteContinuationNoticeSrcProperty;940 /**941 * | Inherited | &vert; | Initial |942 * | --------- | -- | ------------- |943 * `false` | &vert; |`n/a` |944 *945 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)946 */947 msoEndnoteContinuationSeparator?: MsoEndnoteContinuationSeparatorProperty;948 /**949 * | Inherited | &vert; | Initial |950 * | --------- | -- | ------------- |951 * `false` | &vert; |`n/a` |952 *953 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)954 */955 msoEndnoteContinuationSeparatorId?: MsoEndnoteContinuationSeparatorIdProperty;956 /**957 * | Inherited | &vert; | Initial |958 * | --------- | -- | ------------- |959 * `false` | &vert; |`n/a` |960 *961 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)962 */963 msoEndnoteContinuationSeparatorSrc?: MsoEndnoteContinuationSeparatorSrcProperty;964 /**965 * | Inherited | &vert; | Initial |966 * | --------- | -- | ------------- |967 * `false` | &vert; |`normal` |968 *969 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)970 */971 msoEndnoteDisplay?: MsoEndnoteDisplayProperty;972 /**973 * | Inherited | &vert; | Initial |974 * | --------- | -- | ------------- |975 * `false` | &vert; |`n/a` |976 *977 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)978 */979 msoEndnoteId?: MsoEndnoteIdProperty;980 /**981 * | Inherited | &vert; | Initial |982 * | --------- | -- | ------------- |983 * `false` | &vert; |`n/a` |984 *985 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)986 */987 msoEndnoteNumbering?: MsoEndnoteNumberingProperty;988 /**989 * | Inherited | &vert; | Initial |990 * | --------- | -- | ------------- |991 * `false` | &vert; |`auto` |992 *993 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)994 */995 msoEndnoteNumberingRestart?: MsoEndnoteNumberingRestartProperty;996 /**997 * | Inherited | &vert; | Initial |998 * | --------- | -- | ------------- |999 * `false` | &vert; |`1` |1000 *1001 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1002 */1003 msoEndnoteNumberingStart?: MsoEndnoteNumberingStartProperty;1004 /**1005 * | Inherited | &vert; | Initial |1006 * | --------- | -- | ------------- |1007 * `false` | &vert; |`arabic` |1008 *1009 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1010 */1011 msoEndnoteNumberingStyle?: MsoEndnoteNumberingStyleProperty;1012 /**1013 * | Inherited | &vert; | Initial |1014 * | --------- | -- | ------------- |1015 * `false` | &vert; |`end-of-document` |1016 *1017 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1018 */1019 msoEndnotePosition?: MsoEndnotePositionProperty;1020 /**1021 * | Inherited | &vert; | Initial |1022 * | --------- | -- | ------------- |1023 * `false` | &vert; |`n/a` |1024 *1025 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1026 */1027 msoEndnoteSeparator?: MsoEndnoteSeparatorProperty;1028 /**1029 * | Inherited | &vert; | Initial |1030 * | --------- | -- | ------------- |1031 * `false` | &vert; |`n/a` |1032 *1033 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1034 */1035 msoEndnoteSeparatorId?: MsoEndnoteSeparatorIdProperty;1036 /**1037 * | Inherited | &vert; | Initial |1038 * | --------- | -- | ------------- |1039 * `false` | &vert; |`n/a` |1040 *1041 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1042 */1043 msoEndnoteSeparatorSrc?: MsoEndnoteSeparatorSrcProperty;1044 /**1045 * | Inherited | &vert; | Initial |1046 * | --------- | -- | ------------- |1047 * `false` | &vert; |`n/a` |1048 *1049 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1050 */1051 msoEvenFooter?: MsoEvenFooterProperty;1052 /**1053 * | Inherited | &vert; | Initial |1054 * | --------- | -- | ------------- |1055 * `false` | &vert; |`n/a` |1056 *1057 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1058 */1059 msoEvenFooterId?: MsoEvenFooterIdProperty;1060 /**1061 * | Inherited | &vert; | Initial |1062 * | --------- | -- | ------------- |1063 * `false` | &vert; |`n/a` |1064 *1065 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1066 */1067 msoEvenFooterSrc?: MsoEvenFooterSrcProperty;1068 /**1069 * | Inherited | &vert; | Initial |1070 * | --------- | -- | ------------- |1071 * `false` | &vert; |`n/a` |1072 *1073 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1074 */1075 msoEvenHeader?: MsoEvenHeaderProperty;1076 /**1077 * | Inherited | &vert; | Initial |1078 * | --------- | -- | ------------- |1079 * `false` | &vert; |`n/a` |1080 *1081 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1082 */1083 msoEvenHeaderId?: MsoEvenHeaderIdProperty;1084 /**1085 * | Inherited | &vert; | Initial |1086 * | --------- | -- | ------------- |1087 * `false` | &vert; |`n/a` |1088 *1089 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1090 */1091 msoEvenHeaderSrc?: MsoEvenHeaderSrcProperty;1092 /**1093 * | Inherited | &vert; | Initial |1094 * | --------- | -- | ------------- |1095 * `false` | &vert; |`no` |1096 *1097 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1098 */1099 msoFacingPages?: MsoFacingPagesProperty;1100 /**1101 * | Inherited | &vert; | Initial |1102 * | --------- | -- | ------------- |1103 * `false` | &vert; |`n/a` |1104 *1105 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1106 */1107 msoFieldChange?: MsoFieldChangeProperty;1108 /**1109 * | Inherited | &vert; | Initial |1110 * | --------- | -- | ------------- |1111 * `false` | &vert; |`n/a` |1112 *1113 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1114 */1115 msoFieldChangeAuthor?: MsoFieldChangeAuthorProperty;1116 /**1117 * | Inherited | &vert; | Initial |1118 * | --------- | -- | ------------- |1119 * `false` | &vert; |`n/a` |1120 *1121 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1122 */1123 msoFieldChangeTime?: MsoFieldChangeTimeProperty;1124 /**1125 * | Inherited | &vert; | Initial |1126 * | --------- | -- | ------------- |1127 * `false` | &vert; |`n/a` |1128 *1129 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1130 */1131 msoFieldChangeValue?: MsoFieldChangeValueProperty;1132 /**1133 * | Inherited | &vert; | Initial |1134 * | --------- | -- | ------------- |1135 * `false` | &vert; |`n/a` |1136 *1137 * @see [`Fields`](https://stigmortenmyre.no/mso/html/word/wdconfields.htm)1138 */1139 msoFieldCode?: MsoFieldCodeProperty;1140 /**1141 * | Inherited | &vert; | Initial |1142 * | --------- | -- | ------------- |1143 * `false` | &vert; |`n/a` |1144 *1145 * @see [`Fields`](https://stigmortenmyre.no/mso/html/word/wdconfields.htm)1146 */1147 msoFieldLock?: MsoFieldLockProperty;1148 /**1149 * | Inherited | &vert; | Initial |1150 * | --------- | -- | ------------- |1151 * `false` | &vert; |`n/a` |1152 */1153 msoFillsColor?: MsoFillsColorProperty;1154 /**1155 * | Inherited | &vert; | Initial |1156 * | --------- | -- | ------------- |1157 * `false` | &vert; |`n/a` |1158 *1159 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1160 */1161 msoFirstFooter?: MsoFirstFooterProperty;1162 /**1163 * | Inherited | &vert; | Initial |1164 * | --------- | -- | ------------- |1165 * `false` | &vert; |`n/a` |1166 *1167 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1168 */1169 msoFirstFooterId?: MsoFirstFooterIdProperty;1170 /**1171 * | Inherited | &vert; | Initial |1172 * | --------- | -- | ------------- |1173 * `false` | &vert; |`n/a` |1174 *1175 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1176 */1177 msoFirstFooterSrc?: MsoFirstFooterSrcProperty;1178 /**1179 * | Inherited | &vert; | Initial |1180 * | --------- | -- | ------------- |1181 * `false` | &vert; |`n/a` |1182 *1183 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1184 */1185 msoFirstHeader?: MsoFirstHeaderProperty;1186 /**1187 * | Inherited | &vert; | Initial |1188 * | --------- | -- | ------------- |1189 * `false` | &vert; |`n/a` |1190 *1191 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1192 */1193 msoFirstHeaderId?: MsoFirstHeaderIdProperty;1194 /**1195 * | Inherited | &vert; | Initial |1196 * | --------- | -- | ------------- |1197 * `false` | &vert; |`n/a` |1198 *1199 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1200 */1201 msoFirstHeaderSrc?: MsoFirstHeaderSrcProperty;1202 /**1203 * | Inherited | &vert; | Initial |1204 * | --------- | -- | ------------- |1205 * `true` | &vert; |`n/a` |1206 *1207 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)1208 */1209 msoFontCharset?: MsoFontCharsetProperty;1210 /**1211 * | Inherited | &vert; | Initial |1212 * | --------- | -- | ------------- |1213 * `false` | &vert; |`truetype` |1214 */1215 msoFontFormat?: MsoFontFormatProperty;1216 /**1217 * | Inherited | &vert; | Initial |1218 * | --------- | -- | ------------- |1219 * `false` | &vert; |`n/a` |1220 */1221 msoFontInfo?: MsoFontInfoProperty;1222 /**1223 * | Inherited | &vert; | Initial |1224 * | --------- | -- | ------------- |1225 * `true` | &vert; |`Ansi` |1226 */1227 msoFontInfoCharset?: MsoFontInfoCharsetProperty;1228 /**1229 * | Inherited | &vert; | Initial |1230 * | --------- | -- | ------------- |1231 * `true` | &vert; |`auto` |1232 */1233 msoFontInfoType?: MsoFontInfoTypeProperty;1234 /**1235 * | Inherited | &vert; | Initial |1236 * | --------- | -- | ------------- |1237 * `false` | &vert; |`none` |1238 *1239 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1240 */1241 msoFontKerning?: MsoFontKerningProperty<TLength>;1242 /**1243 * | Inherited | &vert; | Initial |1244 * | --------- | -- | ------------- |1245 * `false` | &vert; |`auto` |1246 */1247 msoFontPitch?: MsoFontPitchProperty;1248 /**1249 * | Inherited | &vert; | Initial |1250 * | --------- | -- | ------------- |1251 * `false` | &vert; |`n/a` |1252 */1253 msoFontSignature?: MsoFontSignatureProperty;1254 /**1255 * | Inherited | &vert; | Initial |1256 * | --------- | -- | ------------- |1257 * `false` | &vert; |`n/a` |1258 */1259 msoFontSignatureCsbOne?: MsoFontSignatureCsbOneProperty;1260 /**1261 * | Inherited | &vert; | Initial |1262 * | --------- | -- | ------------- |1263 * `false` | &vert; |`n/a` |1264 */1265 msoFontSignatureCsbTwo?: MsoFontSignatureCsbTwoProperty;1266 /**1267 * | Inherited | &vert; | Initial |1268 * | --------- | -- | ------------- |1269 * `false` | &vert; |`n/a` |1270 */1271 msoFontSignatureUsbFour?: MsoFontSignatureUsbFourProperty;1272 /**1273 * | Inherited | &vert; | Initial |1274 * | --------- | -- | ------------- |1275 * `false` | &vert; |`n/a` |1276 */1277 msoFontSignatureUsbOne?: MsoFontSignatureUsbOneProperty;1278 /**1279 * | Inherited | &vert; | Initial |1280 * | --------- | -- | ------------- |1281 * `false` | &vert; |`n/a` |1282 */1283 msoFontSignatureUsbThree?: MsoFontSignatureUsbThreeProperty;1284 /**1285 * | Inherited | &vert; | Initial |1286 * | --------- | -- | ------------- |1287 * `false` | &vert; |`n/a` |1288 */1289 msoFontSignatureUsbTwo?: MsoFontSignatureUsbTwoProperty;1290 /**1291 * | Inherited | &vert; | Initial |1292 * | --------- | -- | ------------- |1293 * `false` | &vert; |`n/a` |1294 */1295 msoFontSrc?: MsoFontSrcProperty;1296 /**1297 * | Inherited | &vert; | Initial |1298 * | --------- | -- | ------------- |1299 * `false` | &vert; |`n/a` |1300 *1301 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)1302 */1303 msoFontWidth?: MsoFontWidthProperty<TLength>;1304 /**1305 * | Inherited | &vert; | Initial |1306 * | --------- | -- | ------------- |1307 * `false` | &vert; |`n/a` |1308 *1309 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1310 */1311 msoFooter?: MsoFooterProperty;1312 /**1313 * | Inherited | &vert; | Initial |1314 * | --------- | -- | ------------- |1315 * `false` | &vert; |`n/a` |1316 *1317 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1318 */1319 msoFooterData?: MsoFooterDataProperty;1320 /**1321 * | Inherited | &vert; | Initial |1322 * | --------- | -- | ------------- |1323 * `false` | &vert; |`n/a` |1324 *1325 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1326 */1327 msoFooterId?: MsoFooterIdProperty;1328 /**1329 * | Inherited | &vert; | Initial |1330 * | --------- | -- | ------------- |1331 * `false` | &vert; |`n/a` |1332 *1333 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1334 */1335 msoFooterMargin?: MsoFooterMarginProperty<TLength>;1336 /**1337 * | Inherited | &vert; | Initial |1338 * | --------- | -- | ------------- |1339 * `false` | &vert; |`n/a` |1340 *1341 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1342 */1343 msoFooterSrc?: MsoFooterSrcProperty;1344 /**1345 * | Inherited | &vert; | Initial |1346 * | --------- | -- | ------------- |1347 * `false` | &vert; |`n/a` |1348 *1349 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1350 */1351 msoFootnoteContinuationNotice?: MsoFootnoteContinuationNoticeProperty;1352 /**1353 * | Inherited | &vert; | Initial |1354 * | --------- | -- | ------------- |1355 * `false` | &vert; |`n/a` |1356 *1357 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1358 */1359 msoFootnoteContinuationNoticeId?: MsoFootnoteContinuationNoticeIdProperty;1360 /**1361 * | Inherited | &vert; | Initial |1362 * | --------- | -- | ------------- |1363 * `false` | &vert; |`n/a` |1364 *1365 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1366 */1367 msoFootnoteContinuationNoticeSrc?: MsoFootnoteContinuationNoticeSrcProperty;1368 /**1369 * | Inherited | &vert; | Initial |1370 * | --------- | -- | ------------- |1371 * `false` | &vert; |`n/a` |1372 *1373 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1374 */1375 msoFootnoteContinuationSeparator?: MsoFootnoteContinuationSeparatorProperty;1376 /**1377 * | Inherited | &vert; | Initial |1378 * | --------- | -- | ------------- |1379 * `false` | &vert; |`n/a` |1380 *1381 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1382 */1383 msoFootnoteContinuationSeparatorId?: MsoFootnoteContinuationSeparatorIdProperty;1384 /**1385 * | Inherited | &vert; | Initial |1386 * | --------- | -- | ------------- |1387 * `false` | &vert; |`n/a` |1388 *1389 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1390 */1391 msoFootnoteContinuationSeparatorSrc?: MsoFootnoteContinuationSeparatorSrcProperty;1392 /**1393 * | Inherited | &vert; | Initial |1394 * | --------- | -- | ------------- |1395 * `false` | &vert; |`n/a` |1396 *1397 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1398 */1399 msoFootnoteId?: MsoFootnoteIdProperty;1400 /**1401 * | Inherited | &vert; | Initial |1402 * | --------- | -- | ------------- |1403 * `false` | &vert; |`n/a` |1404 *1405 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1406 */1407 msoFootnoteNumbering?: MsoFootnoteNumberingProperty;1408 /**1409 * | Inherited | &vert; | Initial |1410 * | --------- | -- | ------------- |1411 * `false` | &vert; |`auto` |1412 *1413 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1414 */1415 msoFootnoteNumberingRestart?: MsoFootnoteNumberingRestartProperty;1416 /**1417 * | Inherited | &vert; | Initial |1418 * | --------- | -- | ------------- |1419 * `false` | &vert; |`1` |1420 *1421 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1422 */1423 msoFootnoteNumberingStart?: MsoFootnoteNumberingStartProperty;1424 /**1425 * | Inherited | &vert; | Initial |1426 * | --------- | -- | ------------- |1427 * `false` | &vert; |`arabic` |1428 *1429 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1430 */1431 msoFootnoteNumberingStyle?: MsoFootnoteNumberingStyleProperty;1432 /**1433 * | Inherited | &vert; | Initial |1434 * | --------- | -- | ------------- |1435 * `false` | &vert; |`beneath-text` |1436 *1437 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1438 */1439 msoFootnotePosition?: MsoFootnotePositionProperty;1440 /**1441 * | Inherited | &vert; | Initial |1442 * | --------- | -- | ------------- |1443 * `false` | &vert; |`n/a` |1444 *1445 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1446 */1447 msoFootnoteSeparator?: MsoFootnoteSeparatorProperty;1448 /**1449 * | Inherited | &vert; | Initial |1450 * | --------- | -- | ------------- |1451 * `false` | &vert; |`n/a` |1452 *1453 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1454 */1455 msoFootnoteSeparatorId?: MsoFootnoteSeparatorIdProperty;1456 /**1457 * | Inherited | &vert; | Initial |1458 * | --------- | -- | ------------- |1459 * `false` | &vert; |`n/a` |1460 *1461 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1462 */1463 msoFootnoteSeparatorSrc?: MsoFootnoteSeparatorSrcProperty;1464 /**1465 * | Inherited | &vert; | Initial |1466 * | --------- | -- | ------------- |1467 * `false` | &vert; |`n/a` |1468 */1469 msoForeground?: MsoForegroundProperty;1470 /**1471 * | Inherited | &vert; | Initial |1472 * | --------- | -- | ------------- |1473 * `true` | &vert; |`yes` |1474 *1475 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1476 */1477 msoFormsProtection?: MsoFormsProtectionProperty;1478 /**1479 * | Inherited | &vert; | Initial |1480 * | --------- | -- | ------------- |1481 * `true` | &vert; |`auto` |1482 */1483 msoGenericFontFamily?: MsoGenericFontFamilyProperty;1484 /**1485 * | Inherited | &vert; | Initial |1486 * | --------- | -- | ------------- |1487 * `false` | &vert; |`n/a` |1488 *1489 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1490 */1491 msoGridBottom?: MsoGridBottomProperty<TLength>;1492 /**1493 * | Inherited | &vert; | Initial |1494 * | --------- | -- | ------------- |1495 * `false` | &vert; |`n/a` |1496 *1497 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1498 */1499 msoGridBottomCount?: MsoGridBottomCountProperty;1500 /**1501 * | Inherited | &vert; | Initial |1502 * | --------- | -- | ------------- |1503 * `false` | &vert; |`n/a` |1504 *1505 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1506 */1507 msoGridLeft?: MsoGridLeftProperty<TLength>;1508 /**1509 * | Inherited | &vert; | Initial |1510 * | --------- | -- | ------------- |1511 * `false` | &vert; |`n/a` |1512 *1513 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1514 */1515 msoGridLeftCount?: MsoGridLeftCountProperty;1516 /**1517 * | Inherited | &vert; | Initial |1518 * | --------- | -- | ------------- |1519 * `false` | &vert; |`n/a` |1520 *1521 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1522 */1523 msoGridRight?: MsoGridRightProperty<TLength>;1524 /**1525 * | Inherited | &vert; | Initial |1526 * | --------- | -- | ------------- |1527 * `false` | &vert; |`n/a` |1528 *1529 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1530 */1531 msoGridRightCount?: MsoGridRightCountProperty;1532 /**1533 * | Inherited | &vert; | Initial |1534 * | --------- | -- | ------------- |1535 * `false` | &vert; |`n/a` |1536 *1537 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1538 */1539 msoGridTop?: MsoGridTopProperty<TLength>;1540 /**1541 * | Inherited | &vert; | Initial |1542 * | --------- | -- | ------------- |1543 * `false` | &vert; |`n/a` |1544 *1545 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1546 */1547 msoGridTopCount?: MsoGridTopCountProperty;1548 /**1549 * | Inherited | &vert; | Initial |1550 * | --------- | -- | ------------- |1551 * `false` | &vert; |`ltr` |1552 *1553 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1554 */1555 msoGutterDirection?: MsoGutterDirectionProperty;1556 /**1557 * | Inherited | &vert; | Initial |1558 * | --------- | -- | ------------- |1559 * `false` | &vert; |`n/a` |1560 *1561 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1562 */1563 msoGutterMargin?: MsoGutterMarginProperty<TLength>;1564 /**1565 * | Inherited | &vert; | Initial |1566 * | --------- | -- | ------------- |1567 * `false` | &vert; |`side` |1568 *1569 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1570 */1571 msoGutterPosition?: MsoGutterPositionProperty;1572 /**1573 * | Inherited | &vert; | Initial |1574 * | --------- | -- | ------------- |1575 * `true` | &vert; |`n/a` |1576 *1577 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)1578 */1579 msoHansiFontFamily?: MsoHansiFontFamilyProperty;1580 /**1581 * | Inherited | &vert; | Initial |1582 * | --------- | -- | ------------- |1583 * `false` | &vert; |`n/a` |1584 *1585 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1586 */1587 msoHeader?: MsoHeaderProperty;1588 /**1589 * | Inherited | &vert; | Initial |1590 * | --------- | -- | ------------- |1591 * `false` | &vert; |`n/a` |1592 *1593 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1594 */1595 msoHeaderData?: MsoHeaderDataProperty;1596 /**1597 * | Inherited | &vert; | Initial |1598 * | --------- | -- | ------------- |1599 * `false` | &vert; |`n/a` |1600 *1601 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1602 */1603 msoHeaderId?: MsoHeaderIdProperty;1604 /**1605 * | Inherited | &vert; | Initial |1606 * | --------- | -- | ------------- |1607 * `false` | &vert; |`n/a` |1608 *1609 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1610 */1611 msoHeaderMargin?: MsoHeaderMarginProperty<TLength>;1612 /**1613 * | Inherited | &vert; | Initial |1614 * | --------- | -- | ------------- |1615 * `false` | &vert; |`n/a` |1616 *1617 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1618 */1619 msoHeaderSrc?: MsoHeaderSrcProperty;1620 /**1621 * | Inherited | &vert; | Initial |1622 * | --------- | -- | ------------- |1623 * `true` | &vert; |`n/a` |1624 *1625 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)1626 */1627 msoHeightRule?: MsoHeightRuleProperty;1628 /**1629 * | Inherited | &vert; | Initial |1630 * | --------- | -- | ------------- |1631 * `true` | &vert; |`n/a` |1632 *1633 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)1634 */1635 msoHeightSource?: MsoHeightSourceProperty;1636 /**1637 * | Inherited | &vert; | Initial |1638 * | --------- | -- | ------------- |1639 * `true` | &vert; |`none` |1640 *1641 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)1642 */1643 msoHide?: MsoHideProperty;1644 /**1645 * | Inherited | &vert; | Initial |1646 * | --------- | -- | ------------- |1647 * `false` | &vert; |`n/a` |1648 *1649 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)1650 */1651 msoHighlight?: MsoHighlightProperty;1652 /**1653 * | Inherited | &vert; | Initial |1654 * | --------- | -- | ------------- |1655 * `false` | &vert; |`left` |1656 *1657 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1658 */1659 msoHorizontalPageAlign?: MsoHorizontalPageAlignProperty;1660 /**1661 * | Inherited | &vert; | Initial |1662 * | --------- | -- | ------------- |1663 * `false` | &vert; |`auto` |1664 *1665 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)1666 */1667 msoHyphenate?: MsoHyphenateProperty;1668 /**1669 * | Inherited | &vert; | Initial |1670 * | --------- | -- | ------------- |1671 * `false` | &vert; |`n/a` |1672 *1673 * @see [`Saving and Opening Html Files`](https://stigmortenmyre.no/mso/html/excel/xlconloadinghtml.htm)1674 */1675 msoIgnore?: MsoIgnoreProperty;1676 /**1677 * | Inherited | &vert; | Initial |1678 * | --------- | -- | ------------- |1679 * `false` | &vert; |`n/a` |1680 *1681 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1682 */1683 msoKinsokuOverflow?: MsoKinsokuOverflowProperty;1684 /**1685 * | Inherited | &vert; | Initial |1686 * | --------- | -- | ------------- |1687 * `false` | &vert; |`none` |1688 *1689 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1690 */1691 msoLayoutGridAlign?: MsoLayoutGridAlignProperty;1692 /**1693 * | Inherited | &vert; | Initial |1694 * | --------- | -- | ------------- |1695 * `false` | &vert; |`n/a` |1696 *1697 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1698 */1699 msoLayoutGridOrigin?: MsoLayoutGridOriginProperty<TLength>;1700 /**1701 * | Inherited | &vert; | Initial |1702 * | --------- | -- | ------------- |1703 * `true` | &vert; |`normal` |1704 *1705 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1706 */1707 msoLevelInherit?: MsoLevelInheritProperty;1708 /**1709 * | Inherited | &vert; | Initial |1710 * | --------- | -- | ------------- |1711 * `true` | &vert; |`no` |1712 *1713 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1714 */1715 msoLevelLegacy?: MsoLevelLegacyProperty;1716 /**1717 * | Inherited | &vert; | Initial |1718 * | --------- | -- | ------------- |1719 * `true` | &vert; |`n/a` |1720 *1721 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1722 */1723 msoLevelLegacyIndent?: MsoLevelLegacyIndentProperty<TLength>;1724 /**1725 * | Inherited | &vert; | Initial |1726 * | --------- | -- | ------------- |1727 * `true` | &vert; |`n/a` |1728 *1729 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1730 */1731 msoLevelLegacySpace?: MsoLevelLegacySpaceProperty<TLength>;1732 /**1733 * | Inherited | &vert; | Initial |1734 * | --------- | -- | ------------- |1735 * `true` | &vert; |`no` |1736 *1737 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1738 */1739 msoLevelLegalFormat?: MsoLevelLegalFormatProperty;1740 /**1741 * | Inherited | &vert; | Initial |1742 * | --------- | -- | ------------- |1743 * `true` | &vert; |`arabic` |1744 *1745 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1746 */1747 msoLevelNumberFormat?: MsoLevelNumberFormatProperty;1748 /**1749 * | Inherited | &vert; | Initial |1750 * | --------- | -- | ------------- |1751 * `true` | &vert; |`left` |1752 *1753 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1754 */1755 msoLevelNumberPosition?: MsoLevelNumberPositionProperty;1756 /**1757 * | Inherited | &vert; | Initial |1758 * | --------- | -- | ------------- |1759 * `true` | &vert; |`restart` |1760 *1761 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1762 */1763 msoLevelNumbering?: MsoLevelNumberingProperty;1764 /**1765 * | Inherited | &vert; | Initial |1766 * | --------- | -- | ------------- |1767 * `true` | &vert; |`none` |1768 *1769 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1770 */1771 msoLevelResetLevel?: MsoLevelResetLevelProperty;1772 /**1773 * | Inherited | &vert; | Initial |1774 * | --------- | -- | ------------- |1775 * `true` | &vert; |`1` |1776 *1777 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1778 */1779 msoLevelStartAt?: MsoLevelStartAtProperty;1780 /**1781 * | Inherited | &vert; | Initial |1782 * | --------- | -- | ------------- |1783 * `true` | &vert; |`n/a` |1784 *1785 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1786 */1787 msoLevelStyleLink?: MsoLevelStyleLinkProperty;1788 /**1789 * | Inherited | &vert; | Initial |1790 * | --------- | -- | ------------- |1791 * `true` | &vert; |`tab` |1792 *1793 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1794 */1795 msoLevelSuffix?: MsoLevelSuffixProperty;1796 /**1797 * | Inherited | &vert; | Initial |1798 * | --------- | -- | ------------- |1799 * `true` | &vert; |`n/a` |1800 *1801 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1802 */1803 msoLevelTabStop?: MsoLevelTabStopProperty<TLength>;1804 /**1805 * | Inherited | &vert; | Initial |1806 * | --------- | -- | ------------- |1807 * `true` | &vert; |`n/a` |1808 *1809 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1810 */1811 msoLevelText?: MsoLevelTextProperty;1812 /**1813 * | Inherited | &vert; | Initial |1814 * | --------- | -- | ------------- |1815 * `false` | &vert; |`none` |1816 *1817 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1818 */1819 msoLineBreakOverride?: MsoLineBreakOverrideProperty;1820 /**1821 * | Inherited | &vert; | Initial |1822 * | --------- | -- | ------------- |1823 * `false` | &vert; |`n/a` |1824 *1825 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)1826 */1827 msoLineGrid?: MsoLineGridProperty;1828 /**1829 * | Inherited | &vert; | Initial |1830 * | --------- | -- | ------------- |1831 * `false` | &vert; |`n/a` |1832 *1833 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1834 */1835 msoLineHeightRule?: MsoLineHeightRuleProperty;1836 /**1837 * | Inherited | &vert; | Initial |1838 * | --------- | -- | ------------- |1839 * `false` | &vert; |`none` |1840 *1841 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1842 */1843 msoLineNumbersCountBy?: MsoLineNumbersCountByProperty;1844 /**1845 * | Inherited | &vert; | Initial |1846 * | --------- | -- | ------------- |1847 * `false` | &vert; |`n/a` |1848 *1849 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1850 */1851 msoLineNumbersDistance?: MsoLineNumbersDistanceProperty<TLength>;1852 /**1853 * | Inherited | &vert; | Initial |1854 * | --------- | -- | ------------- |1855 * `false` | &vert; |`continuous` |1856 *1857 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1858 */1859 msoLineNumbersRestart?: MsoLineNumbersRestartProperty;1860 /**1861 * | Inherited | &vert; | Initial |1862 * | --------- | -- | ------------- |1863 * `false` | &vert; |`1` |1864 *1865 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1866 */1867 msoLineNumbersStart?: MsoLineNumbersStartProperty;1868 /**1869 * | Inherited | &vert; | Initial |1870 * | --------- | -- | ------------- |1871 * `false` | &vert; |`n/a` |1872 */1873 msoLineSpacing?: MsoLineSpacingProperty;1874 /**1875 * | Inherited | &vert; | Initial |1876 * | --------- | -- | ------------- |1877 * `false` | &vert; |`linked` |1878 */1879 msoLinkedFrame?: MsoLinkedFrameProperty;1880 /**1881 * | Inherited | &vert; | Initial |1882 * | --------- | -- | ------------- |1883 * `true` | &vert; |`n/a` |1884 *1885 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1886 */1887 msoList?: MsoListProperty;1888 /**1889 * | Inherited | &vert; | Initial |1890 * | --------- | -- | ------------- |1891 * `false` | &vert; |`n/a` |1892 *1893 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1894 */1895 msoListChange?: MsoListChangeProperty;1896 /**1897 * | Inherited | &vert; | Initial |1898 * | --------- | -- | ------------- |1899 * `false` | &vert; |`n/a` |1900 *1901 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1902 */1903 msoListChangeAuthor?: MsoListChangeAuthorProperty;1904 /**1905 * | Inherited | &vert; | Initial |1906 * | --------- | -- | ------------- |1907 * `false` | &vert; |`n/a` |1908 *1909 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1910 */1911 msoListChangeTime?: MsoListChangeTimeProperty;1912 /**1913 * | Inherited | &vert; | Initial |1914 * | --------- | -- | ------------- |1915 * `false` | &vert; |`n/a` |1916 *1917 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1918 */1919 msoListChangeValues?: MsoListChangeValuesProperty;1920 /**1921 * | Inherited | &vert; | Initial |1922 * | --------- | -- | ------------- |1923 * `true` | &vert; |`n/a` |1924 *1925 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1926 */1927 msoListId?: MsoListIdProperty;1928 /**1929 * | Inherited | &vert; | Initial |1930 * | --------- | -- | ------------- |1931 * `false` | &vert; |`n/a` |1932 *1933 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1934 */1935 msoListIns?: MsoListInsProperty;1936 /**1937 * | Inherited | &vert; | Initial |1938 * | --------- | -- | ------------- |1939 * `false` | &vert; |`n/a` |1940 *1941 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1942 */1943 msoListInsAuthor?: MsoListInsAuthorProperty;1944 /**1945 * | Inherited | &vert; | Initial |1946 * | --------- | -- | ------------- |1947 * `false` | &vert; |`n/a` |1948 *1949 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)1950 */1951 msoListInsTime?: MsoListInsTimeProperty;1952 /**1953 * | Inherited | &vert; | Initial |1954 * | --------- | -- | ------------- |1955 * `true` | &vert; |`n/a` |1956 *1957 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1958 */1959 msoListName?: MsoListNameProperty;1960 /**1961 * | Inherited | &vert; | Initial |1962 * | --------- | -- | ------------- |1963 * `true` | &vert; |`n/a` |1964 *1965 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1966 */1967 msoListTemplateIds?: MsoListTemplateIdsProperty;1968 /**1969 * | Inherited | &vert; | Initial |1970 * | --------- | -- | ------------- |1971 * `true` | &vert; |`multilevel` |1972 *1973 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)1974 */1975 msoListType?: MsoListTypeProperty;1976 /**1977 * | Inherited | &vert; | Initial |1978 * | --------- | -- | ------------- |1979 * `false` | &vert; |`no` |1980 *1981 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)1982 */1983 msoMirrorMargins?: MsoMirrorMarginsProperty;1984 /**1985 * | Inherited | &vert; | Initial |1986 * | --------- | -- | ------------- |1987 * `false` | &vert; |`yes` |1988 *1989 * @see [`Whitespace`](https://stigmortenmyre.no/mso/html/concepts/ofconwhitespace.htm)1990 */1991 msoNegativeIndentTab?: MsoNegativeIndentTabProperty;1992 /**1993 * | Inherited | &vert; | Initial |1994 * | --------- | -- | ------------- |1995 * `false` | &vert; |`n/a` |1996 *1997 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)1998 */1999 msoNumberFormat?: MsoNumberFormatProperty;2000 /**2001 * | Inherited | &vert; | Initial |2002 * | --------- | -- | ------------- |2003 * `false` | &vert; |`n/a` |2004 *2005 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2006 */2007 msoOutlineLevel?: MsoOutlineLevelProperty;2008 /**2009 * | Inherited | &vert; | Initial |2010 * | --------- | -- | ------------- |2011 * `false` | &vert; |`n/a` |2012 *2013 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2014 */2015 msoOutlineParent?: MsoOutlineParentProperty;2016 /**2017 * | Inherited | &vert; | Initial |2018 * | --------- | -- | ------------- |2019 * `false` | &vert; |`right` |2020 *2021 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2022 */2023 msoOutlineParentCol?: MsoOutlineParentColProperty;2024 /**2025 * | Inherited | &vert; | Initial |2026 * | --------- | -- | ------------- |2027 * `false` | &vert; |`bottom` |2028 *2029 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2030 */2031 msoOutlineParentRow?: MsoOutlineParentRowProperty;2032 /**2033 * | Inherited | &vert; | Initial |2034 * | --------- | -- | ------------- |2035 * `false` | &vert; |`expanded` |2036 *2037 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2038 */2039 msoOutlineParentVisibility?: MsoOutlineParentVisibilityProperty;2040 /**2041 * | Inherited | &vert; | Initial |2042 * | --------- | -- | ------------- |2043 * `false` | &vert; |`userset` |2044 *2045 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2046 */2047 msoOutlineStyle?: MsoOutlineStyleProperty;2048 /**2049 * | Inherited | &vert; | Initial |2050 * | --------- | -- | ------------- |2051 * `true` | &vert; |`n/a` |2052 */2053 msoPaddingBetween?: MsoPaddingBetweenProperty<TLength>;2054 /**2055 * | Inherited | &vert; | Initial |2056 * | --------- | -- | ------------- |2057 * `false` | &vert; |`no` |2058 *2059 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2060 */2061 msoPageBorderAligned?: MsoPageBorderAlignedProperty;2062 /**2063 * | Inherited | &vert; | Initial |2064 * | --------- | -- | ------------- |2065 * `true` | &vert; |`none` |2066 *2067 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2068 */2069 msoPageBorderArt?: MsoPageBorderArtProperty;2070 /**2071 * | Inherited | &vert; | Initial |2072 * | --------- | -- | ------------- |2073 * `false` | &vert; |`none` |2074 *2075 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2076 */2077 msoPageBorderBottomArt?: MsoPageBorderBottomArtProperty;2078 /**2079 * | Inherited | &vert; | Initial |2080 * | --------- | -- | ------------- |2081 * `false` | &vert; |`all-pages` |2082 *2083 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2084 */2085 msoPageBorderDisplay?: MsoPageBorderDisplayProperty;2086 /**2087 * | Inherited | &vert; | Initial |2088 * | --------- | -- | ------------- |2089 * `false` | &vert; |`none` |2090 *2091 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2092 */2093 msoPageBorderLeftArt?: MsoPageBorderLeftArtProperty;2094 /**2095 * | Inherited | &vert; | Initial |2096 * | --------- | -- | ------------- |2097 * `false` | &vert; |`edge` |2098 *2099 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2100 */2101 msoPageBorderOffsetFrom?: MsoPageBorderOffsetFromProperty;2102 /**2103 * | Inherited | &vert; | Initial |2104 * | --------- | -- | ------------- |2105 * `false` | &vert; |`none` |2106 *2107 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2108 */2109 msoPageBorderRightArt?: MsoPageBorderRightArtProperty;2110 /**2111 * | Inherited | &vert; | Initial |2112 * | --------- | -- | ------------- |2113 * `false` | &vert; |`yes` |2114 *2115 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2116 */2117 msoPageBorderSurroundFooter?: MsoPageBorderSurroundFooterProperty;2118 /**2119 * | Inherited | &vert; | Initial |2120 * | --------- | -- | ------------- |2121 * `false` | &vert; |`yes` |2122 *2123 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2124 */2125 msoPageBorderSurroundHeader?: MsoPageBorderSurroundHeaderProperty;2126 /**2127 * | Inherited | &vert; | Initial |2128 * | --------- | -- | ------------- |2129 * `false` | &vert; |`none` |2130 *2131 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2132 */2133 msoPageBorderTopArt?: MsoPageBorderTopArtProperty;2134 /**2135 * | Inherited | &vert; | Initial |2136 * | --------- | -- | ------------- |2137 * `false` | &vert; |`in-front` |2138 *2139 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2140 */2141 msoPageBorderZOrder?: MsoPageBorderZOrderProperty;2142 /**2143 * | Inherited | &vert; | Initial |2144 * | --------- | -- | ------------- |2145 * `false` | &vert; |`n/a` |2146 *2147 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2148 */2149 msoPageNumbers?: MsoPageNumbersProperty;2150 /**2151 * | Inherited | &vert; | Initial |2152 * | --------- | -- | ------------- |2153 * `false` | &vert; |`hyphen` |2154 *2155 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2156 */2157 msoPageNumbersChapterSeparator?: MsoPageNumbersChapterSeparatorProperty;2158 /**2159 * | Inherited | &vert; | Initial |2160 * | --------- | -- | ------------- |2161 * `false` | &vert; |`none` |2162 *2163 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2164 */2165 msoPageNumbersChapterStyle?: MsoPageNumbersChapterStyleProperty;2166 /**2167 * | Inherited | &vert; | Initial |2168 * | --------- | -- | ------------- |2169 * `false` | &vert; |`auto` |2170 *2171 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2172 */2173 msoPageNumbersStart?: MsoPageNumbersStartProperty;2174 /**2175 * | Inherited | &vert; | Initial |2176 * | --------- | -- | ------------- |2177 * `false` | &vert; |`arabic` |2178 *2179 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2180 */2181 msoPageNumbersStyle?: MsoPageNumbersStyleProperty;2182 /**2183 * | Inherited | &vert; | Initial |2184 * | --------- | -- | ------------- |2185 * `false` | &vert; |`portrait` |2186 *2187 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2188 */2189 msoPageOrientation?: MsoPageOrientationProperty;2190 /**2191 * | Inherited | &vert; | Initial |2192 * | --------- | -- | ------------- |2193 * `false` | &vert; |`n/a` |2194 *2195 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2196 */2197 msoPageScale?: MsoPageScaleProperty;2198 /**2199 * | Inherited | &vert; | Initial |2200 * | --------- | -- | ------------- |2201 * `false` | &vert; |`none` |2202 */2203 msoPagination?: MsoPaginationProperty;2204 /**2205 * | Inherited | &vert; | Initial |2206 * | --------- | -- | ------------- |2207 * `false` | &vert; |`n/a` |2208 *2209 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2210 */2211 msoPaperSource?: MsoPaperSourceProperty;2212 /**2213 * | Inherited | &vert; | Initial |2214 * | --------- | -- | ------------- |2215 * `false` | &vert; |`n/a` |2216 *2217 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2218 */2219 msoPaperSourceFirstPage?: MsoPaperSourceFirstPageProperty;2220 /**2221 * | Inherited | &vert; | Initial |2222 * | --------- | -- | ------------- |2223 * `false` | &vert; |`n/a` |2224 *2225 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2226 */2227 msoPaperSourceOtherPages?: MsoPaperSourceOtherPagesProperty;2228 /**2229 * | Inherited | &vert; | Initial |2230 * | --------- | -- | ------------- |2231 * `false` | &vert; |`n/a` |2232 *2233 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)2234 */2235 msoPattern?: MsoPatternProperty;2236 /**2237 * | Inherited | &vert; | Initial |2238 * | --------- | -- | ------------- |2239 * `false` | &vert; |`n/a` |2240 *2241 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)2242 */2243 msoPatternColor?: MsoPatternColorProperty;2244 /**2245 * | Inherited | &vert; | Initial |2246 * | --------- | -- | ------------- |2247 * `false` | &vert; |`none` |2248 *2249 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)2250 */2251 msoPatternStyle?: MsoPatternStyleProperty;2252 /**2253 * | Inherited | &vert; | Initial |2254 * | --------- | -- | ------------- |2255 * `false` | &vert; |`n/a` |2256 *2257 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2258 */2259 msoPrintArea?: MsoPrintAreaProperty;2260 /**2261 * | Inherited | &vert; | Initial |2262 * | --------- | -- | ------------- |2263 * `false` | &vert; |`yes` |2264 *2265 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2266 */2267 msoPrintColor?: MsoPrintColorProperty;2268 /**2269 * | Inherited | &vert; | Initial |2270 * | --------- | -- | ------------- |2271 * `false` | &vert; |`no` |2272 *2273 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2274 */2275 msoPrintGridlines?: MsoPrintGridlinesProperty;2276 /**2277 * | Inherited | &vert; | Initial |2278 * | --------- | -- | ------------- |2279 * `false` | &vert; |`no` |2280 *2281 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2282 */2283 msoPrintHeadings?: MsoPrintHeadingsProperty;2284 /**2285 * | Inherited | &vert; | Initial |2286 * | --------- | -- | ------------- |2287 * `false` | &vert; |`n/a` |2288 *2289 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2290 */2291 msoPrintResolution?: MsoPrintResolutionProperty;2292 /**2293 * | Inherited | &vert; | Initial |2294 * | --------- | -- | ------------- |2295 * `false` | &vert; |`over-then-down` |2296 *2297 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2298 */2299 msoPrintSheetOrder?: MsoPrintSheetOrderProperty;2300 /**2301 * | Inherited | &vert; | Initial |2302 * | --------- | -- | ------------- |2303 * `false` | &vert; |`n/a` |2304 *2305 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2306 */2307 msoPrintTitleColumn?: MsoPrintTitleColumnProperty;2308 /**2309 * | Inherited | &vert; | Initial |2310 * | --------- | -- | ------------- |2311 * `false` | &vert; |`n/a` |2312 *2313 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2314 */2315 msoPrintTitleRow?: MsoPrintTitleRowProperty;2316 /**2317 * | Inherited | &vert; | Initial |2318 * | --------- | -- | ------------- |2319 * `false` | &vert; |`n/a` |2320 *2321 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2322 */2323 msoPropChange?: MsoPropChangeProperty;2324 /**2325 * | Inherited | &vert; | Initial |2326 * | --------- | -- | ------------- |2327 * `false` | &vert; |`n/a` |2328 *2329 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2330 */2331 msoPropChangeAuthor?: MsoPropChangeAuthorProperty;2332 /**2333 * | Inherited | &vert; | Initial |2334 * | --------- | -- | ------------- |2335 * `false` | &vert; |`n/a` |2336 *2337 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2338 */2339 msoPropChangeTime?: MsoPropChangeTimeProperty;2340 /**2341 * | Inherited | &vert; | Initial |2342 * | --------- | -- | ------------- |2343 * `true` | &vert; |`no` |2344 *2345 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)2346 */2347 msoProtection?: MsoProtectionProperty;2348 /**2349 * | Inherited | &vert; | Initial |2350 * | --------- | -- | ------------- |2351 * `false` | &vert; |`n/a` |2352 *2353 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2354 */2355 msoRotate?: MsoRotateProperty;2356 /**2357 * | Inherited | &vert; | Initial |2358 * | --------- | -- | ------------- |2359 * `true` | &vert; |`n/a` |2360 *2361 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2362 */2363 msoRowMarginLeft?: MsoRowMarginLeftProperty<TLength>;2364 /**2365 * | Inherited | &vert; | Initial |2366 * | --------- | -- | ------------- |2367 * `true` | &vert; |`n/a` |2368 *2369 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2370 */2371 msoRowMarginRight?: MsoRowMarginRightProperty<TLength>;2372 /**2373 * | Inherited | &vert; | Initial |2374 * | --------- | -- | ------------- |2375 * `true` | &vert; |`none` |2376 *2377 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2378 */2379 msoRubyMerge?: MsoRubyMergeProperty;2380 /**2381 * | Inherited | &vert; | Initial |2382 * | --------- | -- | ------------- |2383 * `false` | &vert; |`none` |2384 *2385 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2386 */2387 msoRubyVisibility?: MsoRubyVisibilityProperty;2388 /**2389 * | Inherited | &vert; | Initial |2390 * | --------- | -- | ------------- |2391 * `false` | &vert; |`n/a` |2392 */2393 msoSchemeFillColor?: MsoSchemeFillColorProperty;2394 /**2395 * | Inherited | &vert; | Initial |2396 * | --------- | -- | ------------- |2397 * `false` | &vert; |`n/a` |2398 */2399 msoSchemeShadowColor?: MsoSchemeShadowColorProperty;2400 /**2401 * | Inherited | &vert; | Initial |2402 * | --------- | -- | ------------- |2403 * `false` | &vert; |`n/a` |2404 *2405 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)2406 */2407 msoShading?: MsoShadingProperty;2408 /**2409 * | Inherited | &vert; | Initial |2410 * | --------- | -- | ------------- |2411 * `false` | &vert; |`n/a` |2412 */2413 msoShadowColor?: MsoShadowColorProperty;2414 /**2415 * | Inherited | &vert; | Initial |2416 * | --------- | -- | ------------- |2417 * `false` | &vert; |`no` |2418 *2419 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)2420 */2421 msoSpaceAbove?: MsoSpaceAboveProperty;2422 /**2423 * | Inherited | &vert; | Initial |2424 * | --------- | -- | ------------- |2425 * `false` | &vert; |`no` |2426 *2427 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)2428 */2429 msoSpaceBelow?: MsoSpaceBelowProperty;2430 /**2431 * | Inherited | &vert; | Initial |2432 * | --------- | -- | ------------- |2433 * `false` | &vert; |`no` |2434 *2435 * @see [`Whitespace`](https://stigmortenmyre.no/mso/html/concepts/ofconwhitespace.htm)2436 */2437 msoSpacerun?: MsoSpacerunProperty;2438 /**2439 * | Inherited | &vert; | Initial |2440 * | --------- | -- | ------------- |2441 * `false` | &vert; |`none` |2442 *2443 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2444 */2445 msoSpecialCharacter?: MsoSpecialCharacterProperty;2446 /**2447 * | Inherited | &vert; | Initial |2448 * | --------- | -- | ------------- |2449 * `false` | &vert; |`n/a` |2450 */2451 msoSpecialFormat?: MsoSpecialFormatProperty;2452 /**2453 * | Inherited | &vert; | Initial |2454 * | --------- | -- | ------------- |2455 * `false` | &vert; |`n/a` |2456 */2457 msoStyleId?: MsoStyleIdProperty;2458 /**2459 * | Inherited | &vert; | Initial |2460 * | --------- | -- | ------------- |2461 * `false` | &vert; |`n/a` |2462 */2463 msoStyleName?: MsoStyleNameProperty;2464 /**2465 * | Inherited | &vert; | Initial |2466 * | --------- | -- | ------------- |2467 * `false` | &vert; |`n/a` |2468 */2469 msoStyleNext?: MsoStyleNextProperty;2470 /**2471 * | Inherited | &vert; | Initial |2472 * | --------- | -- | ------------- |2473 * `false` | &vert; |`n/a` |2474 */2475 msoStyleParent?: MsoStyleParentProperty;2476 /**2477 * | Inherited | &vert; | Initial |2478 * | --------- | -- | ------------- |2479 * `false` | &vert; |`n/a` |2480 */2481 msoStyleType?: MsoStyleTypeProperty;2482 /**2483 * | Inherited | &vert; | Initial |2484 * | --------- | -- | ------------- |2485 * `false` | &vert; |`n/a` |2486 */2487 msoStyleUpdate?: MsoStyleUpdateProperty;2488 /**2489 * | Inherited | &vert; | Initial |2490 * | --------- | -- | ------------- |2491 * `false` | &vert; |`no` |2492 *2493 * @see [`Master Documents`](https://stigmortenmyre.no/mso/html/word/wdconmasterdocuments.htm)2494 */2495 msoSubdocument?: MsoSubdocumentProperty;2496 /**2497 * | Inherited | &vert; | Initial |2498 * | --------- | -- | ------------- |2499 * `true` | &vert; |`n/a` |2500 */2501 msoSymbolFontFamily?: MsoSymbolFontFamilyProperty;2502 /**2503 * | Inherited | &vert; | Initial |2504 * | --------- | -- | ------------- |2505 * `false` | &vert; |`1` |2506 *2507 * @see [`Whitespace`](https://stigmortenmyre.no/mso/html/concepts/ofconwhitespace.htm)2508 */2509 msoTabCount?: MsoTabCountProperty;2510 /**2511 * | Inherited | &vert; | Initial |2512 * | --------- | -- | ------------- |2513 * `true` | &vert; |`margin` |2514 *2515 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2516 */2517 msoTableAnchorHorizontal?: MsoTableAnchorHorizontalProperty;2518 /**2519 * | Inherited | &vert; | Initial |2520 * | --------- | -- | ------------- |2521 * `false` | &vert; |`margin` |2522 *2523 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2524 */2525 msoTableAnchorVertical?: MsoTableAnchorVerticalProperty;2526 /**2527 * | Inherited | &vert; | Initial |2528 * | --------- | -- | ------------- |2529 * `false` | &vert; |`n/a` |2530 *2531 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2532 */2533 msoTableBspace?: MsoTableBspaceProperty<TLength>;2534 /**2535 * | Inherited | &vert; | Initial |2536 * | --------- | -- | ------------- |2537 * `false` | &vert; |`n/a` |2538 *2539 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2540 */2541 msoTableDelAuthor?: MsoTableDelAuthorProperty;2542 /**2543 * | Inherited | &vert; | Initial |2544 * | --------- | -- | ------------- |2545 * `false` | &vert; |`n/a` |2546 *2547 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2548 */2549 msoTableDelTime?: MsoTableDelTimeProperty;2550 /**2551 * | Inherited | &vert; | Initial |2552 * | --------- | -- | ------------- |2553 * `false` | &vert; |`n/a` |2554 *2555 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2556 */2557 msoTableDeleted?: MsoTableDeletedProperty;2558 /**2559 * | Inherited | &vert; | Initial |2560 * | --------- | -- | ------------- |2561 * `false` | &vert; |`normal` |2562 *2563 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2564 */2565 msoTableDir?: MsoTableDirProperty;2566 /**2567 * | Inherited | &vert; | Initial |2568 * | --------- | -- | ------------- |2569 * `false` | &vert; |`n/a` |2570 *2571 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2572 */2573 msoTableInsAuthor?: MsoTableInsAuthorProperty;2574 /**2575 * | Inherited | &vert; | Initial |2576 * | --------- | -- | ------------- |2577 * `false` | &vert; |`n/a` |2578 *2579 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2580 */2581 msoTableInsTime?: MsoTableInsTimeProperty;2582 /**2583 * | Inherited | &vert; | Initial |2584 * | --------- | -- | ------------- |2585 * `false` | &vert; |`n/a` |2586 *2587 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2588 */2589 msoTableInserted?: MsoTableInsertedProperty;2590 /**2591 * | Inherited | &vert; | Initial |2592 * | --------- | -- | ------------- |2593 * `true` | &vert; |`n/a` |2594 *2595 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2596 */2597 msoTableLeft?: MsoTableLeftProperty<TLength>;2598 /**2599 * | Inherited | &vert; | Initial |2600 * | --------- | -- | ------------- |2601 * `true` | &vert; |`n/a` |2602 *2603 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2604 */2605 msoTableLspace?: MsoTableLspaceProperty<TLength>;2606 /**2607 * | Inherited | &vert; | Initial |2608 * | --------- | -- | ------------- |2609 * `true` | &vert; |`auto` |2610 */2611 msoTableOverlap?: MsoTableOverlapProperty;2612 /**2613 * | Inherited | &vert; | Initial |2614 * | --------- | -- | ------------- |2615 * `false` | &vert; |`n/a` |2616 *2617 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2618 */2619 msoTablePropAuthor?: MsoTablePropAuthorProperty;2620 /**2621 * | Inherited | &vert; | Initial |2622 * | --------- | -- | ------------- |2623 * `false` | &vert; |`n/a` |2624 *2625 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2626 */2627 msoTablePropChange?: MsoTablePropChangeProperty;2628 /**2629 * | Inherited | &vert; | Initial |2630 * | --------- | -- | ------------- |2631 * `false` | &vert; |`n/a` |2632 *2633 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)2634 */2635 msoTablePropTime?: MsoTablePropTimeProperty;2636 /**2637 * | Inherited | &vert; | Initial |2638 * | --------- | -- | ------------- |2639 * `true` | &vert; |`n/a` |2640 *2641 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2642 */2643 msoTableRspace?: MsoTableRspaceProperty<TLength>;2644 /**2645 * | Inherited | &vert; | Initial |2646 * | --------- | -- | ------------- |2647 * `false` | &vert; |`n/a` |2648 *2649 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2650 */2651 msoTableTop?: MsoTableTopProperty<TLength>;2652 /**2653 * | Inherited | &vert; | Initial |2654 * | --------- | -- | ------------- |2655 * `true` | &vert; |`n/a` |2656 *2657 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2658 */2659 msoTableTspace?: MsoTableTspaceProperty<TLength>;2660 /**2661 * | Inherited | &vert; | Initial |2662 * | --------- | -- | ------------- |2663 * `true` | &vert; |`none` |2664 *2665 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)2666 */2667 msoTableWrap?: MsoTableWrapProperty;2668 /**2669 * | Inherited | &vert; | Initial |2670 * | --------- | -- | ------------- |2671 * `true` | &vert; |`none` |2672 *2673 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2674 */2675 msoTextAnimation?: MsoTextAnimationProperty;2676 /**2677 * | Inherited | &vert; | Initial |2678 * | --------- | -- | ------------- |2679 * `false` | &vert; |`none` |2680 *2681 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2682 */2683 msoTextCombineBrackets?: MsoTextCombineBracketsProperty;2684 /**2685 * | Inherited | &vert; | Initial |2686 * | --------- | -- | ------------- |2687 * `false` | &vert; |`n/a` |2688 *2689 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2690 */2691 msoTextCombineId?: MsoTextCombineIdProperty;2692 /**2693 * | Inherited | &vert; | Initial |2694 * | --------- | -- | ------------- |2695 * `false` | &vert; |`n/a` |2696 *2697 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)2698 */2699 msoTextControl?: MsoTextControlProperty;2700 /**2701 * | Inherited | &vert; | Initial |2702 * | --------- | -- | ------------- |2703 * `false` | &vert; |`n/a` |2704 *2705 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2706 */2707 msoTextFitId?: MsoTextFitIdProperty;2708 /**2709 * | Inherited | &vert; | Initial |2710 * | --------- | -- | ------------- |2711 * `false` | &vert; |`horizontal` |2712 *2713 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)2714 */2715 msoTextOrientation?: MsoTextOrientationProperty;2716 /**2717 * | Inherited | &vert; | Initial |2718 * | --------- | -- | ------------- |2719 * `false` | &vert; |`n/a` |2720 *2721 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2722 */2723 msoTextRaise?: MsoTextRaiseProperty<TLength>;2724 /**2725 * | Inherited | &vert; | Initial |2726 * | --------- | -- | ------------- |2727 * `false` | &vert; |`no` |2728 *2729 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2730 */2731 msoTitlePage?: MsoTitlePageProperty;2732 /**2733 * | Inherited | &vert; | Initial |2734 * | --------- | -- | ------------- |2735 * `false` | &vert; |`no` |2736 *2737 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2738 */2739 msoTnyCompress?: MsoTnyCompressProperty;2740 /**2741 * | Inherited | &vert; | Initial |2742 * | --------- | -- | ------------- |2743 * `false` | &vert; |`no` |2744 *2745 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)2746 */2747 msoUnsynced?: MsoUnsyncedProperty;2748 /**2749 * | Inherited | &vert; | Initial |2750 * | --------- | -- | ------------- |2751 * `false` | &vert; |`baseline` |2752 */2753 msoVerticalAlignSpecial?: MsoVerticalAlignSpecialProperty<TLength>;2754 /**2755 * | Inherited | &vert; | Initial |2756 * | --------- | -- | ------------- |2757 * `false` | &vert; |`top` |2758 *2759 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm), [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)2760 */2761 msoVerticalPageAlign?: MsoVerticalPageAlignProperty;2762 /**2763 * | Inherited | &vert; | Initial |2764 * | --------- | -- | ------------- |2765 * `true` | &vert; |`n/a` |2766 *2767 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)2768 */2769 msoWidthSource?: MsoWidthSourceProperty;2770 /**2771 * | Inherited | &vert; | Initial |2772 * | --------- | -- | ------------- |2773 * `false` | &vert; |`n/a` |2774 */2775 msoWordWrap?: MsoWordWrapProperty;2776 /**2777 * | Inherited | &vert; | Initial |2778 * | --------- | -- | ------------- |2779 * `false` | &vert; |`1` |2780 *2781 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)2782 */2783 msoXlrowspan?: MsoXlrowspanProperty;2784 /**2785 * | Inherited | &vert; | Initial |2786 * | --------- | -- | ------------- |2787 * `false` | &vert; |`no` |2788 *2789 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)2790 */2791 msoZeroHeight?: MsoZeroHeightProperty;2792}2793export interface AnsiProperties<TLength = GlobalsString | 0> {2794 /**2795 * | Inherited | &vert; | Initial |2796 * | --------- | -- | ------------- |2797 * `true` | &vert; |`medium` |2798 *2799 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2800 */2801 msoAnsiFontSize?: MsoAnsiFontSizeProperty<TLength>;2802 /**2803 * | Inherited | &vert; | Initial |2804 * | --------- | -- | ------------- |2805 * `true` | &vert; |`normal` |2806 *2807 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2808 */2809 msoAnsiFontStyle?: MsoAnsiFontStyleProperty;2810 /**2811 * | Inherited | &vert; | Initial |2812 * | --------- | -- | ------------- |2813 * `true` | &vert; |`normal` |2814 *2815 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2816 */2817 msoAnsiFontWeight?: MsoAnsiFontWeightProperty;2818 /**2819 * | Inherited | &vert; | Initial |2820 * | --------- | -- | ------------- |2821 * `true` | &vert; |`n/a` |2822 *2823 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2824 */2825 msoAnsiLanguage?: MsoAnsiLanguageProperty;2826}2827export interface AsciiProperties {2828 /**2829 * | Inherited | &vert; | Initial |2830 * | --------- | -- | ------------- |2831 * `true` | &vert; |`n/a` |2832 *2833 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2834 */2835 msoAsciiFontFamily?: MsoAsciiFontFamilyProperty;2836}2837export interface BidiProperties<TLength = GlobalsString | 0> {2838 /**2839 * | Inherited | &vert; | Initial |2840 * | --------- | -- | ------------- |2841 * `true` | &vert; |`off` |2842 *2843 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2844 */2845 msoBidiFlag?: MsoBidiFlagProperty;2846 /**2847 * | Inherited | &vert; | Initial |2848 * | --------- | -- | ------------- |2849 * `true` | &vert; |`n/a` |2850 *2851 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2852 */2853 msoBidiFontFamily?: MsoBidiFontFamilyProperty;2854 /**2855 * | Inherited | &vert; | Initial |2856 * | --------- | -- | ------------- |2857 * `true` | &vert; |`medium` |2858 *2859 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2860 */2861 msoBidiFontSize?: MsoBidiFontSizeProperty<TLength>;2862 /**2863 * | Inherited | &vert; | Initial |2864 * | --------- | -- | ------------- |2865 * `true` | &vert; |`normal` |2866 *2867 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2868 */2869 msoBidiFontStyle?: MsoBidiFontStyleProperty;2870 /**2871 * | Inherited | &vert; | Initial |2872 * | --------- | -- | ------------- |2873 * `true` | &vert; |`normal` |2874 *2875 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2876 */2877 msoBidiFontWeight?: MsoBidiFontWeightProperty;2878 /**2879 * | Inherited | &vert; | Initial |2880 * | --------- | -- | ------------- |2881 * `true` | &vert; |`n/a` |2882 *2883 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2884 */2885 msoBidiLanguage?: MsoBidiLanguageProperty;2886}2887export interface FareastProperties {2888 /**2889 * | Inherited | &vert; | Initial |2890 * | --------- | -- | ------------- |2891 * `true` | &vert; |`n/a` |2892 *2893 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)2894 */2895 msoFareastFontFamily?: MsoFareastFontFamilyProperty;2896 /**2897 * | Inherited | &vert; | Initial |2898 * | --------- | -- | ------------- |2899 * `false` | &vert; |`n/a` |2900 *2901 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2902 */2903 msoFareastHint?: MsoFareastHintProperty;2904 /**2905 * | Inherited | &vert; | Initial |2906 * | --------- | -- | ------------- |2907 * `true` | &vert; |`n/a` |2908 *2909 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)2910 */2911 msoFareastLanguage?: MsoFareastLanguageProperty;2912}2913export interface PanoseProperties {2914 /**2915 * | Inherited | &vert; | Initial |2916 * | --------- | -- | ------------- |2917 * `false` | &vert; |`n/a` |2918 */2919 msoPanoseArmStyle?: MsoPanoseArmStyleProperty;2920 /**2921 * | Inherited | &vert; | Initial |2922 * | --------- | -- | ------------- |2923 * `false` | &vert; |`n/a` |2924 */2925 msoPanoseContrast?: MsoPanoseContrastProperty;2926 /**2927 * | Inherited | &vert; | Initial |2928 * | --------- | -- | ------------- |2929 * `false` | &vert; |`n/a` |2930 */2931 msoPanoseFamilyType?: MsoPanoseFamilyTypeProperty;2932 /**2933 * | Inherited | &vert; | Initial |2934 * | --------- | -- | ------------- |2935 * `false` | &vert; |`n/a` |2936 */2937 msoPanoseLetterform?: MsoPanoseLetterformProperty;2938 /**2939 * | Inherited | &vert; | Initial |2940 * | --------- | -- | ------------- |2941 * `false` | &vert; |`n/a` |2942 */2943 msoPanoseMidline?: MsoPanoseMidlineProperty;2944 /**2945 * | Inherited | &vert; | Initial |2946 * | --------- | -- | ------------- |2947 * `false` | &vert; |`n/a` |2948 */2949 msoPanoseProportion?: MsoPanoseProportionProperty;2950 /**2951 * | Inherited | &vert; | Initial |2952 * | --------- | -- | ------------- |2953 * `false` | &vert; |`n/a` |2954 */2955 msoPanoseSerifStyle?: MsoPanoseSerifStyleProperty;2956 /**2957 * | Inherited | &vert; | Initial |2958 * | --------- | -- | ------------- |2959 * `false` | &vert; |`n/a` |2960 */2961 msoPanoseStrokeVariation?: MsoPanoseStrokeVariationProperty;2962 /**2963 * | Inherited | &vert; | Initial |2964 * | --------- | -- | ------------- |2965 * `false` | &vert; |`n/a` |2966 */2967 msoPanoseWeight?: MsoPanoseWeightProperty;2968 /**2969 * | Inherited | &vert; | Initial |2970 * | --------- | -- | ------------- |2971 * `false` | &vert; |`n/a` |2972 */2973 msoPanoseXHeight?: MsoPanoseXHeightProperty;2974}2975export interface Properties<TLength = GlobalsString | 0>2976 extends AlternativeProperties<TLength>,2977 StandardProperties<TLength> {}2978export interface FontProperties<TLength = GlobalsString | 0>2979 extends AnsiProperties<TLength>,2980 AsciiProperties,2981 BidiProperties<TLength>,2982 FareastProperties,2983 PanoseProperties {}2984export interface AlternativePropertiesHyphen<TLength = GlobalsString | 0> {2985 /**2986 * Microsoft Office alternative to the **`border`** shorthand CSS property—which sets an element's border. It sets the values of `border-width`, `border-style`, and `border-color`.2987 *2988 * | Inherited | &vert; | Initial |2989 * | --------- | -- | ------------- |2990 * `false` | &vert; |`n/a` |2991 *2992 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)2993 */2994 "mso-border-alt"?: MsoBorderAltProperty<TLength>;2995 /**2996 * Microsoft Office alternative to the **`border-bottom`** shorthand CSS property—which sets an element's bottom border. It sets the values of `mso-border-bottom-width-alt`, `mso-border-bottom-style-alt` and `mso-border-bottom-color-alt`.2997 *2998 * | Inherited | &vert; | Initial |2999 * | --------- | -- | ------------- |3000 * `false` | &vert; |`n/a` |3001 *3002 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3003 */3004 "mso-border-bottom-alt"?: MsoBorderBottomAltProperty<TLength>;3005 /**3006 * Microsoft Office alternative to the **`border-bottom-color`** CSS property—which sets the color of an element's bottom border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-bottom-alt`.3007 *3008 * | Inherited | &vert; | Initial |3009 * | --------- | -- | ------------- |3010 * `false` | &vert; |`n/a` |3011 *3012 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3013 */3014 "mso-border-bottom-color-alt"?: MsoBorderBottomColorAltProperty;3015 /**3016 * Microsoft Office alternative to the **`border-bottom`** shorthand CSS property—which sets an element's bottom border. It sets the values of `mso-border-bottom-width-alt`, `mso-border-bottom-style-alt` and `mso-border-bottom-color-alt`.3017 *3018 * | Inherited | &vert; | Initial |3019 * | --------- | -- | ------------- |3020 * `false` | &vert; |`none` |3021 *3022 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3023 */3024 "mso-border-bottom-style-alt"?: MsoBorderBottomStyleAltProperty;3025 /**3026 * Microsoft Office alternative to the **`border-bottom-width`** CSS property—which sets the width of the bottom border of an element.3027 *3028 * | Inherited | &vert; | Initial |3029 * | --------- | -- | ------------- |3030 * `false` | &vert; |`medium` |3031 *3032 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3033 */3034 "mso-border-bottom-width-alt"?: MsoBorderBottomWidthAltProperty<TLength>;3035 /**3036 * Microsoft Office alternative to the **`border-color`** shorthand CSS property—which sets the color of an element's border.3037 *3038 * | Inherited | &vert; | Initial |3039 * | --------- | -- | ------------- |3040 * `false` | &vert; |`n/a` |3041 *3042 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3043 */3044 "mso-border-color-alt"?: MsoBorderColorAltProperty;3045 /**3046 * Microsoft Office alternative to the **`border-left`** shorthand CSS property—which sets an element's left border. It sets the values of `mso-border-left-width-alt`, `mso-border-left-style-alt` and `mso-border-left-color-alt`.3047 *3048 * | Inherited | &vert; | Initial |3049 * | --------- | -- | ------------- |3050 * `false` | &vert; |`n/a` |3051 *3052 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3053 */3054 "mso-border-left-alt"?: MsoBorderLeftAltProperty<TLength>;3055 /**3056 * Microsoft Office alternative to the **`border-left-color`** CSS property—which sets the color of an element's left border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-left-alt`.3057 *3058 * | Inherited | &vert; | Initial |3059 * | --------- | -- | ------------- |3060 * `false` | &vert; |`n/a` |3061 *3062 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3063 */3064 "mso-border-left-color-alt"?: MsoBorderLeftColorAltProperty;3065 /**3066 * Microsoft Office alternative to the **`border-left-style`** CSS property—which sets the line style of an element's left border.3067 *3068 * | Inherited | &vert; | Initial |3069 * | --------- | -- | ------------- |3070 * `false` | &vert; |`none` |3071 *3072 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3073 */3074 "mso-border-left-style-alt"?: MsoBorderLeftStyleAltProperty;3075 /**3076 * Microsoft Office alternative to the **`border-left-width`** CSS property—which sets the width of the left border of an element.3077 *3078 * | Inherited | &vert; | Initial |3079 * | --------- | -- | ------------- |3080 * `false` | &vert; |`medium` |3081 *3082 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3083 */3084 "mso-border-left-width-alt"?: MsoBorderLeftWidthAltProperty<TLength>;3085 /**3086 * Microsoft Office alternative to the **`border-right`** shorthand CSS property—which sets an element's right border. It sets the values of `mso-border-right-width-alt`, `mso-border-right-style-alt` and `mso-border-right-color-alt`.3087 *3088 * | Inherited | &vert; | Initial |3089 * | --------- | -- | ------------- |3090 * `false` | &vert; |`n/a` |3091 *3092 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3093 */3094 "mso-border-right-alt"?: MsoBorderRightAltProperty<TLength>;3095 /**3096 * Microsoft Office alternative to the **`border-right-color`** CSS property—which sets the color of an element's right border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-right-alt`.3097 *3098 * | Inherited | &vert; | Initial |3099 * | --------- | -- | ------------- |3100 * `false` | &vert; |`n/a` |3101 *3102 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3103 */3104 "mso-border-right-color-alt"?: MsoBorderRightColorAltProperty;3105 /**3106 * Microsoft Office alternative to the **`border-right-style`** CSS property—which sets the line style of an element's right border.3107 *3108 * | Inherited | &vert; | Initial |3109 * | --------- | -- | ------------- |3110 * `false` | &vert; |`none` |3111 *3112 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3113 */3114 "mso-border-right-style-alt"?: MsoBorderRightStyleAltProperty;3115 /**3116 * Microsoft Office alternative to the **`border-right-width`** CSS property—which sets the width of the right border of an element.3117 *3118 * | Inherited | &vert; | Initial |3119 * | --------- | -- | ------------- |3120 * `false` | &vert; |`medium` |3121 *3122 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3123 */3124 "mso-border-right-width-alt"?: MsoBorderRightWidthAltProperty<TLength>;3125 /**3126 * Microsoft Office alternative to the **`border-style`** shorthand CSS property—which sets the style of an element's border.3127 *3128 * | Inherited | &vert; | Initial |3129 * | --------- | -- | ------------- |3130 * `false` | &vert; |`none` |3131 *3132 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3133 */3134 "mso-border-style-alt"?: MsoBorderStyleAltProperty;3135 /**3136 * Microsoft Office alternative to the **`border-top`** shorthand CSS property—which sets an element's top border. It sets the values of `mso-border-top-width-alt`, `mso-border-top-style-alt` and `mso-border-top-color-alt`.3137 *3138 * | Inherited | &vert; | Initial |3139 * | --------- | -- | ------------- |3140 * `false` | &vert; |`n/a` |3141 *3142 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3143 */3144 "mso-border-top-alt"?: MsoBorderTopAltProperty<TLength>;3145 /**3146 * Microsoft Office alternative to the **`border-top-color`** CSS property—which sets the color of an element's top border. It can also be set with shorthand properties `mso-border-color-alt` or `mso-border-top-alt`.3147 *3148 * | Inherited | &vert; | Initial |3149 * | --------- | -- | ------------- |3150 * `false` | &vert; |`n/a` |3151 *3152 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3153 */3154 "mso-border-top-color-alt"?: MsoBorderTopColorAltProperty;3155 /**3156 * Microsoft Office alternative to the **`border-top-style`** CSS property—which sets the line style of an element's top border.3157 *3158 * | Inherited | &vert; | Initial |3159 * | --------- | -- | ------------- |3160 * `false` | &vert; |`none` |3161 *3162 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3163 */3164 "mso-border-top-style-alt"?: MsoBorderTopStyleAltProperty;3165 /**3166 * Microsoft Office alternative to the **`border-top-width`** CSS property—which sets the width of the top border of an element.3167 *3168 * | Inherited | &vert; | Initial |3169 * | --------- | -- | ------------- |3170 * `false` | &vert; |`medium` |3171 *3172 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3173 */3174 "mso-border-top-width-alt"?: MsoBorderTopWidthAltProperty<TLength>;3175 /**3176 * Microsoft Office alternative to the **`border-width`** shorthand CSS property—which sets the width of an element's border.3177 *3178 * | Inherited | &vert; | Initial |3179 * | --------- | -- | ------------- |3180 * `false` | &vert; |`medium` |3181 *3182 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3183 */3184 "mso-border-width-alt"?: MsoBorderWidthAltProperty<TLength>;3185 /**3186 * Microsoft Office alternative to the **`color`** CSS property—which sets the foreground color value of an element's text and text decorations, and sets the `windowtext` value. `windowtext` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `mso-border-color-alt`.3187 *3188 * | Inherited | &vert; | Initial |3189 * | --------- | -- | ------------- |3190 * `true` | &vert; |`n/a` |3191 *3192 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)3193 */3194 "mso-color-alt"?: MsoColorAltProperty;3195 /**3196 * Microsoft Office alternative to the **`font`** CSS property—which is a shorthand for `font-style`, `font-variant`, `font-weight`, `font-stretch`, `font-size`, `line-height`, and `font-family`.3197 *3198 * | Inherited | &vert; | Initial |3199 * | --------- | -- | ------------- |3200 * `false` | &vert; |`n/a` |3201 */3202 "mso-font-alt"?: MsoFontAltProperty;3203 /**3204 * Microsoft Office alternative to the **`height`** CSS property—which specifies the height of an element.3205 *3206 * | Inherited | &vert; | Initial |3207 * | --------- | -- | ------------- |3208 * `false` | &vert; |`n/a` |3209 *3210 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)3211 */3212 "mso-height-alt"?: MsoHeightAltProperty;3213 /**3214 * Microsoft Office alternative to the **`layout-grid-char`** CSS property—specifies the size of the character grid for the layout of an element's text content. It only applies to block elements.3215 *3216 * | Inherited | &vert; | Initial |3217 * | --------- | -- | ------------- |3218 * `false` | &vert; |`n/a` |3219 *3220 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)3221 */3222 "mso-layout-grid-char-alt"?: MsoLayoutGridCharAltProperty;3223 /**3224 * Microsoft Office alternative to the **`line-height`** CSS property—which sets the height of a line box. It's commonly used to set the distance between lines of text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.3225 *3226 * | Inherited | &vert; | Initial |3227 * | --------- | -- | ------------- |3228 * `true` | &vert; |`normal` |3229 *3230 * @see [`Paragraphs`](https://stigmortenmyre.no/mso/html/concepts/ofconparagraphs.htm), [`Paragraph Spacing`](https://stigmortenmyre.no/mso/html/word/wdconparagraphspacing.htm)3231 */3232 "mso-line-height-alt"?: MsoLineHeightAltProperty<TLength>;3233 /**3234 * Microsoft Office alternative to the **`margin-bottom`** CSS property—which sets the margin area on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer.3235 *3236 * | Inherited | &vert; | Initial |3237 * | --------- | -- | ------------- |3238 * `false` | &vert; |`n/a` |3239 *3240 * @see [`Paragraphs`](https://stigmortenmyre.no/mso/html/concepts/ofconparagraphs.htm), [`Paragraph Spacing`](https://stigmortenmyre.no/mso/html/word/wdconparagraphspacing.htm), [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3241 */3242 "mso-margin-bottom-alt"?: MsoMarginBottomAltProperty<TLength>;3243 /**3244 * Microsoft Office alternative to the **`margin-left`** CSS property—which sets the margin area on the left of an element. A positive value places it farther from its neighbors, while a negative value places it closer.3245 *3246 * | Inherited | &vert; | Initial |3247 * | --------- | -- | ------------- |3248 * `false` | &vert; |`n/a` |3249 */3250 "mso-margin-left-alt"?: MsoMarginLeftAltProperty;3251 /**3252 * Microsoft Office alternative to the **`margin-top`** CSS property—which sets the margin area on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.3253 *3254 * | Inherited | &vert; | Initial |3255 * | --------- | -- | ------------- |3256 * `false` | &vert; |`n/a` |3257 *3258 * @see [`Paragraphs`](https://stigmortenmyre.no/mso/html/concepts/ofconparagraphs.htm), [`Paragraph Spacing`](https://stigmortenmyre.no/mso/html/word/wdconparagraphspacing.htm), [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3259 */3260 "mso-margin-top-alt"?: MsoMarginTopAltProperty<TLength>;3261 /**3262 * Microsoft Office alternative to the **`padding`** CSS property—which sets the padding area on all four sides of an element. It is a shorthand for `padding-top`, `padding-right`, `padding-bottom`, and `padding-left`.3263 *3264 * | Inherited | &vert; | Initial |3265 * | --------- | -- | ------------- |3266 * `false` | &vert; |`n/a` |3267 *3268 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3269 */3270 "mso-padding-alt"?: MsoPaddingAltProperty<TLength>;3271 /**3272 * Microsoft Office alternative to the **`padding-bottom`** CSS property—which sets the height of the padding area on the bottom of an element.3273 *3274 * | Inherited | &vert; | Initial |3275 * | --------- | -- | ------------- |3276 * `false` | &vert; |`n/a` |3277 *3278 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3279 */3280 "mso-padding-bottom-alt"?: MsoPaddingBottomAltProperty<TLength>;3281 /**3282 * Microsoft Office alternative to the **`padding-left`** CSS property—which sets the width of the padding area on the left of an element.3283 *3284 * | Inherited | &vert; | Initial |3285 * | --------- | -- | ------------- |3286 * `false` | &vert; |`n/a` |3287 *3288 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3289 */3290 "mso-padding-left-alt"?: MsoPaddingLeftAltProperty<TLength>;3291 /**3292 * Microsoft Office alternative to the **`padding-right`** CSS property—which sets the width of the padding area on the right of an element.3293 *3294 * | Inherited | &vert; | Initial |3295 * | --------- | -- | ------------- |3296 * `false` | &vert; |`n/a` |3297 *3298 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3299 */3300 "mso-padding-right-alt"?: MsoPaddingRightAltProperty<TLength>;3301 /**3302 * Microsoft Office alternative to the **`padding-top`** CSS property—which sets the height of the padding area on the top of an element.3303 *3304 * | Inherited | &vert; | Initial |3305 * | --------- | -- | ------------- |3306 * `false` | &vert; |`n/a` |3307 *3308 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3309 */3310 "mso-padding-top-alt"?: MsoPaddingTopAltProperty<TLength>;3311 /**3312 * Microsoft Office alternative to the **`table-layout`** CSS property—which sets the algorithm used to lay out `<table>` cells, rows, and columns.3313 *3314 * | Inherited | &vert; | Initial |3315 * | --------- | -- | ------------- |3316 * `true` | &vert; |`auto` |3317 *3318 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3319 */3320 "mso-table-layout-alt"?: MsoTableLayoutAltProperty;3321 /**3322 * Microsoft Office alternative to the **`text-indent`** CSS property—which sets the length of empty space (indentation) that is put before lines of text in a block.3323 *3324 * | Inherited | &vert; | Initial |3325 * | --------- | -- | ------------- |3326 * `false` | &vert; |`n/a` |3327 */3328 "mso-text-indent-alt"?: MsoTextIndentAltProperty<TLength>;3329 /**3330 * Microsoft Office alternative to the **`vertical-align`** CSS property—which sets vertical alignment of an inline or table-cell box.3331 *3332 * | Inherited | &vert; | Initial |3333 * | --------- | -- | ------------- |3334 * `false` | &vert; |`n/a` |3335 *3336 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)3337 */3338 "mso-vertical-align-alt"?: MsoVerticalAlignAltProperty;3339 /**3340 * Microsoft Office alternative to the **`width`** CSS property—which specifies the width of an element.3341 *3342 * | Inherited | &vert; | Initial |3343 * | --------- | -- | ------------- |3344 * `false` | &vert; |`n/a` |3345 *3346 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)3347 */3348 "mso-width-alt"?: MsoWidthAltProperty;3349}3350export interface StandardPropertiesHyphen<TLength = GlobalsString | 0> {3351 /**3352 * Sets or retrieves the interpolation (resampling) method used to stretch an `<img /> element3353 *3354 * | Inherited | &vert; | Initial |3355 * | --------- | -- | ------------- |3356 * `false` | &vert; |`n/a` |3357 */3358 "ms-interpolation-mode"?: MsInterpolationModeProperty;3359 /**3360 * | Inherited | &vert; | Initial |3361 * | --------- | -- | ------------- |3362 * `false` | &vert; |`n/a` |3363 *3364 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3365 */3366 "mso-background"?: MsoBackgroundProperty;3367 /**3368 * | Inherited | &vert; | Initial |3369 * | --------- | -- | ------------- |3370 * `false` | &vert; |`n/a` |3371 *3372 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3373 */3374 "mso-background-source"?: MsoBackgroundSourceProperty;3375 /**3376 * | Inherited | &vert; | Initial |3377 * | --------- | -- | ------------- |3378 * `false` | &vert; |`n/a` |3379 */3380 "mso-baseline-position"?: MsoBaselinePositionProperty;3381 /**3382 * | Inherited | &vert; | Initial |3383 * | --------- | -- | ------------- |3384 * `false` | &vert; |`n/a` |3385 *3386 * @see [`Hyperlinks`](https://stigmortenmyre.no/mso/html/concepts/ofconhyperlinks.htm)3387 */3388 "mso-bookmark"?: MsoBookmarkProperty;3389 /**3390 * | Inherited | &vert; | Initial |3391 * | --------- | -- | ------------- |3392 * `false` | &vert; |`n/a` |3393 *3394 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3395 */3396 "mso-border-between"?: MsoBorderBetweenProperty<TLength>;3397 /**3398 * | Inherited | &vert; | Initial |3399 * | --------- | -- | ------------- |3400 * `false` | &vert; |`n/a` |3401 *3402 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3403 */3404 "mso-border-between-color"?: MsoBorderBetweenColorProperty;3405 /**3406 * | Inherited | &vert; | Initial |3407 * | --------- | -- | ------------- |3408 * `false` | &vert; |`none` |3409 *3410 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3411 */3412 "mso-border-between-style"?: MsoBorderBetweenStyleProperty;3413 /**3414 * | Inherited | &vert; | Initial |3415 * | --------- | -- | ------------- |3416 * `false` | &vert; |`medium` |3417 *3418 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3419 */3420 "mso-border-between-width"?: MsoBorderBetweenWidthProperty<TLength>;3421 /**3422 * | Inherited | &vert; | Initial |3423 * | --------- | -- | ------------- |3424 * `false` | &vert; |`n/a` |3425 *3426 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3427 */3428 "mso-border-bottom-source"?: MsoBorderBottomSourceProperty;3429 /**3430 * | Inherited | &vert; | Initial |3431 * | --------- | -- | ------------- |3432 * `false` | &vert; |`box` |3433 *3434 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3435 */3436 "mso-border-effect"?: MsoBorderEffectProperty;3437 /**3438 * | Inherited | &vert; | Initial |3439 * | --------- | -- | ------------- |3440 * `false` | &vert; |`n/a` |3441 *3442 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3443 */3444 "mso-border-left-source"?: MsoBorderLeftSourceProperty;3445 /**3446 * | Inherited | &vert; | Initial |3447 * | --------- | -- | ------------- |3448 * `false` | &vert; |`n/a` |3449 *3450 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3451 */3452 "mso-border-right-source"?: MsoBorderRightSourceProperty;3453 /**3454 * | Inherited | &vert; | Initial |3455 * | --------- | -- | ------------- |3456 * `false` | &vert; |`no` |3457 *3458 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)3459 */3460 "mso-border-shadow"?: MsoBorderShadowProperty;3461 /**3462 * | Inherited | &vert; | Initial |3463 * | --------- | -- | ------------- |3464 * `true` | &vert; |`n/a` |3465 *3466 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3467 */3468 "mso-border-source"?: MsoBorderSourceProperty;3469 /**3470 * | Inherited | &vert; | Initial |3471 * | --------- | -- | ------------- |3472 * `false` | &vert; |`n/a` |3473 *3474 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3475 */3476 "mso-border-top-source"?: MsoBorderTopSourceProperty;3477 /**3478 * | Inherited | &vert; | Initial |3479 * | --------- | -- | ------------- |3480 * `false` | &vert; |`auto` |3481 *3482 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3483 */3484 "mso-break-type"?: MsoBreakTypeProperty;3485 /**3486 * | Inherited | &vert; | Initial |3487 * | --------- | -- | ------------- |3488 * `false` | &vert; |`n/a` |3489 *3490 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3491 */3492 "mso-build"?: MsoBuildProperty;3493 /**3494 * | Inherited | &vert; | Initial |3495 * | --------- | -- | ------------- |3496 * `false` | &vert; |`n/a` |3497 *3498 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3499 */3500 "mso-build-after-action"?: MsoBuildAfterActionProperty;3501 /**3502 * | Inherited | &vert; | Initial |3503 * | --------- | -- | ------------- |3504 * `false` | &vert; |`n/a` |3505 *3506 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3507 */3508 "mso-build-after-color"?: MsoBuildAfterColorProperty;3509 /**3510 * | Inherited | &vert; | Initial |3511 * | --------- | -- | ------------- |3512 * `false` | &vert; |`n/a` |3513 *3514 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3515 */3516 "mso-build-auto-secs"?: MsoBuildAutoSecsProperty;3517 /**3518 * | Inherited | &vert; | Initial |3519 * | --------- | -- | ------------- |3520 * `false` | &vert; |`n/a` |3521 *3522 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3523 */3524 "mso-build-avi"?: MsoBuildAviProperty;3525 /**3526 * | Inherited | &vert; | Initial |3527 * | --------- | -- | ------------- |3528 * `false` | &vert; |`n/a` |3529 *3530 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3531 */3532 "mso-build-dual-id"?: MsoBuildDualIdProperty;3533 /**3534 * | Inherited | &vert; | Initial |3535 * | --------- | -- | ------------- |3536 * `false` | &vert; |`n/a` |3537 *3538 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3539 */3540 "mso-build-order"?: MsoBuildOrderProperty;3541 /**3542 * | Inherited | &vert; | Initial |3543 * | --------- | -- | ------------- |3544 * `false` | &vert; |`n/a` |3545 *3546 * @see [`Animations`](https://stigmortenmyre.no/mso/html/powerpoint/ppconanimations.htm)3547 */3548 "mso-build-sound-name"?: MsoBuildSoundNameProperty;3549 /**3550 * | Inherited | &vert; | Initial |3551 * | --------- | -- | ------------- |3552 * `false` | &vert; |`n/a` |3553 *3554 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)3555 */3556 "mso-bullet-image"?: MsoBulletImageProperty;3557 /**3558 * | Inherited | &vert; | Initial |3559 * | --------- | -- | ------------- |3560 * `false` | &vert; |`n/a` |3561 *3562 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3563 */3564 "mso-cell-special"?: MsoCellSpecialProperty;3565 /**3566 * | Inherited | &vert; | Initial |3567 * | --------- | -- | ------------- |3568 * `false` | &vert; |`n/a` |3569 *3570 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3571 */3572 "mso-cellspacing"?: MsoCellspacingProperty<TLength>;3573 /**3574 * | Inherited | &vert; | Initial |3575 * | --------- | -- | ------------- |3576 * `false` | &vert; |`n/a` |3577 *3578 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)3579 */3580 "mso-char-indent"?: MsoCharIndentProperty<TLength>;3581 /**3582 * | Inherited | &vert; | Initial |3583 * | --------- | -- | ------------- |3584 * `false` | &vert; |`n/a` |3585 *3586 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)3587 */3588 "mso-char-indent-count"?: MsoCharIndentCountProperty;3589 /**3590 * | Inherited | &vert; | Initial |3591 * | --------- | -- | ------------- |3592 * `false` | &vert; |`n/a` |3593 *3594 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)3595 */3596 "mso-char-indent-size"?: MsoCharIndentSizeProperty<TLength>;3597 /**3598 * | Inherited | &vert; | Initial |3599 * | --------- | -- | ------------- |3600 * `false` | &vert; |`none` |3601 *3602 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)3603 */3604 "mso-char-type"?: MsoCharTypeProperty;3605 /**3606 * | Inherited | &vert; | Initial |3607 * | --------- | -- | ------------- |3608 * `false` | &vert; |`n/a` |3609 *3610 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)3611 */3612 "mso-char-wrap"?: MsoCharWrapProperty;3613 /**3614 * | Inherited | &vert; | Initial |3615 * | --------- | -- | ------------- |3616 * `false` | &vert; |`n/a` |3617 */3618 "mso-color-index"?: MsoColorIndexProperty;3619 /**3620 * | Inherited | &vert; | Initial |3621 * | --------- | -- | ------------- |3622 * `false` | &vert; |`n/a` |3623 *3624 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3625 */3626 "mso-color-source"?: MsoColorSourceProperty;3627 /**3628 * | Inherited | &vert; | Initial |3629 * | --------- | -- | ------------- |3630 * `false` | &vert; |`auto` |3631 *3632 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3633 */3634 "mso-column-break-before"?: MsoColumnBreakBeforeProperty;3635 /**3636 * | Inherited | &vert; | Initial |3637 * | --------- | -- | ------------- |3638 * `false` | &vert; |`none` |3639 *3640 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3641 */3642 "mso-column-separator"?: MsoColumnSeparatorProperty;3643 /**3644 * | Inherited | &vert; | Initial |3645 * | --------- | -- | ------------- |3646 * `false` | &vert; |`n/a` |3647 *3648 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3649 */3650 "mso-columns"?: MsoColumnsProperty<TLength>;3651 /**3652 * | Inherited | &vert; | Initial |3653 * | --------- | -- | ------------- |3654 * `false` | &vert; |`n/a` |3655 *3656 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3657 */3658 "mso-comment-author"?: MsoCommentAuthorProperty;3659 /**3660 * | Inherited | &vert; | Initial |3661 * | --------- | -- | ------------- |3662 * `false` | &vert; |`n/a` |3663 *3664 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3665 */3666 "mso-comment-continuation"?: MsoCommentContinuationProperty;3667 /**3668 * | Inherited | &vert; | Initial |3669 * | --------- | -- | ------------- |3670 * `false` | &vert; |`n/a` |3671 *3672 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3673 */3674 "mso-comment-id"?: MsoCommentIdProperty;3675 /**3676 * | Inherited | &vert; | Initial |3677 * | --------- | -- | ------------- |3678 * `false` | &vert; |`n/a` |3679 *3680 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3681 */3682 "mso-comment-reference"?: MsoCommentReferenceProperty;3683 /**3684 * | Inherited | &vert; | Initial |3685 * | --------- | -- | ------------- |3686 * `true` | &vert; |`new-cell` |3687 *3688 * @see [`Saving and Opening Html Files`](https://stigmortenmyre.no/mso/html/excel/xlconloadinghtml.htm)3689 */3690 "mso-data-placement"?: MsoDataPlacementProperty;3691 /**3692 * | Inherited | &vert; | Initial |3693 * | --------- | -- | ------------- |3694 * `false` | &vert; |`n/a` |3695 *3696 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)3697 */3698 "mso-default-height"?: MsoDefaultHeightProperty<TLength>;3699 /**3700 * | Inherited | &vert; | Initial |3701 * | --------- | -- | ------------- |3702 * `false` | &vert; |`n/a` |3703 *3704 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)3705 */3706 "mso-default-width"?: MsoDefaultWidthProperty<TLength>;3707 /**3708 * | Inherited | &vert; | Initial |3709 * | --------- | -- | ------------- |3710 * `false` | &vert; |`n/a` |3711 *3712 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3713 */3714 "mso-diagonal-down"?: MsoDiagonalDownProperty<TLength>;3715 /**3716 * | Inherited | &vert; | Initial |3717 * | --------- | -- | ------------- |3718 * `false` | &vert; |`n/a` |3719 *3720 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3721 */3722 "mso-diagonal-down-color"?: MsoDiagonalDownColorProperty;3723 /**3724 * | Inherited | &vert; | Initial |3725 * | --------- | -- | ------------- |3726 * `false` | &vert; |`n/a` |3727 *3728 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3729 */3730 "mso-diagonal-down-source"?: MsoDiagonalDownSourceProperty;3731 /**3732 * | Inherited | &vert; | Initial |3733 * | --------- | -- | ------------- |3734 * `false` | &vert; |`none` |3735 *3736 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3737 */3738 "mso-diagonal-down-style"?: MsoDiagonalDownStyleProperty;3739 /**3740 * | Inherited | &vert; | Initial |3741 * | --------- | -- | ------------- |3742 * `false` | &vert; |`medium` |3743 *3744 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3745 */3746 "mso-diagonal-down-width"?: MsoDiagonalDownWidthProperty<TLength>;3747 /**3748 * | Inherited | &vert; | Initial |3749 * | --------- | -- | ------------- |3750 * `false` | &vert; |`n/a` |3751 *3752 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3753 */3754 "mso-diagonal-up"?: MsoDiagonalUpProperty<TLength>;3755 /**3756 * | Inherited | &vert; | Initial |3757 * | --------- | -- | ------------- |3758 * `false` | &vert; |`n/a` |3759 *3760 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3761 */3762 "mso-diagonal-up-color"?: MsoDiagonalUpColorProperty;3763 /**3764 * | Inherited | &vert; | Initial |3765 * | --------- | -- | ------------- |3766 * `false` | &vert; |`n/a` |3767 *3768 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3769 */3770 "mso-diagonal-up-source"?: MsoDiagonalUpSourceProperty;3771 /**3772 * | Inherited | &vert; | Initial |3773 * | --------- | -- | ------------- |3774 * `false` | &vert; |`none` |3775 *3776 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3777 */3778 "mso-diagonal-up-style"?: MsoDiagonalUpStyleProperty;3779 /**3780 * | Inherited | &vert; | Initial |3781 * | --------- | -- | ------------- |3782 * `false` | &vert; |`medium` |3783 *3784 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)3785 */3786 "mso-diagonal-up-width"?: MsoDiagonalUpWidthProperty<TLength>;3787 /**3788 * | Inherited | &vert; | Initial |3789 * | --------- | -- | ------------- |3790 * `false` | &vert; |`n/a` |3791 *3792 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3793 */3794 "mso-displayed-decimal-separator"?: MsoDisplayedDecimalSeparatorProperty;3795 /**3796 * | Inherited | &vert; | Initial |3797 * | --------- | -- | ------------- |3798 * `false` | &vert; |`n/a` |3799 *3800 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)3801 */3802 "mso-displayed-thousand-separator"?: MsoDisplayedThousandSeparatorProperty;3803 /**3804 * | Inherited | &vert; | Initial |3805 * | --------- | -- | ------------- |3806 * `false` | &vert; |`none` |3807 *3808 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3809 */3810 "mso-element"?: MsoElementProperty;3811 /**3812 * | Inherited | &vert; | Initial |3813 * | --------- | -- | ------------- |3814 * `false` | &vert; |`margin` |3815 *3816 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3817 */3818 "mso-element-anchor-horizontal"?: MsoElementAnchorHorizontalProperty;3819 /**3820 * | Inherited | &vert; | Initial |3821 * | --------- | -- | ------------- |3822 * `false` | &vert; |`auto` |3823 *3824 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3825 */3826 "mso-element-anchor-lock"?: MsoElementAnchorLockProperty;3827 /**3828 * | Inherited | &vert; | Initial |3829 * | --------- | -- | ------------- |3830 * `false` | &vert; |`margin` |3831 *3832 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3833 */3834 "mso-element-anchor-vertical"?: MsoElementAnchorVerticalProperty;3835 /**3836 * | Inherited | &vert; | Initial |3837 * | --------- | -- | ------------- |3838 * `false` | &vert; |`auto` |3839 *3840 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3841 */3842 "mso-element-frame-height"?: MsoElementFrameHeightProperty<TLength>;3843 /**3844 * | Inherited | &vert; | Initial |3845 * | --------- | -- | ------------- |3846 * `false` | &vert; |`n/a` |3847 *3848 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3849 */3850 "mso-element-frame-hspace"?: MsoElementFrameHspaceProperty<TLength>;3851 /**3852 * | Inherited | &vert; | Initial |3853 * | --------- | -- | ------------- |3854 * `false` | &vert; |`n/a` |3855 *3856 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3857 */3858 "mso-element-frame-vspace"?: MsoElementFrameVspaceProperty<TLength>;3859 /**3860 * | Inherited | &vert; | Initial |3861 * | --------- | -- | ------------- |3862 * `false` | &vert; |`auto` |3863 *3864 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3865 */3866 "mso-element-frame-width"?: MsoElementFrameWidthProperty<TLength>;3867 /**3868 * | Inherited | &vert; | Initial |3869 * | --------- | -- | ------------- |3870 * `false` | &vert; |`n/a` |3871 *3872 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3873 */3874 "mso-element-left"?: MsoElementLeftProperty<TLength>;3875 /**3876 * | Inherited | &vert; | Initial |3877 * | --------- | -- | ------------- |3878 * `false` | &vert; |`n/a` |3879 *3880 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3881 */3882 "mso-element-linespan"?: MsoElementLinespanProperty;3883 /**3884 * | Inherited | &vert; | Initial |3885 * | --------- | -- | ------------- |3886 * `false` | &vert; |`n/a` |3887 *3888 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3889 */3890 "mso-element-top"?: MsoElementTopProperty<TLength>;3891 /**3892 * | Inherited | &vert; | Initial |3893 * | --------- | -- | ------------- |3894 * `false` | &vert; |`none` |3895 *3896 * @see [`Frames and Drop Caps`](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm)3897 */3898 "mso-element-wrap"?: MsoElementWrapProperty;3899 /**3900 * | Inherited | &vert; | Initial |3901 * | --------- | -- | ------------- |3902 * `false` | &vert; |`n/a` |3903 *3904 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3905 */3906 "mso-endnote-continuation-notice"?: MsoEndnoteContinuationNoticeProperty;3907 /**3908 * | Inherited | &vert; | Initial |3909 * | --------- | -- | ------------- |3910 * `false` | &vert; |`n/a` |3911 *3912 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3913 */3914 "mso-endnote-continuation-notice-id"?: MsoEndnoteContinuationNoticeIdProperty;3915 /**3916 * | Inherited | &vert; | Initial |3917 * | --------- | -- | ------------- |3918 * `false` | &vert; |`n/a` |3919 *3920 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3921 */3922 "mso-endnote-continuation-notice-src"?: MsoEndnoteContinuationNoticeSrcProperty;3923 /**3924 * | Inherited | &vert; | Initial |3925 * | --------- | -- | ------------- |3926 * `false` | &vert; |`n/a` |3927 *3928 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3929 */3930 "mso-endnote-continuation-separator"?: MsoEndnoteContinuationSeparatorProperty;3931 /**3932 * | Inherited | &vert; | Initial |3933 * | --------- | -- | ------------- |3934 * `false` | &vert; |`n/a` |3935 *3936 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3937 */3938 "mso-endnote-continuation-separator-id"?: MsoEndnoteContinuationSeparatorIdProperty;3939 /**3940 * | Inherited | &vert; | Initial |3941 * | --------- | -- | ------------- |3942 * `false` | &vert; |`n/a` |3943 *3944 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3945 */3946 "mso-endnote-continuation-separator-src"?: MsoEndnoteContinuationSeparatorSrcProperty;3947 /**3948 * | Inherited | &vert; | Initial |3949 * | --------- | -- | ------------- |3950 * `false` | &vert; |`normal` |3951 *3952 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3953 */3954 "mso-endnote-display"?: MsoEndnoteDisplayProperty;3955 /**3956 * | Inherited | &vert; | Initial |3957 * | --------- | -- | ------------- |3958 * `false` | &vert; |`n/a` |3959 *3960 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3961 */3962 "mso-endnote-id"?: MsoEndnoteIdProperty;3963 /**3964 * | Inherited | &vert; | Initial |3965 * | --------- | -- | ------------- |3966 * `false` | &vert; |`n/a` |3967 *3968 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3969 */3970 "mso-endnote-numbering"?: MsoEndnoteNumberingProperty;3971 /**3972 * | Inherited | &vert; | Initial |3973 * | --------- | -- | ------------- |3974 * `false` | &vert; |`auto` |3975 *3976 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3977 */3978 "mso-endnote-numbering-restart"?: MsoEndnoteNumberingRestartProperty;3979 /**3980 * | Inherited | &vert; | Initial |3981 * | --------- | -- | ------------- |3982 * `false` | &vert; |`1` |3983 *3984 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3985 */3986 "mso-endnote-numbering-start"?: MsoEndnoteNumberingStartProperty;3987 /**3988 * | Inherited | &vert; | Initial |3989 * | --------- | -- | ------------- |3990 * `false` | &vert; |`arabic` |3991 *3992 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)3993 */3994 "mso-endnote-numbering-style"?: MsoEndnoteNumberingStyleProperty;3995 /**3996 * | Inherited | &vert; | Initial |3997 * | --------- | -- | ------------- |3998 * `false` | &vert; |`end-of-document` |3999 *4000 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4001 */4002 "mso-endnote-position"?: MsoEndnotePositionProperty;4003 /**4004 * | Inherited | &vert; | Initial |4005 * | --------- | -- | ------------- |4006 * `false` | &vert; |`n/a` |4007 *4008 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4009 */4010 "mso-endnote-separator"?: MsoEndnoteSeparatorProperty;4011 /**4012 * | Inherited | &vert; | Initial |4013 * | --------- | -- | ------------- |4014 * `false` | &vert; |`n/a` |4015 *4016 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4017 */4018 "mso-endnote-separator-id"?: MsoEndnoteSeparatorIdProperty;4019 /**4020 * | Inherited | &vert; | Initial |4021 * | --------- | -- | ------------- |4022 * `false` | &vert; |`n/a` |4023 *4024 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4025 */4026 "mso-endnote-separator-src"?: MsoEndnoteSeparatorSrcProperty;4027 /**4028 * | Inherited | &vert; | Initial |4029 * | --------- | -- | ------------- |4030 * `false` | &vert; |`n/a` |4031 *4032 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4033 */4034 "mso-even-footer"?: MsoEvenFooterProperty;4035 /**4036 * | Inherited | &vert; | Initial |4037 * | --------- | -- | ------------- |4038 * `false` | &vert; |`n/a` |4039 *4040 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4041 */4042 "mso-even-footer-id"?: MsoEvenFooterIdProperty;4043 /**4044 * | Inherited | &vert; | Initial |4045 * | --------- | -- | ------------- |4046 * `false` | &vert; |`n/a` |4047 *4048 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4049 */4050 "mso-even-footer-src"?: MsoEvenFooterSrcProperty;4051 /**4052 * | Inherited | &vert; | Initial |4053 * | --------- | -- | ------------- |4054 * `false` | &vert; |`n/a` |4055 *4056 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4057 */4058 "mso-even-header"?: MsoEvenHeaderProperty;4059 /**4060 * | Inherited | &vert; | Initial |4061 * | --------- | -- | ------------- |4062 * `false` | &vert; |`n/a` |4063 *4064 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4065 */4066 "mso-even-header-id"?: MsoEvenHeaderIdProperty;4067 /**4068 * | Inherited | &vert; | Initial |4069 * | --------- | -- | ------------- |4070 * `false` | &vert; |`n/a` |4071 *4072 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4073 */4074 "mso-even-header-src"?: MsoEvenHeaderSrcProperty;4075 /**4076 * | Inherited | &vert; | Initial |4077 * | --------- | -- | ------------- |4078 * `false` | &vert; |`no` |4079 *4080 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4081 */4082 "mso-facing-pages"?: MsoFacingPagesProperty;4083 /**4084 * | Inherited | &vert; | Initial |4085 * | --------- | -- | ------------- |4086 * `false` | &vert; |`n/a` |4087 *4088 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4089 */4090 "mso-field-change"?: MsoFieldChangeProperty;4091 /**4092 * | Inherited | &vert; | Initial |4093 * | --------- | -- | ------------- |4094 * `false` | &vert; |`n/a` |4095 *4096 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4097 */4098 "mso-field-change-author"?: MsoFieldChangeAuthorProperty;4099 /**4100 * | Inherited | &vert; | Initial |4101 * | --------- | -- | ------------- |4102 * `false` | &vert; |`n/a` |4103 *4104 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4105 */4106 "mso-field-change-time"?: MsoFieldChangeTimeProperty;4107 /**4108 * | Inherited | &vert; | Initial |4109 * | --------- | -- | ------------- |4110 * `false` | &vert; |`n/a` |4111 *4112 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4113 */4114 "mso-field-change-value"?: MsoFieldChangeValueProperty;4115 /**4116 * | Inherited | &vert; | Initial |4117 * | --------- | -- | ------------- |4118 * `false` | &vert; |`n/a` |4119 *4120 * @see [`Fields`](https://stigmortenmyre.no/mso/html/word/wdconfields.htm)4121 */4122 "mso-field-code"?: MsoFieldCodeProperty;4123 /**4124 * | Inherited | &vert; | Initial |4125 * | --------- | -- | ------------- |4126 * `false` | &vert; |`n/a` |4127 *4128 * @see [`Fields`](https://stigmortenmyre.no/mso/html/word/wdconfields.htm)4129 */4130 "mso-field-lock"?: MsoFieldLockProperty;4131 /**4132 * | Inherited | &vert; | Initial |4133 * | --------- | -- | ------------- |4134 * `false` | &vert; |`n/a` |4135 */4136 "mso-fills-color"?: MsoFillsColorProperty;4137 /**4138 * | Inherited | &vert; | Initial |4139 * | --------- | -- | ------------- |4140 * `false` | &vert; |`n/a` |4141 *4142 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4143 */4144 "mso-first-footer"?: MsoFirstFooterProperty;4145 /**4146 * | Inherited | &vert; | Initial |4147 * | --------- | -- | ------------- |4148 * `false` | &vert; |`n/a` |4149 *4150 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4151 */4152 "mso-first-footer-id"?: MsoFirstFooterIdProperty;4153 /**4154 * | Inherited | &vert; | Initial |4155 * | --------- | -- | ------------- |4156 * `false` | &vert; |`n/a` |4157 *4158 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4159 */4160 "mso-first-footer-src"?: MsoFirstFooterSrcProperty;4161 /**4162 * | Inherited | &vert; | Initial |4163 * | --------- | -- | ------------- |4164 * `false` | &vert; |`n/a` |4165 *4166 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4167 */4168 "mso-first-header"?: MsoFirstHeaderProperty;4169 /**4170 * | Inherited | &vert; | Initial |4171 * | --------- | -- | ------------- |4172 * `false` | &vert; |`n/a` |4173 *4174 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4175 */4176 "mso-first-header-id"?: MsoFirstHeaderIdProperty;4177 /**4178 * | Inherited | &vert; | Initial |4179 * | --------- | -- | ------------- |4180 * `false` | &vert; |`n/a` |4181 *4182 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4183 */4184 "mso-first-header-src"?: MsoFirstHeaderSrcProperty;4185 /**4186 * | Inherited | &vert; | Initial |4187 * | --------- | -- | ------------- |4188 * `true` | &vert; |`n/a` |4189 *4190 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)4191 */4192 "mso-font-charset"?: MsoFontCharsetProperty;4193 /**4194 * | Inherited | &vert; | Initial |4195 * | --------- | -- | ------------- |4196 * `false` | &vert; |`truetype` |4197 */4198 "mso-font-format"?: MsoFontFormatProperty;4199 /**4200 * | Inherited | &vert; | Initial |4201 * | --------- | -- | ------------- |4202 * `false` | &vert; |`n/a` |4203 */4204 "mso-font-info"?: MsoFontInfoProperty;4205 /**4206 * | Inherited | &vert; | Initial |4207 * | --------- | -- | ------------- |4208 * `true` | &vert; |`Ansi` |4209 */4210 "mso-font-info-charset"?: MsoFontInfoCharsetProperty;4211 /**4212 * | Inherited | &vert; | Initial |4213 * | --------- | -- | ------------- |4214 * `true` | &vert; |`auto` |4215 */4216 "mso-font-info-type"?: MsoFontInfoTypeProperty;4217 /**4218 * | Inherited | &vert; | Initial |4219 * | --------- | -- | ------------- |4220 * `false` | &vert; |`none` |4221 *4222 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4223 */4224 "mso-font-kerning"?: MsoFontKerningProperty<TLength>;4225 /**4226 * | Inherited | &vert; | Initial |4227 * | --------- | -- | ------------- |4228 * `false` | &vert; |`auto` |4229 */4230 "mso-font-pitch"?: MsoFontPitchProperty;4231 /**4232 * | Inherited | &vert; | Initial |4233 * | --------- | -- | ------------- |4234 * `false` | &vert; |`n/a` |4235 */4236 "mso-font-signature"?: MsoFontSignatureProperty;4237 /**4238 * | Inherited | &vert; | Initial |4239 * | --------- | -- | ------------- |4240 * `false` | &vert; |`n/a` |4241 */4242 "mso-font-signature-csb-one"?: MsoFontSignatureCsbOneProperty;4243 /**4244 * | Inherited | &vert; | Initial |4245 * | --------- | -- | ------------- |4246 * `false` | &vert; |`n/a` |4247 */4248 "mso-font-signature-csb-two"?: MsoFontSignatureCsbTwoProperty;4249 /**4250 * | Inherited | &vert; | Initial |4251 * | --------- | -- | ------------- |4252 * `false` | &vert; |`n/a` |4253 */4254 "mso-font-signature-usb-four"?: MsoFontSignatureUsbFourProperty;4255 /**4256 * | Inherited | &vert; | Initial |4257 * | --------- | -- | ------------- |4258 * `false` | &vert; |`n/a` |4259 */4260 "mso-font-signature-usb-one"?: MsoFontSignatureUsbOneProperty;4261 /**4262 * | Inherited | &vert; | Initial |4263 * | --------- | -- | ------------- |4264 * `false` | &vert; |`n/a` |4265 */4266 "mso-font-signature-usb-three"?: MsoFontSignatureUsbThreeProperty;4267 /**4268 * | Inherited | &vert; | Initial |4269 * | --------- | -- | ------------- |4270 * `false` | &vert; |`n/a` |4271 */4272 "mso-font-signature-usb-two"?: MsoFontSignatureUsbTwoProperty;4273 /**4274 * | Inherited | &vert; | Initial |4275 * | --------- | -- | ------------- |4276 * `false` | &vert; |`n/a` |4277 */4278 "mso-font-src"?: MsoFontSrcProperty;4279 /**4280 * | Inherited | &vert; | Initial |4281 * | --------- | -- | ------------- |4282 * `false` | &vert; |`n/a` |4283 *4284 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)4285 */4286 "mso-font-width"?: MsoFontWidthProperty<TLength>;4287 /**4288 * | Inherited | &vert; | Initial |4289 * | --------- | -- | ------------- |4290 * `false` | &vert; |`n/a` |4291 *4292 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4293 */4294 "mso-footer"?: MsoFooterProperty;4295 /**4296 * | Inherited | &vert; | Initial |4297 * | --------- | -- | ------------- |4298 * `false` | &vert; |`n/a` |4299 *4300 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4301 */4302 "mso-footer-data"?: MsoFooterDataProperty;4303 /**4304 * | Inherited | &vert; | Initial |4305 * | --------- | -- | ------------- |4306 * `false` | &vert; |`n/a` |4307 *4308 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4309 */4310 "mso-footer-id"?: MsoFooterIdProperty;4311 /**4312 * | Inherited | &vert; | Initial |4313 * | --------- | -- | ------------- |4314 * `false` | &vert; |`n/a` |4315 *4316 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4317 */4318 "mso-footer-margin"?: MsoFooterMarginProperty<TLength>;4319 /**4320 * | Inherited | &vert; | Initial |4321 * | --------- | -- | ------------- |4322 * `false` | &vert; |`n/a` |4323 *4324 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4325 */4326 "mso-footer-src"?: MsoFooterSrcProperty;4327 /**4328 * | Inherited | &vert; | Initial |4329 * | --------- | -- | ------------- |4330 * `false` | &vert; |`n/a` |4331 *4332 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4333 */4334 "mso-footnote-continuation-notice"?: MsoFootnoteContinuationNoticeProperty;4335 /**4336 * | Inherited | &vert; | Initial |4337 * | --------- | -- | ------------- |4338 * `false` | &vert; |`n/a` |4339 *4340 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4341 */4342 "mso-footnote-continuation-notice-id"?: MsoFootnoteContinuationNoticeIdProperty;4343 /**4344 * | Inherited | &vert; | Initial |4345 * | --------- | -- | ------------- |4346 * `false` | &vert; |`n/a` |4347 *4348 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4349 */4350 "mso-footnote-continuation-notice-src"?: MsoFootnoteContinuationNoticeSrcProperty;4351 /**4352 * | Inherited | &vert; | Initial |4353 * | --------- | -- | ------------- |4354 * `false` | &vert; |`n/a` |4355 *4356 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4357 */4358 "mso-footnote-continuation-separator"?: MsoFootnoteContinuationSeparatorProperty;4359 /**4360 * | Inherited | &vert; | Initial |4361 * | --------- | -- | ------------- |4362 * `false` | &vert; |`n/a` |4363 *4364 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4365 */4366 "mso-footnote-continuation-separator-id"?: MsoFootnoteContinuationSeparatorIdProperty;4367 /**4368 * | Inherited | &vert; | Initial |4369 * | --------- | -- | ------------- |4370 * `false` | &vert; |`n/a` |4371 *4372 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4373 */4374 "mso-footnote-continuation-separator-src"?: MsoFootnoteContinuationSeparatorSrcProperty;4375 /**4376 * | Inherited | &vert; | Initial |4377 * | --------- | -- | ------------- |4378 * `false` | &vert; |`n/a` |4379 *4380 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4381 */4382 "mso-footnote-id"?: MsoFootnoteIdProperty;4383 /**4384 * | Inherited | &vert; | Initial |4385 * | --------- | -- | ------------- |4386 * `false` | &vert; |`n/a` |4387 *4388 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4389 */4390 "mso-footnote-numbering"?: MsoFootnoteNumberingProperty;4391 /**4392 * | Inherited | &vert; | Initial |4393 * | --------- | -- | ------------- |4394 * `false` | &vert; |`auto` |4395 *4396 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4397 */4398 "mso-footnote-numbering-restart"?: MsoFootnoteNumberingRestartProperty;4399 /**4400 * | Inherited | &vert; | Initial |4401 * | --------- | -- | ------------- |4402 * `false` | &vert; |`1` |4403 *4404 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4405 */4406 "mso-footnote-numbering-start"?: MsoFootnoteNumberingStartProperty;4407 /**4408 * | Inherited | &vert; | Initial |4409 * | --------- | -- | ------------- |4410 * `false` | &vert; |`arabic` |4411 *4412 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4413 */4414 "mso-footnote-numbering-style"?: MsoFootnoteNumberingStyleProperty;4415 /**4416 * | Inherited | &vert; | Initial |4417 * | --------- | -- | ------------- |4418 * `false` | &vert; |`beneath-text` |4419 *4420 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4421 */4422 "mso-footnote-position"?: MsoFootnotePositionProperty;4423 /**4424 * | Inherited | &vert; | Initial |4425 * | --------- | -- | ------------- |4426 * `false` | &vert; |`n/a` |4427 *4428 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4429 */4430 "mso-footnote-separator"?: MsoFootnoteSeparatorProperty;4431 /**4432 * | Inherited | &vert; | Initial |4433 * | --------- | -- | ------------- |4434 * `false` | &vert; |`n/a` |4435 *4436 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4437 */4438 "mso-footnote-separator-id"?: MsoFootnoteSeparatorIdProperty;4439 /**4440 * | Inherited | &vert; | Initial |4441 * | --------- | -- | ------------- |4442 * `false` | &vert; |`n/a` |4443 *4444 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4445 */4446 "mso-footnote-separator-src"?: MsoFootnoteSeparatorSrcProperty;4447 /**4448 * | Inherited | &vert; | Initial |4449 * | --------- | -- | ------------- |4450 * `false` | &vert; |`n/a` |4451 */4452 "mso-foreground"?: MsoForegroundProperty;4453 /**4454 * | Inherited | &vert; | Initial |4455 * | --------- | -- | ------------- |4456 * `true` | &vert; |`yes` |4457 *4458 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4459 */4460 "mso-forms-protection"?: MsoFormsProtectionProperty;4461 /**4462 * | Inherited | &vert; | Initial |4463 * | --------- | -- | ------------- |4464 * `true` | &vert; |`auto` |4465 */4466 "mso-generic-font-family"?: MsoGenericFontFamilyProperty;4467 /**4468 * | Inherited | &vert; | Initial |4469 * | --------- | -- | ------------- |4470 * `false` | &vert; |`n/a` |4471 *4472 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4473 */4474 "mso-grid-bottom"?: MsoGridBottomProperty<TLength>;4475 /**4476 * | Inherited | &vert; | Initial |4477 * | --------- | -- | ------------- |4478 * `false` | &vert; |`n/a` |4479 *4480 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4481 */4482 "mso-grid-bottom-count"?: MsoGridBottomCountProperty;4483 /**4484 * | Inherited | &vert; | Initial |4485 * | --------- | -- | ------------- |4486 * `false` | &vert; |`n/a` |4487 *4488 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4489 */4490 "mso-grid-left"?: MsoGridLeftProperty<TLength>;4491 /**4492 * | Inherited | &vert; | Initial |4493 * | --------- | -- | ------------- |4494 * `false` | &vert; |`n/a` |4495 *4496 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4497 */4498 "mso-grid-left-count"?: MsoGridLeftCountProperty;4499 /**4500 * | Inherited | &vert; | Initial |4501 * | --------- | -- | ------------- |4502 * `false` | &vert; |`n/a` |4503 *4504 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4505 */4506 "mso-grid-right"?: MsoGridRightProperty<TLength>;4507 /**4508 * | Inherited | &vert; | Initial |4509 * | --------- | -- | ------------- |4510 * `false` | &vert; |`n/a` |4511 *4512 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4513 */4514 "mso-grid-right-count"?: MsoGridRightCountProperty;4515 /**4516 * | Inherited | &vert; | Initial |4517 * | --------- | -- | ------------- |4518 * `false` | &vert; |`n/a` |4519 *4520 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4521 */4522 "mso-grid-top"?: MsoGridTopProperty<TLength>;4523 /**4524 * | Inherited | &vert; | Initial |4525 * | --------- | -- | ------------- |4526 * `false` | &vert; |`n/a` |4527 *4528 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4529 */4530 "mso-grid-top-count"?: MsoGridTopCountProperty;4531 /**4532 * | Inherited | &vert; | Initial |4533 * | --------- | -- | ------------- |4534 * `false` | &vert; |`ltr` |4535 *4536 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4537 */4538 "mso-gutter-direction"?: MsoGutterDirectionProperty;4539 /**4540 * | Inherited | &vert; | Initial |4541 * | --------- | -- | ------------- |4542 * `false` | &vert; |`n/a` |4543 *4544 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4545 */4546 "mso-gutter-margin"?: MsoGutterMarginProperty<TLength>;4547 /**4548 * | Inherited | &vert; | Initial |4549 * | --------- | -- | ------------- |4550 * `false` | &vert; |`side` |4551 *4552 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4553 */4554 "mso-gutter-position"?: MsoGutterPositionProperty;4555 /**4556 * | Inherited | &vert; | Initial |4557 * | --------- | -- | ------------- |4558 * `true` | &vert; |`n/a` |4559 *4560 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)4561 */4562 "mso-hansi-font-family"?: MsoHansiFontFamilyProperty;4563 /**4564 * | Inherited | &vert; | Initial |4565 * | --------- | -- | ------------- |4566 * `false` | &vert; |`n/a` |4567 *4568 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4569 */4570 "mso-header"?: MsoHeaderProperty;4571 /**4572 * | Inherited | &vert; | Initial |4573 * | --------- | -- | ------------- |4574 * `false` | &vert; |`n/a` |4575 *4576 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4577 */4578 "mso-header-data"?: MsoHeaderDataProperty;4579 /**4580 * | Inherited | &vert; | Initial |4581 * | --------- | -- | ------------- |4582 * `false` | &vert; |`n/a` |4583 *4584 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4585 */4586 "mso-header-id"?: MsoHeaderIdProperty;4587 /**4588 * | Inherited | &vert; | Initial |4589 * | --------- | -- | ------------- |4590 * `false` | &vert; |`n/a` |4591 *4592 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4593 */4594 "mso-header-margin"?: MsoHeaderMarginProperty<TLength>;4595 /**4596 * | Inherited | &vert; | Initial |4597 * | --------- | -- | ------------- |4598 * `false` | &vert; |`n/a` |4599 *4600 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4601 */4602 "mso-header-src"?: MsoHeaderSrcProperty;4603 /**4604 * | Inherited | &vert; | Initial |4605 * | --------- | -- | ------------- |4606 * `true` | &vert; |`n/a` |4607 *4608 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)4609 */4610 "mso-height-rule"?: MsoHeightRuleProperty;4611 /**4612 * | Inherited | &vert; | Initial |4613 * | --------- | -- | ------------- |4614 * `true` | &vert; |`n/a` |4615 *4616 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)4617 */4618 "mso-height-source"?: MsoHeightSourceProperty;4619 /**4620 * | Inherited | &vert; | Initial |4621 * | --------- | -- | ------------- |4622 * `true` | &vert; |`none` |4623 *4624 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)4625 */4626 "mso-hide"?: MsoHideProperty;4627 /**4628 * | Inherited | &vert; | Initial |4629 * | --------- | -- | ------------- |4630 * `false` | &vert; |`n/a` |4631 *4632 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)4633 */4634 "mso-highlight"?: MsoHighlightProperty;4635 /**4636 * | Inherited | &vert; | Initial |4637 * | --------- | -- | ------------- |4638 * `false` | &vert; |`left` |4639 *4640 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4641 */4642 "mso-horizontal-page-align"?: MsoHorizontalPageAlignProperty;4643 /**4644 * | Inherited | &vert; | Initial |4645 * | --------- | -- | ------------- |4646 * `false` | &vert; |`auto` |4647 *4648 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)4649 */4650 "mso-hyphenate"?: MsoHyphenateProperty;4651 /**4652 * | Inherited | &vert; | Initial |4653 * | --------- | -- | ------------- |4654 * `false` | &vert; |`n/a` |4655 *4656 * @see [`Saving and Opening Html Files`](https://stigmortenmyre.no/mso/html/excel/xlconloadinghtml.htm)4657 */4658 "mso-ignore"?: MsoIgnoreProperty;4659 /**4660 * | Inherited | &vert; | Initial |4661 * | --------- | -- | ------------- |4662 * `false` | &vert; |`n/a` |4663 *4664 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4665 */4666 "mso-kinsoku-overflow"?: MsoKinsokuOverflowProperty;4667 /**4668 * | Inherited | &vert; | Initial |4669 * | --------- | -- | ------------- |4670 * `false` | &vert; |`none` |4671 *4672 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4673 */4674 "mso-layout-grid-align"?: MsoLayoutGridAlignProperty;4675 /**4676 * | Inherited | &vert; | Initial |4677 * | --------- | -- | ------------- |4678 * `false` | &vert; |`n/a` |4679 *4680 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4681 */4682 "mso-layout-grid-origin"?: MsoLayoutGridOriginProperty<TLength>;4683 /**4684 * | Inherited | &vert; | Initial |4685 * | --------- | -- | ------------- |4686 * `true` | &vert; |`normal` |4687 *4688 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4689 */4690 "mso-level-inherit"?: MsoLevelInheritProperty;4691 /**4692 * | Inherited | &vert; | Initial |4693 * | --------- | -- | ------------- |4694 * `true` | &vert; |`no` |4695 *4696 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4697 */4698 "mso-level-legacy"?: MsoLevelLegacyProperty;4699 /**4700 * | Inherited | &vert; | Initial |4701 * | --------- | -- | ------------- |4702 * `true` | &vert; |`n/a` |4703 *4704 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4705 */4706 "mso-level-legacy-indent"?: MsoLevelLegacyIndentProperty<TLength>;4707 /**4708 * | Inherited | &vert; | Initial |4709 * | --------- | -- | ------------- |4710 * `true` | &vert; |`n/a` |4711 *4712 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4713 */4714 "mso-level-legacy-space"?: MsoLevelLegacySpaceProperty<TLength>;4715 /**4716 * | Inherited | &vert; | Initial |4717 * | --------- | -- | ------------- |4718 * `true` | &vert; |`no` |4719 *4720 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4721 */4722 "mso-level-legal-format"?: MsoLevelLegalFormatProperty;4723 /**4724 * | Inherited | &vert; | Initial |4725 * | --------- | -- | ------------- |4726 * `true` | &vert; |`arabic` |4727 *4728 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4729 */4730 "mso-level-number-format"?: MsoLevelNumberFormatProperty;4731 /**4732 * | Inherited | &vert; | Initial |4733 * | --------- | -- | ------------- |4734 * `true` | &vert; |`left` |4735 *4736 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4737 */4738 "mso-level-number-position"?: MsoLevelNumberPositionProperty;4739 /**4740 * | Inherited | &vert; | Initial |4741 * | --------- | -- | ------------- |4742 * `true` | &vert; |`restart` |4743 *4744 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4745 */4746 "mso-level-numbering"?: MsoLevelNumberingProperty;4747 /**4748 * | Inherited | &vert; | Initial |4749 * | --------- | -- | ------------- |4750 * `true` | &vert; |`none` |4751 *4752 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4753 */4754 "mso-level-reset-level"?: MsoLevelResetLevelProperty;4755 /**4756 * | Inherited | &vert; | Initial |4757 * | --------- | -- | ------------- |4758 * `true` | &vert; |`1` |4759 *4760 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4761 */4762 "mso-level-start-at"?: MsoLevelStartAtProperty;4763 /**4764 * | Inherited | &vert; | Initial |4765 * | --------- | -- | ------------- |4766 * `true` | &vert; |`n/a` |4767 *4768 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4769 */4770 "mso-level-style-link"?: MsoLevelStyleLinkProperty;4771 /**4772 * | Inherited | &vert; | Initial |4773 * | --------- | -- | ------------- |4774 * `true` | &vert; |`tab` |4775 *4776 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4777 */4778 "mso-level-suffix"?: MsoLevelSuffixProperty;4779 /**4780 * | Inherited | &vert; | Initial |4781 * | --------- | -- | ------------- |4782 * `true` | &vert; |`n/a` |4783 *4784 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4785 */4786 "mso-level-tab-stop"?: MsoLevelTabStopProperty<TLength>;4787 /**4788 * | Inherited | &vert; | Initial |4789 * | --------- | -- | ------------- |4790 * `true` | &vert; |`n/a` |4791 *4792 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4793 */4794 "mso-level-text"?: MsoLevelTextProperty;4795 /**4796 * | Inherited | &vert; | Initial |4797 * | --------- | -- | ------------- |4798 * `false` | &vert; |`none` |4799 *4800 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4801 */4802 "mso-line-break-override"?: MsoLineBreakOverrideProperty;4803 /**4804 * | Inherited | &vert; | Initial |4805 * | --------- | -- | ------------- |4806 * `false` | &vert; |`n/a` |4807 *4808 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)4809 */4810 "mso-line-grid"?: MsoLineGridProperty;4811 /**4812 * | Inherited | &vert; | Initial |4813 * | --------- | -- | ------------- |4814 * `false` | &vert; |`n/a` |4815 *4816 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4817 */4818 "mso-line-height-rule"?: MsoLineHeightRuleProperty;4819 /**4820 * | Inherited | &vert; | Initial |4821 * | --------- | -- | ------------- |4822 * `false` | &vert; |`none` |4823 *4824 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4825 */4826 "mso-line-numbers-count-by"?: MsoLineNumbersCountByProperty;4827 /**4828 * | Inherited | &vert; | Initial |4829 * | --------- | -- | ------------- |4830 * `false` | &vert; |`n/a` |4831 *4832 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4833 */4834 "mso-line-numbers-distance"?: MsoLineNumbersDistanceProperty<TLength>;4835 /**4836 * | Inherited | &vert; | Initial |4837 * | --------- | -- | ------------- |4838 * `false` | &vert; |`continuous` |4839 *4840 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4841 */4842 "mso-line-numbers-restart"?: MsoLineNumbersRestartProperty;4843 /**4844 * | Inherited | &vert; | Initial |4845 * | --------- | -- | ------------- |4846 * `false` | &vert; |`1` |4847 *4848 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4849 */4850 "mso-line-numbers-start"?: MsoLineNumbersStartProperty;4851 /**4852 * | Inherited | &vert; | Initial |4853 * | --------- | -- | ------------- |4854 * `false` | &vert; |`n/a` |4855 */4856 "mso-line-spacing"?: MsoLineSpacingProperty;4857 /**4858 * | Inherited | &vert; | Initial |4859 * | --------- | -- | ------------- |4860 * `false` | &vert; |`linked` |4861 */4862 "mso-linked-frame"?: MsoLinkedFrameProperty;4863 /**4864 * | Inherited | &vert; | Initial |4865 * | --------- | -- | ------------- |4866 * `true` | &vert; |`n/a` |4867 *4868 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4869 */4870 "mso-list"?: MsoListProperty;4871 /**4872 * | Inherited | &vert; | Initial |4873 * | --------- | -- | ------------- |4874 * `false` | &vert; |`n/a` |4875 *4876 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4877 */4878 "mso-list-change"?: MsoListChangeProperty;4879 /**4880 * | Inherited | &vert; | Initial |4881 * | --------- | -- | ------------- |4882 * `false` | &vert; |`n/a` |4883 *4884 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4885 */4886 "mso-list-change-author"?: MsoListChangeAuthorProperty;4887 /**4888 * | Inherited | &vert; | Initial |4889 * | --------- | -- | ------------- |4890 * `false` | &vert; |`n/a` |4891 *4892 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4893 */4894 "mso-list-change-time"?: MsoListChangeTimeProperty;4895 /**4896 * | Inherited | &vert; | Initial |4897 * | --------- | -- | ------------- |4898 * `false` | &vert; |`n/a` |4899 *4900 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4901 */4902 "mso-list-change-values"?: MsoListChangeValuesProperty;4903 /**4904 * | Inherited | &vert; | Initial |4905 * | --------- | -- | ------------- |4906 * `true` | &vert; |`n/a` |4907 *4908 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4909 */4910 "mso-list-id"?: MsoListIdProperty;4911 /**4912 * | Inherited | &vert; | Initial |4913 * | --------- | -- | ------------- |4914 * `false` | &vert; |`n/a` |4915 *4916 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4917 */4918 "mso-list-ins"?: MsoListInsProperty;4919 /**4920 * | Inherited | &vert; | Initial |4921 * | --------- | -- | ------------- |4922 * `false` | &vert; |`n/a` |4923 *4924 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4925 */4926 "mso-list-ins-author"?: MsoListInsAuthorProperty;4927 /**4928 * | Inherited | &vert; | Initial |4929 * | --------- | -- | ------------- |4930 * `false` | &vert; |`n/a` |4931 *4932 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)4933 */4934 "mso-list-ins-time"?: MsoListInsTimeProperty;4935 /**4936 * | Inherited | &vert; | Initial |4937 * | --------- | -- | ------------- |4938 * `true` | &vert; |`n/a` |4939 *4940 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4941 */4942 "mso-list-name"?: MsoListNameProperty;4943 /**4944 * | Inherited | &vert; | Initial |4945 * | --------- | -- | ------------- |4946 * `true` | &vert; |`n/a` |4947 *4948 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4949 */4950 "mso-list-template-ids"?: MsoListTemplateIdsProperty;4951 /**4952 * | Inherited | &vert; | Initial |4953 * | --------- | -- | ------------- |4954 * `true` | &vert; |`multilevel` |4955 *4956 * @see [`Bullets and Numbered Lists`](https://stigmortenmyre.no/mso/html/concepts/ofconbullets.htm)4957 */4958 "mso-list-type"?: MsoListTypeProperty;4959 /**4960 * | Inherited | &vert; | Initial |4961 * | --------- | -- | ------------- |4962 * `false` | &vert; |`no` |4963 *4964 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4965 */4966 "mso-mirror-margins"?: MsoMirrorMarginsProperty;4967 /**4968 * | Inherited | &vert; | Initial |4969 * | --------- | -- | ------------- |4970 * `false` | &vert; |`yes` |4971 *4972 * @see [`Whitespace`](https://stigmortenmyre.no/mso/html/concepts/ofconwhitespace.htm)4973 */4974 "mso-negative-indent-tab"?: MsoNegativeIndentTabProperty;4975 /**4976 * | Inherited | &vert; | Initial |4977 * | --------- | -- | ------------- |4978 * `false` | &vert; |`n/a` |4979 *4980 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)4981 */4982 "mso-number-format"?: MsoNumberFormatProperty;4983 /**4984 * | Inherited | &vert; | Initial |4985 * | --------- | -- | ------------- |4986 * `false` | &vert; |`n/a` |4987 *4988 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4989 */4990 "mso-outline-level"?: MsoOutlineLevelProperty;4991 /**4992 * | Inherited | &vert; | Initial |4993 * | --------- | -- | ------------- |4994 * `false` | &vert; |`n/a` |4995 *4996 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)4997 */4998 "mso-outline-parent"?: MsoOutlineParentProperty;4999 /**5000 * | Inherited | &vert; | Initial |5001 * | --------- | -- | ------------- |5002 * `false` | &vert; |`right` |5003 *5004 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5005 */5006 "mso-outline-parent-col"?: MsoOutlineParentColProperty;5007 /**5008 * | Inherited | &vert; | Initial |5009 * | --------- | -- | ------------- |5010 * `false` | &vert; |`bottom` |5011 *5012 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5013 */5014 "mso-outline-parent-row"?: MsoOutlineParentRowProperty;5015 /**5016 * | Inherited | &vert; | Initial |5017 * | --------- | -- | ------------- |5018 * `false` | &vert; |`expanded` |5019 *5020 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5021 */5022 "mso-outline-parent-visibility"?: MsoOutlineParentVisibilityProperty;5023 /**5024 * | Inherited | &vert; | Initial |5025 * | --------- | -- | ------------- |5026 * `false` | &vert; |`userset` |5027 *5028 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5029 */5030 "mso-outline-style"?: MsoOutlineStyleProperty;5031 /**5032 * | Inherited | &vert; | Initial |5033 * | --------- | -- | ------------- |5034 * `true` | &vert; |`n/a` |5035 */5036 "mso-padding-between"?: MsoPaddingBetweenProperty<TLength>;5037 /**5038 * | Inherited | &vert; | Initial |5039 * | --------- | -- | ------------- |5040 * `false` | &vert; |`no` |5041 *5042 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5043 */5044 "mso-page-border-aligned"?: MsoPageBorderAlignedProperty;5045 /**5046 * | Inherited | &vert; | Initial |5047 * | --------- | -- | ------------- |5048 * `true` | &vert; |`none` |5049 *5050 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5051 */5052 "mso-page-border-art"?: MsoPageBorderArtProperty;5053 /**5054 * | Inherited | &vert; | Initial |5055 * | --------- | -- | ------------- |5056 * `false` | &vert; |`none` |5057 *5058 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5059 */5060 "mso-page-border-bottom-art"?: MsoPageBorderBottomArtProperty;5061 /**5062 * | Inherited | &vert; | Initial |5063 * | --------- | -- | ------------- |5064 * `false` | &vert; |`all-pages` |5065 *5066 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5067 */5068 "mso-page-border-display"?: MsoPageBorderDisplayProperty;5069 /**5070 * | Inherited | &vert; | Initial |5071 * | --------- | -- | ------------- |5072 * `false` | &vert; |`none` |5073 *5074 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5075 */5076 "mso-page-border-left-art"?: MsoPageBorderLeftArtProperty;5077 /**5078 * | Inherited | &vert; | Initial |5079 * | --------- | -- | ------------- |5080 * `false` | &vert; |`edge` |5081 *5082 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5083 */5084 "mso-page-border-offset-from"?: MsoPageBorderOffsetFromProperty;5085 /**5086 * | Inherited | &vert; | Initial |5087 * | --------- | -- | ------------- |5088 * `false` | &vert; |`none` |5089 *5090 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5091 */5092 "mso-page-border-right-art"?: MsoPageBorderRightArtProperty;5093 /**5094 * | Inherited | &vert; | Initial |5095 * | --------- | -- | ------------- |5096 * `false` | &vert; |`yes` |5097 *5098 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5099 */5100 "mso-page-border-surround-footer"?: MsoPageBorderSurroundFooterProperty;5101 /**5102 * | Inherited | &vert; | Initial |5103 * | --------- | -- | ------------- |5104 * `false` | &vert; |`yes` |5105 *5106 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5107 */5108 "mso-page-border-surround-header"?: MsoPageBorderSurroundHeaderProperty;5109 /**5110 * | Inherited | &vert; | Initial |5111 * | --------- | -- | ------------- |5112 * `false` | &vert; |`none` |5113 *5114 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5115 */5116 "mso-page-border-top-art"?: MsoPageBorderTopArtProperty;5117 /**5118 * | Inherited | &vert; | Initial |5119 * | --------- | -- | ------------- |5120 * `false` | &vert; |`in-front` |5121 *5122 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5123 */5124 "mso-page-border-z-order"?: MsoPageBorderZOrderProperty;5125 /**5126 * | Inherited | &vert; | Initial |5127 * | --------- | -- | ------------- |5128 * `false` | &vert; |`n/a` |5129 *5130 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5131 */5132 "mso-page-numbers"?: MsoPageNumbersProperty;5133 /**5134 * | Inherited | &vert; | Initial |5135 * | --------- | -- | ------------- |5136 * `false` | &vert; |`hyphen` |5137 *5138 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5139 */5140 "mso-page-numbers-chapter-separator"?: MsoPageNumbersChapterSeparatorProperty;5141 /**5142 * | Inherited | &vert; | Initial |5143 * | --------- | -- | ------------- |5144 * `false` | &vert; |`none` |5145 *5146 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5147 */5148 "mso-page-numbers-chapter-style"?: MsoPageNumbersChapterStyleProperty;5149 /**5150 * | Inherited | &vert; | Initial |5151 * | --------- | -- | ------------- |5152 * `false` | &vert; |`auto` |5153 *5154 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5155 */5156 "mso-page-numbers-start"?: MsoPageNumbersStartProperty;5157 /**5158 * | Inherited | &vert; | Initial |5159 * | --------- | -- | ------------- |5160 * `false` | &vert; |`arabic` |5161 *5162 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5163 */5164 "mso-page-numbers-style"?: MsoPageNumbersStyleProperty;5165 /**5166 * | Inherited | &vert; | Initial |5167 * | --------- | -- | ------------- |5168 * `false` | &vert; |`portrait` |5169 *5170 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5171 */5172 "mso-page-orientation"?: MsoPageOrientationProperty;5173 /**5174 * | Inherited | &vert; | Initial |5175 * | --------- | -- | ------------- |5176 * `false` | &vert; |`n/a` |5177 *5178 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5179 */5180 "mso-page-scale"?: MsoPageScaleProperty;5181 /**5182 * | Inherited | &vert; | Initial |5183 * | --------- | -- | ------------- |5184 * `false` | &vert; |`none` |5185 */5186 "mso-pagination"?: MsoPaginationProperty;5187 /**5188 * | Inherited | &vert; | Initial |5189 * | --------- | -- | ------------- |5190 * `false` | &vert; |`n/a` |5191 *5192 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5193 */5194 "mso-paper-source"?: MsoPaperSourceProperty;5195 /**5196 * | Inherited | &vert; | Initial |5197 * | --------- | -- | ------------- |5198 * `false` | &vert; |`n/a` |5199 *5200 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5201 */5202 "mso-paper-source-first-page"?: MsoPaperSourceFirstPageProperty;5203 /**5204 * | Inherited | &vert; | Initial |5205 * | --------- | -- | ------------- |5206 * `false` | &vert; |`n/a` |5207 *5208 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5209 */5210 "mso-paper-source-other-pages"?: MsoPaperSourceOtherPagesProperty;5211 /**5212 * | Inherited | &vert; | Initial |5213 * | --------- | -- | ------------- |5214 * `false` | &vert; |`n/a` |5215 *5216 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)5217 */5218 "mso-pattern"?: MsoPatternProperty;5219 /**5220 * | Inherited | &vert; | Initial |5221 * | --------- | -- | ------------- |5222 * `false` | &vert; |`n/a` |5223 *5224 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)5225 */5226 "mso-pattern-color"?: MsoPatternColorProperty;5227 /**5228 * | Inherited | &vert; | Initial |5229 * | --------- | -- | ------------- |5230 * `false` | &vert; |`none` |5231 *5232 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)5233 */5234 "mso-pattern-style"?: MsoPatternStyleProperty;5235 /**5236 * | Inherited | &vert; | Initial |5237 * | --------- | -- | ------------- |5238 * `false` | &vert; |`n/a` |5239 *5240 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5241 */5242 "mso-print-area"?: MsoPrintAreaProperty;5243 /**5244 * | Inherited | &vert; | Initial |5245 * | --------- | -- | ------------- |5246 * `false` | &vert; |`yes` |5247 *5248 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5249 */5250 "mso-print-color"?: MsoPrintColorProperty;5251 /**5252 * | Inherited | &vert; | Initial |5253 * | --------- | -- | ------------- |5254 * `false` | &vert; |`no` |5255 *5256 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5257 */5258 "mso-print-gridlines"?: MsoPrintGridlinesProperty;5259 /**5260 * | Inherited | &vert; | Initial |5261 * | --------- | -- | ------------- |5262 * `false` | &vert; |`no` |5263 *5264 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5265 */5266 "mso-print-headings"?: MsoPrintHeadingsProperty;5267 /**5268 * | Inherited | &vert; | Initial |5269 * | --------- | -- | ------------- |5270 * `false` | &vert; |`n/a` |5271 *5272 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5273 */5274 "mso-print-resolution"?: MsoPrintResolutionProperty;5275 /**5276 * | Inherited | &vert; | Initial |5277 * | --------- | -- | ------------- |5278 * `false` | &vert; |`over-then-down` |5279 *5280 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5281 */5282 "mso-print-sheet-order"?: MsoPrintSheetOrderProperty;5283 /**5284 * | Inherited | &vert; | Initial |5285 * | --------- | -- | ------------- |5286 * `false` | &vert; |`n/a` |5287 *5288 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5289 */5290 "mso-print-title-column"?: MsoPrintTitleColumnProperty;5291 /**5292 * | Inherited | &vert; | Initial |5293 * | --------- | -- | ------------- |5294 * `false` | &vert; |`n/a` |5295 *5296 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5297 */5298 "mso-print-title-row"?: MsoPrintTitleRowProperty;5299 /**5300 * | Inherited | &vert; | Initial |5301 * | --------- | -- | ------------- |5302 * `false` | &vert; |`n/a` |5303 *5304 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5305 */5306 "mso-prop-change"?: MsoPropChangeProperty;5307 /**5308 * | Inherited | &vert; | Initial |5309 * | --------- | -- | ------------- |5310 * `false` | &vert; |`n/a` |5311 *5312 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5313 */5314 "mso-prop-change-author"?: MsoPropChangeAuthorProperty;5315 /**5316 * | Inherited | &vert; | Initial |5317 * | --------- | -- | ------------- |5318 * `false` | &vert; |`n/a` |5319 *5320 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5321 */5322 "mso-prop-change-time"?: MsoPropChangeTimeProperty;5323 /**5324 * | Inherited | &vert; | Initial |5325 * | --------- | -- | ------------- |5326 * `true` | &vert; |`no` |5327 *5328 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)5329 */5330 "mso-protection"?: MsoProtectionProperty;5331 /**5332 * | Inherited | &vert; | Initial |5333 * | --------- | -- | ------------- |5334 * `false` | &vert; |`n/a` |5335 *5336 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5337 */5338 "mso-rotate"?: MsoRotateProperty;5339 /**5340 * | Inherited | &vert; | Initial |5341 * | --------- | -- | ------------- |5342 * `true` | &vert; |`n/a` |5343 *5344 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5345 */5346 "mso-row-margin-left"?: MsoRowMarginLeftProperty<TLength>;5347 /**5348 * | Inherited | &vert; | Initial |5349 * | --------- | -- | ------------- |5350 * `true` | &vert; |`n/a` |5351 *5352 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5353 */5354 "mso-row-margin-right"?: MsoRowMarginRightProperty<TLength>;5355 /**5356 * | Inherited | &vert; | Initial |5357 * | --------- | -- | ------------- |5358 * `true` | &vert; |`none` |5359 *5360 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5361 */5362 "mso-ruby-merge"?: MsoRubyMergeProperty;5363 /**5364 * | Inherited | &vert; | Initial |5365 * | --------- | -- | ------------- |5366 * `false` | &vert; |`none` |5367 *5368 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5369 */5370 "mso-ruby-visibility"?: MsoRubyVisibilityProperty;5371 /**5372 * | Inherited | &vert; | Initial |5373 * | --------- | -- | ------------- |5374 * `false` | &vert; |`n/a` |5375 */5376 "mso-scheme-fill-color"?: MsoSchemeFillColorProperty;5377 /**5378 * | Inherited | &vert; | Initial |5379 * | --------- | -- | ------------- |5380 * `false` | &vert; |`n/a` |5381 */5382 "mso-scheme-shadow-color"?: MsoSchemeShadowColorProperty;5383 /**5384 * | Inherited | &vert; | Initial |5385 * | --------- | -- | ------------- |5386 * `false` | &vert; |`n/a` |5387 *5388 * @see [`Borders and Shading`](https://stigmortenmyre.no/mso/html/concepts/ofconbordersshading.htm), [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm), [`Colors`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm)5389 */5390 "mso-shading"?: MsoShadingProperty;5391 /**5392 * | Inherited | &vert; | Initial |5393 * | --------- | -- | ------------- |5394 * `false` | &vert; |`n/a` |5395 */5396 "mso-shadow-color"?: MsoShadowColorProperty;5397 /**5398 * | Inherited | &vert; | Initial |5399 * | --------- | -- | ------------- |5400 * `false` | &vert; |`no` |5401 *5402 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)5403 */5404 "mso-space-above"?: MsoSpaceAboveProperty;5405 /**5406 * | Inherited | &vert; | Initial |5407 * | --------- | -- | ------------- |5408 * `false` | &vert; |`no` |5409 *5410 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)5411 */5412 "mso-space-below"?: MsoSpaceBelowProperty;5413 /**5414 * | Inherited | &vert; | Initial |5415 * | --------- | -- | ------------- |5416 * `false` | &vert; |`no` |5417 *5418 * @see [`Whitespace`](https://stigmortenmyre.no/mso/html/concepts/ofconwhitespace.htm)5419 */5420 "mso-spacerun"?: MsoSpacerunProperty;5421 /**5422 * | Inherited | &vert; | Initial |5423 * | --------- | -- | ------------- |5424 * `false` | &vert; |`none` |5425 *5426 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5427 */5428 "mso-special-character"?: MsoSpecialCharacterProperty;5429 /**5430 * | Inherited | &vert; | Initial |5431 * | --------- | -- | ------------- |5432 * `false` | &vert; |`n/a` |5433 */5434 "mso-special-format"?: MsoSpecialFormatProperty;5435 /**5436 * | Inherited | &vert; | Initial |5437 * | --------- | -- | ------------- |5438 * `false` | &vert; |`n/a` |5439 */5440 "mso-style-id"?: MsoStyleIdProperty;5441 /**5442 * | Inherited | &vert; | Initial |5443 * | --------- | -- | ------------- |5444 * `false` | &vert; |`n/a` |5445 */5446 "mso-style-name"?: MsoStyleNameProperty;5447 /**5448 * | Inherited | &vert; | Initial |5449 * | --------- | -- | ------------- |5450 * `false` | &vert; |`n/a` |5451 */5452 "mso-style-next"?: MsoStyleNextProperty;5453 /**5454 * | Inherited | &vert; | Initial |5455 * | --------- | -- | ------------- |5456 * `false` | &vert; |`n/a` |5457 */5458 "mso-style-parent"?: MsoStyleParentProperty;5459 /**5460 * | Inherited | &vert; | Initial |5461 * | --------- | -- | ------------- |5462 * `false` | &vert; |`n/a` |5463 */5464 "mso-style-type"?: MsoStyleTypeProperty;5465 /**5466 * | Inherited | &vert; | Initial |5467 * | --------- | -- | ------------- |5468 * `false` | &vert; |`n/a` |5469 */5470 "mso-style-update"?: MsoStyleUpdateProperty;5471 /**5472 * | Inherited | &vert; | Initial |5473 * | --------- | -- | ------------- |5474 * `false` | &vert; |`no` |5475 *5476 * @see [`Master Documents`](https://stigmortenmyre.no/mso/html/word/wdconmasterdocuments.htm)5477 */5478 "mso-subdocument"?: MsoSubdocumentProperty;5479 /**5480 * | Inherited | &vert; | Initial |5481 * | --------- | -- | ------------- |5482 * `true` | &vert; |`n/a` |5483 */5484 "mso-symbol-font-family"?: MsoSymbolFontFamilyProperty;5485 /**5486 * | Inherited | &vert; | Initial |5487 * | --------- | -- | ------------- |5488 * `false` | &vert; |`1` |5489 *5490 * @see [`Whitespace`](https://stigmortenmyre.no/mso/html/concepts/ofconwhitespace.htm)5491 */5492 "mso-tab-count"?: MsoTabCountProperty;5493 /**5494 * | Inherited | &vert; | Initial |5495 * | --------- | -- | ------------- |5496 * `true` | &vert; |`margin` |5497 *5498 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5499 */5500 "mso-table-anchor-horizontal"?: MsoTableAnchorHorizontalProperty;5501 /**5502 * | Inherited | &vert; | Initial |5503 * | --------- | -- | ------------- |5504 * `false` | &vert; |`margin` |5505 *5506 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5507 */5508 "mso-table-anchor-vertical"?: MsoTableAnchorVerticalProperty;5509 /**5510 * | Inherited | &vert; | Initial |5511 * | --------- | -- | ------------- |5512 * `false` | &vert; |`n/a` |5513 *5514 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5515 */5516 "mso-table-bspace"?: MsoTableBspaceProperty<TLength>;5517 /**5518 * | Inherited | &vert; | Initial |5519 * | --------- | -- | ------------- |5520 * `false` | &vert; |`n/a` |5521 *5522 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5523 */5524 "mso-table-del-author"?: MsoTableDelAuthorProperty;5525 /**5526 * | Inherited | &vert; | Initial |5527 * | --------- | -- | ------------- |5528 * `false` | &vert; |`n/a` |5529 *5530 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5531 */5532 "mso-table-del-time"?: MsoTableDelTimeProperty;5533 /**5534 * | Inherited | &vert; | Initial |5535 * | --------- | -- | ------------- |5536 * `false` | &vert; |`n/a` |5537 *5538 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5539 */5540 "mso-table-deleted"?: MsoTableDeletedProperty;5541 /**5542 * | Inherited | &vert; | Initial |5543 * | --------- | -- | ------------- |5544 * `false` | &vert; |`normal` |5545 *5546 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5547 */5548 "mso-table-dir"?: MsoTableDirProperty;5549 /**5550 * | Inherited | &vert; | Initial |5551 * | --------- | -- | ------------- |5552 * `false` | &vert; |`n/a` |5553 *5554 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5555 */5556 "mso-table-ins-author"?: MsoTableInsAuthorProperty;5557 /**5558 * | Inherited | &vert; | Initial |5559 * | --------- | -- | ------------- |5560 * `false` | &vert; |`n/a` |5561 *5562 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5563 */5564 "mso-table-ins-time"?: MsoTableInsTimeProperty;5565 /**5566 * | Inherited | &vert; | Initial |5567 * | --------- | -- | ------------- |5568 * `false` | &vert; |`n/a` |5569 *5570 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5571 */5572 "mso-table-inserted"?: MsoTableInsertedProperty;5573 /**5574 * | Inherited | &vert; | Initial |5575 * | --------- | -- | ------------- |5576 * `true` | &vert; |`n/a` |5577 *5578 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5579 */5580 "mso-table-left"?: MsoTableLeftProperty<TLength>;5581 /**5582 * | Inherited | &vert; | Initial |5583 * | --------- | -- | ------------- |5584 * `true` | &vert; |`n/a` |5585 *5586 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5587 */5588 "mso-table-lspace"?: MsoTableLspaceProperty<TLength>;5589 /**5590 * | Inherited | &vert; | Initial |5591 * | --------- | -- | ------------- |5592 * `true` | &vert; |`auto` |5593 */5594 "mso-table-overlap"?: MsoTableOverlapProperty;5595 /**5596 * | Inherited | &vert; | Initial |5597 * | --------- | -- | ------------- |5598 * `false` | &vert; |`n/a` |5599 *5600 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5601 */5602 "mso-table-prop-author"?: MsoTablePropAuthorProperty;5603 /**5604 * | Inherited | &vert; | Initial |5605 * | --------- | -- | ------------- |5606 * `false` | &vert; |`n/a` |5607 *5608 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5609 */5610 "mso-table-prop-change"?: MsoTablePropChangeProperty;5611 /**5612 * | Inherited | &vert; | Initial |5613 * | --------- | -- | ------------- |5614 * `false` | &vert; |`n/a` |5615 *5616 * @see [`Change Tracking`](https://stigmortenmyre.no/mso/html/word/wdconchangetracking.htm)5617 */5618 "mso-table-prop-time"?: MsoTablePropTimeProperty;5619 /**5620 * | Inherited | &vert; | Initial |5621 * | --------- | -- | ------------- |5622 * `true` | &vert; |`n/a` |5623 *5624 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5625 */5626 "mso-table-rspace"?: MsoTableRspaceProperty<TLength>;5627 /**5628 * | Inherited | &vert; | Initial |5629 * | --------- | -- | ------------- |5630 * `false` | &vert; |`n/a` |5631 *5632 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5633 */5634 "mso-table-top"?: MsoTableTopProperty<TLength>;5635 /**5636 * | Inherited | &vert; | Initial |5637 * | --------- | -- | ------------- |5638 * `true` | &vert; |`n/a` |5639 *5640 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5641 */5642 "mso-table-tspace"?: MsoTableTspaceProperty<TLength>;5643 /**5644 * | Inherited | &vert; | Initial |5645 * | --------- | -- | ------------- |5646 * `true` | &vert; |`none` |5647 *5648 * @see [`Tables`](https://stigmortenmyre.no/mso/html/word/wdcontables.htm)5649 */5650 "mso-table-wrap"?: MsoTableWrapProperty;5651 /**5652 * | Inherited | &vert; | Initial |5653 * | --------- | -- | ------------- |5654 * `true` | &vert; |`none` |5655 *5656 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5657 */5658 "mso-text-animation"?: MsoTextAnimationProperty;5659 /**5660 * | Inherited | &vert; | Initial |5661 * | --------- | -- | ------------- |5662 * `false` | &vert; |`none` |5663 *5664 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5665 */5666 "mso-text-combine-brackets"?: MsoTextCombineBracketsProperty;5667 /**5668 * | Inherited | &vert; | Initial |5669 * | --------- | -- | ------------- |5670 * `false` | &vert; |`n/a` |5671 *5672 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5673 */5674 "mso-text-combine-id"?: MsoTextCombineIdProperty;5675 /**5676 * | Inherited | &vert; | Initial |5677 * | --------- | -- | ------------- |5678 * `false` | &vert; |`n/a` |5679 *5680 * @see [`Cell Formatting`](https://stigmortenmyre.no/mso/html/excel/xlconcellformatting.htm)5681 */5682 "mso-text-control"?: MsoTextControlProperty;5683 /**5684 * | Inherited | &vert; | Initial |5685 * | --------- | -- | ------------- |5686 * `false` | &vert; |`n/a` |5687 *5688 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5689 */5690 "mso-text-fit-id"?: MsoTextFitIdProperty;5691 /**5692 * | Inherited | &vert; | Initial |5693 * | --------- | -- | ------------- |5694 * `false` | &vert; |`horizontal` |5695 *5696 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)5697 */5698 "mso-text-orientation"?: MsoTextOrientationProperty;5699 /**5700 * | Inherited | &vert; | Initial |5701 * | --------- | -- | ------------- |5702 * `false` | &vert; |`n/a` |5703 *5704 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5705 */5706 "mso-text-raise"?: MsoTextRaiseProperty<TLength>;5707 /**5708 * | Inherited | &vert; | Initial |5709 * | --------- | -- | ------------- |5710 * `false` | &vert; |`no` |5711 *5712 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5713 */5714 "mso-title-page"?: MsoTitlePageProperty;5715 /**5716 * | Inherited | &vert; | Initial |5717 * | --------- | -- | ------------- |5718 * `false` | &vert; |`no` |5719 *5720 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5721 */5722 "mso-tny-compress"?: MsoTnyCompressProperty;5723 /**5724 * | Inherited | &vert; | Initial |5725 * | --------- | -- | ------------- |5726 * `false` | &vert; |`no` |5727 *5728 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)5729 */5730 "mso-unsynced"?: MsoUnsyncedProperty;5731 /**5732 * | Inherited | &vert; | Initial |5733 * | --------- | -- | ------------- |5734 * `false` | &vert; |`baseline` |5735 */5736 "mso-vertical-align-special"?: MsoVerticalAlignSpecialProperty<TLength>;5737 /**5738 * | Inherited | &vert; | Initial |5739 * | --------- | -- | ------------- |5740 * `false` | &vert; |`top` |5741 *5742 * @see [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm), [`Comments`](https://stigmortenmyre.no/mso/html/word/wdconcomments.htm), [`Footnotes and Endnotes`](https://stigmortenmyre.no/mso/html/word/wdconfootnotesandendnotes.htm), [`Grouping and Outlines`](https://stigmortenmyre.no/mso/html/excel/xlconoutline.htm), [`Headers and Footers`](https://stigmortenmyre.no/mso/html/concepts/ofconheadersfootersstyle.htm), [`Page Layout and Section Breaks`](https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm), [`Page Setup`](https://stigmortenmyre.no/mso/html/concepts/ofconpagesetup.htm)5743 */5744 "mso-vertical-page-align"?: MsoVerticalPageAlignProperty;5745 /**5746 * | Inherited | &vert; | Initial |5747 * | --------- | -- | ------------- |5748 * `true` | &vert; |`n/a` |5749 *5750 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)5751 */5752 "mso-width-source"?: MsoWidthSourceProperty;5753 /**5754 * | Inherited | &vert; | Initial |5755 * | --------- | -- | ------------- |5756 * `false` | &vert; |`n/a` |5757 */5758 "mso-word-wrap"?: MsoWordWrapProperty;5759 /**5760 * | Inherited | &vert; | Initial |5761 * | --------- | -- | ------------- |5762 * `false` | &vert; |`1` |5763 *5764 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)5765 */5766 "mso-xlrowspan"?: MsoXlrowspanProperty;5767 /**5768 * | Inherited | &vert; | Initial |5769 * | --------- | -- | ------------- |5770 * `false` | &vert; |`no` |5771 *5772 * @see [`Worksheets`](https://stigmortenmyre.no/mso/html/excel/xlcontables.htm)5773 */5774 "mso-zero-height"?: MsoZeroHeightProperty;5775}5776export interface AnsiPropertiesHyphen<TLength = GlobalsString | 0> {5777 /**5778 * | Inherited | &vert; | Initial |5779 * | --------- | -- | ------------- |5780 * `true` | &vert; |`medium` |5781 *5782 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5783 */5784 "mso-ansi-font-size"?: MsoAnsiFontSizeProperty<TLength>;5785 /**5786 * | Inherited | &vert; | Initial |5787 * | --------- | -- | ------------- |5788 * `true` | &vert; |`normal` |5789 *5790 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5791 */5792 "mso-ansi-font-style"?: MsoAnsiFontStyleProperty;5793 /**5794 * | Inherited | &vert; | Initial |5795 * | --------- | -- | ------------- |5796 * `true` | &vert; |`normal` |5797 *5798 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5799 */5800 "mso-ansi-font-weight"?: MsoAnsiFontWeightProperty;5801 /**5802 * | Inherited | &vert; | Initial |5803 * | --------- | -- | ------------- |5804 * `true` | &vert; |`n/a` |5805 *5806 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5807 */5808 "mso-ansi-language"?: MsoAnsiLanguageProperty;5809}5810export interface AsciiPropertiesHyphen {5811 /**5812 * | Inherited | &vert; | Initial |5813 * | --------- | -- | ------------- |5814 * `true` | &vert; |`n/a` |5815 *5816 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5817 */5818 "mso-ascii-font-family"?: MsoAsciiFontFamilyProperty;5819}5820export interface BidiPropertiesHyphen<TLength = GlobalsString | 0> {5821 /**5822 * | Inherited | &vert; | Initial |5823 * | --------- | -- | ------------- |5824 * `true` | &vert; |`off` |5825 *5826 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5827 */5828 "mso-bidi-flag"?: MsoBidiFlagProperty;5829 /**5830 * | Inherited | &vert; | Initial |5831 * | --------- | -- | ------------- |5832 * `true` | &vert; |`n/a` |5833 *5834 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5835 */5836 "mso-bidi-font-family"?: MsoBidiFontFamilyProperty;5837 /**5838 * | Inherited | &vert; | Initial |5839 * | --------- | -- | ------------- |5840 * `true` | &vert; |`medium` |5841 *5842 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5843 */5844 "mso-bidi-font-size"?: MsoBidiFontSizeProperty<TLength>;5845 /**5846 * | Inherited | &vert; | Initial |5847 * | --------- | -- | ------------- |5848 * `true` | &vert; |`normal` |5849 *5850 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5851 */5852 "mso-bidi-font-style"?: MsoBidiFontStyleProperty;5853 /**5854 * | Inherited | &vert; | Initial |5855 * | --------- | -- | ------------- |5856 * `true` | &vert; |`normal` |5857 *5858 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5859 */5860 "mso-bidi-font-weight"?: MsoBidiFontWeightProperty;5861 /**5862 * | Inherited | &vert; | Initial |5863 * | --------- | -- | ------------- |5864 * `true` | &vert; |`n/a` |5865 *5866 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5867 */5868 "mso-bidi-language"?: MsoBidiLanguageProperty;5869}5870export interface FareastPropertiesHyphen {5871 /**5872 * | Inherited | &vert; | Initial |5873 * | --------- | -- | ------------- |5874 * `true` | &vert; |`n/a` |5875 *5876 * @see [`Text`](https://stigmortenmyre.no/mso/html/concepts/ofcontext.htm)5877 */5878 "mso-fareast-font-family"?: MsoFareastFontFamilyProperty;5879 /**5880 * | Inherited | &vert; | Initial |5881 * | --------- | -- | ------------- |5882 * `false` | &vert; |`n/a` |5883 *5884 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5885 */5886 "mso-fareast-hint"?: MsoFareastHintProperty;5887 /**5888 * | Inherited | &vert; | Initial |5889 * | --------- | -- | ------------- |5890 * `true` | &vert; |`n/a` |5891 *5892 * @see [`International Documents`](https://stigmortenmyre.no/mso/html/concepts/ofconinternational.htm)5893 */5894 "mso-fareast-language"?: MsoFareastLanguageProperty;5895}5896export interface PanosePropertiesHyphen {5897 /**5898 * | Inherited | &vert; | Initial |5899 * | --------- | -- | ------------- |5900 * `false` | &vert; |`n/a` |5901 */5902 "mso-panose-arm-style"?: MsoPanoseArmStyleProperty;5903 /**5904 * | Inherited | &vert; | Initial |5905 * | --------- | -- | ------------- |5906 * `false` | &vert; |`n/a` |5907 */5908 "mso-panose-contrast"?: MsoPanoseContrastProperty;5909 /**5910 * | Inherited | &vert; | Initial |5911 * | --------- | -- | ------------- |5912 * `false` | &vert; |`n/a` |5913 */5914 "mso-panose-family-type"?: MsoPanoseFamilyTypeProperty;5915 /**5916 * | Inherited | &vert; | Initial |5917 * | --------- | -- | ------------- |5918 * `false` | &vert; |`n/a` |5919 */5920 "mso-panose-letterform"?: MsoPanoseLetterformProperty;5921 /**5922 * | Inherited | &vert; | Initial |5923 * | --------- | -- | ------------- |5924 * `false` | &vert; |`n/a` |5925 */5926 "mso-panose-midline"?: MsoPanoseMidlineProperty;5927 /**5928 * | Inherited | &vert; | Initial |5929 * | --------- | -- | ------------- |5930 * `false` | &vert; |`n/a` |5931 */5932 "mso-panose-proportion"?: MsoPanoseProportionProperty;5933 /**5934 * | Inherited | &vert; | Initial |5935 * | --------- | -- | ------------- |5936 * `false` | &vert; |`n/a` |5937 */5938 "mso-panose-serif-style"?: MsoPanoseSerifStyleProperty;5939 /**5940 * | Inherited | &vert; | Initial |5941 * | --------- | -- | ------------- |5942 * `false` | &vert; |`n/a` |5943 */5944 "mso-panose-stroke-variation"?: MsoPanoseStrokeVariationProperty;5945 /**5946 * | Inherited | &vert; | Initial |5947 * | --------- | -- | ------------- |5948 * `false` | &vert; |`n/a` |5949 */5950 "mso-panose-weight"?: MsoPanoseWeightProperty;5951 /**5952 * | Inherited | &vert; | Initial |5953 * | --------- | -- | ------------- |5954 * `false` | &vert; |`n/a` |5955 */5956 "mso-panose-x-height"?: MsoPanoseXHeightProperty;5957}5958export interface PropertiesHyphen<TLength = GlobalsString | 0>5959 extends AlternativePropertiesHyphen<TLength>,5960 StandardPropertiesHyphen<TLength> {}5961export interface FontPropertiesHyphen<TLength = GlobalsString | 0>5962 extends AnsiPropertiesHyphen<TLength>,5963 AsciiPropertiesHyphen,5964 BidiPropertiesHyphen<TLength>,5965 FareastPropertiesHyphen,5966 PanosePropertiesHyphen {}5967type GlobalsString = string & {};5968type GlobalsNumber = number & {};5969export type MsInterpolationModeProperty = "bicubic" | "nearest-neighbor";5970export type MsoAnsiFontSizeProperty<TLength = GlobalsString | 0> =5971 | FontSize5972 | TLength5973 | GlobalsString5974 | "inherit";5975export type MsoAnsiFontStyleProperty = "italic" | "normal" | "oblique" | "inherit";5976export type MsoAnsiFontWeightProperty =5977 | GlobalsNumber5978 | "bold"5979 | "bolder"5980 | "lighter"5981 | "normal"5982 | "inherit";5983export type MsoAnsiLanguageProperty = GlobalsString | "inherit";5984export type MsoAsciiFontFamilyProperty = GenericFontFamily | GlobalsString | "auto" | "inherit";5985export type MsoBackgroundProperty = Color | "auto";5986export type MsoBackgroundSourceProperty = "auto";5987export type MsoBaselinePositionProperty = GlobalsString;5988export type MsoBidiFlagProperty = "off" | "on" | "inherit";5989export type MsoBidiFontFamilyProperty = GenericFontFamily | GlobalsString | "auto" | "inherit";5990export type MsoBidiFontSizeProperty<TLength = GlobalsString | 0> =5991 | FontSize5992 | TLength5993 | GlobalsString5994 | "inherit";5995export type MsoBidiFontStyleProperty = "italic" | "normal" | "oblique" | "inherit";5996export type MsoBidiFontWeightProperty =5997 | GlobalsNumber5998 | "bold"5999 | "bolder"6000 | "lighter"6001 | "normal"6002 | "inherit";6003export type MsoBidiLanguageProperty = GlobalsString | "inherit";6004export type MsoBookmarkProperty = GlobalsString;6005export type MsoBorderAltProperty<TLength = GlobalsString | 0> =6006 | BorderArt6007 | BorderStyle6008 | Color6009 | TLength6010 | LineWidth;6011export type MsoBorderBetweenProperty<TLength = GlobalsString | 0> =6012 | BorderArt6013 | BorderStyle6014 | Color6015 | TLength6016 | LineWidth;6017export type MsoBorderBetweenColorProperty = Color | "auto";6018export type MsoBorderBetweenStyleProperty = BorderArt | BorderStyle;6019export type MsoBorderBetweenWidthProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6020export type MsoBorderBottomAltProperty<TLength = GlobalsString | 0> =6021 | BorderArt6022 | BorderStyle6023 | Color6024 | TLength6025 | LineWidth;6026export type MsoBorderBottomColorAltProperty = Color | "auto";6027export type MsoBorderBottomSourceProperty = "auto" | "background" | "foreground";6028export type MsoBorderBottomStyleAltProperty = BorderArt | BorderStyle;6029export type MsoBorderBottomWidthAltProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6030export type MsoBorderColorAltProperty = Color | "auto";6031export type MsoBorderEffectProperty = "3d" | "box";6032export type MsoBorderLeftAltProperty<TLength = GlobalsString | 0> =6033 | BorderArt6034 | BorderStyle6035 | Color6036 | TLength6037 | LineWidth;6038export type MsoBorderLeftColorAltProperty = Color | "auto";6039export type MsoBorderLeftSourceProperty = "auto" | "background" | "foreground";6040export type MsoBorderLeftStyleAltProperty = BorderArt | BorderStyle;6041export type MsoBorderLeftWidthAltProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6042export type MsoBorderRightAltProperty<TLength = GlobalsString | 0> =6043 | BorderArt6044 | BorderStyle6045 | Color6046 | TLength6047 | LineWidth;6048export type MsoBorderRightColorAltProperty = Color | "auto";6049export type MsoBorderRightSourceProperty = "auto" | "background" | "foreground";6050export type MsoBorderRightStyleAltProperty = BorderArt | BorderStyle;6051export type MsoBorderRightWidthAltProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6052export type MsoBorderShadowProperty = "no" | "yes";6053export type MsoBorderSourceProperty = "auto" | "background" | "foreground" | "inherit";6054export type MsoBorderStyleAltProperty = BorderArt | BorderStyle;6055export type MsoBorderTopAltProperty<TLength = GlobalsString | 0> =6056 | BorderArt6057 | BorderStyle6058 | Color6059 | TLength6060 | LineWidth;6061export type MsoBorderTopColorAltProperty = Color | "auto";6062export type MsoBorderTopSourceProperty = "auto" | "background" | "foreground";6063export type MsoBorderTopStyleAltProperty = BorderArt | BorderStyle;6064export type MsoBorderTopWidthAltProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6065export type MsoBorderWidthAltProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6066export type MsoBreakTypeProperty = "auto" | "section-break";6067export type MsoBuildProperty = GlobalsString;6068export type MsoBuildAfterActionProperty = GlobalsString;6069export type MsoBuildAfterColorProperty = GlobalsString;6070export type MsoBuildAutoSecsProperty = GlobalsString;6071export type MsoBuildAviProperty = GlobalsString;6072export type MsoBuildDualIdProperty = GlobalsString;6073export type MsoBuildOrderProperty = GlobalsString;6074export type MsoBuildSoundNameProperty = GlobalsString;6075export type MsoBulletImageProperty = GlobalsString;6076export type MsoCellSpecialProperty = "placeholder" | "template-column" | "template-row";6077export type MsoCellspacingProperty<TLength = GlobalsString | 0> = TLength;6078export type MsoCharIndentProperty<TLength = GlobalsString | 0> = TLength;6079export type MsoCharIndentCountProperty = GlobalsNumber;6080export type MsoCharIndentSizeProperty<TLength = GlobalsString | 0> = TLength;6081export type MsoCharTypeProperty = "hiragana" | "katakana" | "narrow-katakana" | "none" | "symbol";6082export type MsoCharWrapProperty = GlobalsNumber;6083export type MsoColorAltProperty = Color | "auto" | "inherit";6084export type MsoColorIndexProperty = GlobalsNumber;6085export type MsoColorSourceProperty = "auto";6086export type MsoColumnBreakBeforeProperty = "always" | "auto";6087export type MsoColumnSeparatorProperty = "none" | "solid";6088export type MsoColumnsProperty<TLength = GlobalsString | 0> =6089 | TLength6090 | GlobalsString6091 | "even"6092 | "not-even";6093export type MsoCommentAuthorProperty = GlobalsString;6094export type MsoCommentContinuationProperty = GlobalsString;6095export type MsoCommentIdProperty = GlobalsString;6096export type MsoCommentReferenceProperty = GlobalsString;6097export type MsoDataPlacementProperty = "new-cell" | "same-cell" | "inherit";6098export type MsoDefaultHeightProperty<TLength = GlobalsString | 0> = TLength;6099export type MsoDefaultWidthProperty<TLength = GlobalsString | 0> = TLength;6100export type MsoDiagonalDownProperty<TLength = GlobalsString | 0> =6101 | BorderArt6102 | BorderStyle6103 | Color6104 | TLength6105 | LineWidth;6106export type MsoDiagonalDownColorProperty = Color | "auto";6107export type MsoDiagonalDownSourceProperty = "auto" | "background" | "foreground";6108export type MsoDiagonalDownStyleProperty = BorderArt | BorderStyle;6109export type MsoDiagonalDownWidthProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6110export type MsoDiagonalUpProperty<TLength = GlobalsString | 0> =6111 | BorderArt6112 | BorderStyle6113 | Color6114 | TLength6115 | LineWidth;6116export type MsoDiagonalUpColorProperty = Color | "auto";6117export type MsoDiagonalUpSourceProperty = "auto" | "background" | "foreground";6118export type MsoDiagonalUpStyleProperty = BorderArt | BorderStyle;6119export type MsoDiagonalUpWidthProperty<TLength = GlobalsString | 0> = TLength | LineWidth;6120export type MsoDisplayedDecimalSeparatorProperty = GlobalsString;6121export type MsoDisplayedThousandSeparatorProperty = GlobalsString;6122export type MsoElementProperty =6123 | "comment"6124 | "comment-list"6125 | "dropcap-dropped"6126 | "dropcap-in-margin"6127 | "endnote"6128 | "endnote-continuation-notice"6129 | "endnote-continuation-separator"6130 | "endnote-list"6131 | "endnote-separator"6132 | "field-begin"6133 | "field-end"6134 | "field-separator"6135 | "footer"6136 | "footnote"6137 | "footnote-continuation-notice"6138 | "footnote-continuation-separator"6139 | "footnote-list"6140 | "footnote-separator"6141 | "frame"6142 | "header"6143 | "none"6144 | "paragraph-mark-properties"6145 | "table-head";6146export type MsoElementAnchorHorizontalProperty = "column" | "margin" | "page";6147export type MsoElementAnchorLockProperty = "auto" | "locked";6148export type MsoElementAnchorVerticalProperty = "margin" | "page" | "paragraph";6149export type MsoElementFrameHeightProperty<TLength = GlobalsString | 0> = TLength | "auto";6150export type MsoElementFrameHspaceProperty<TLength = GlobalsString | 0> = TLength;6151export type MsoElementFrameVspaceProperty<TLength = GlobalsString | 0> = TLength;6152export type MsoElementFrameWidthProperty<TLength = GlobalsString | 0> = TLength | "auto";6153export type MsoElementLeftProperty<TLength = GlobalsString | 0> =6154 | TLength6155 | "center"6156 | "inside"6157 | "left"6158 | "outside"6159 | "right";6160export type MsoElementLinespanProperty = GlobalsNumber;6161export type MsoElementTopProperty<TLength = GlobalsString | 0> =6162 | TLength6163 | "bottom"6164 | "inside"6165 | "middle"6166 | "outside"6167 | "top";6168export type MsoElementWrapProperty = "around" | "auto" | "no-wrap-beside" | "none";6169export type MsoEndnoteContinuationNoticeProperty = GlobalsString | GlobalsString;6170export type MsoEndnoteContinuationNoticeIdProperty = GlobalsString;6171export type MsoEndnoteContinuationNoticeSrcProperty = GlobalsString;6172export type MsoEndnoteContinuationSeparatorProperty = GlobalsString | GlobalsString;6173export type MsoEndnoteContinuationSeparatorIdProperty = GlobalsString;6174export type MsoEndnoteContinuationSeparatorSrcProperty = GlobalsString;6175export type MsoEndnoteDisplayProperty = "none" | "normal";6176export type MsoEndnoteIdProperty = GlobalsString;6177export type MsoEndnoteNumberingProperty =6178 | GlobalsNumber6179 | "alpha-lower"6180 | "alpha-upper"6181 | "arabic"6182 | "auto"6183 | "chicago"6184 | "decimal"6185 | "each-section"6186 | "lower-alpha"6187 | "lower-roman"6188 | "roman-lower"6189 | "roman-upper"6190 | "upper-alpha"6191 | "upper-roman";6192export type MsoEndnoteNumberingRestartProperty = "auto" | "each-section";6193export type MsoEndnoteNumberingStartProperty = GlobalsNumber;6194export type MsoEndnoteNumberingStyleProperty =6195 | "alpha-lower"6196 | "alpha-upper"6197 | "arabic"6198 | "chicago"6199 | "decimal"6200 | "lower-alpha"6201 | "lower-roman"6202 | "roman-lower"6203 | "roman-upper"6204 | "upper-alpha"6205 | "upper-roman";6206export type MsoEndnotePositionProperty = "end-of-document" | "end-of-section";6207export type MsoEndnoteSeparatorProperty = GlobalsString | GlobalsString;6208export type MsoEndnoteSeparatorIdProperty = GlobalsString;6209export type MsoEndnoteSeparatorSrcProperty = GlobalsString;6210export type MsoEvenFooterProperty = GlobalsString | GlobalsString;6211export type MsoEvenFooterIdProperty = GlobalsString;6212export type MsoEvenFooterSrcProperty = GlobalsString;6213export type MsoEvenHeaderProperty = GlobalsString | GlobalsString;6214export type MsoEvenHeaderIdProperty = GlobalsString;6215export type MsoEvenHeaderSrcProperty = GlobalsString;6216export type MsoFacingPagesProperty = "no" | "yes";6217export type MsoFareastFontFamilyProperty = GenericFontFamily | GlobalsString | "auto" | "inherit";6218export type MsoFareastHintProperty = "no" | "yes";6219export type MsoFareastLanguageProperty = GlobalsString | "inherit";6220export type MsoFieldChangeProperty = GlobalsString;6221export type MsoFieldChangeAuthorProperty = GlobalsString;6222export type MsoFieldChangeTimeProperty = GlobalsString;6223export type MsoFieldChangeValueProperty = GlobalsString;6224export type MsoFieldCodeProperty = GlobalsString;6225export type MsoFieldLockProperty = "no" | "yes";6226export type MsoFillsColorProperty = Color | "auto";6227export type MsoFirstFooterProperty = GlobalsString | GlobalsString;6228export type MsoFirstFooterIdProperty = GlobalsString;6229export type MsoFirstFooterSrcProperty = GlobalsString;6230export type MsoFirstHeaderProperty = GlobalsString | GlobalsString;6231export type MsoFirstHeaderIdProperty = GlobalsString;6232export type MsoFirstHeaderSrcProperty = GlobalsString;6233export type MsoFontAltProperty = GlobalsString;6234export type MsoFontCharsetProperty = GlobalsNumber | "inherit";6235export type MsoFontFormatProperty = "other" | "truetype";6236export type MsoFontInfoProperty = GenericFontFamily | GlobalsNumber | GlobalsString | "auto";6237export type MsoFontInfoCharsetProperty = GlobalsNumber | "inherit";6238export type MsoFontInfoTypeProperty = GenericFontFamily | GlobalsString | "auto" | "inherit";6239export type MsoFontKerningProperty<TLength = GlobalsString | 0> = TLength | GlobalsString | "none";6240export type MsoFontPitchProperty = "auto" | "fixed" | "variable";6241export type MsoFontSignatureProperty = GlobalsNumber;6242export type MsoFontSignatureCsbOneProperty = GlobalsNumber;6243export type MsoFontSignatureCsbTwoProperty = GlobalsNumber;6244export type MsoFontSignatureUsbFourProperty = GlobalsNumber;6245export type MsoFontSignatureUsbOneProperty = GlobalsNumber;6246export type MsoFontSignatureUsbThreeProperty = GlobalsNumber;6247export type MsoFontSignatureUsbTwoProperty = GlobalsNumber;6248export type MsoFontSrcProperty = GlobalsNumber;6249export type MsoFontWidthProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6250export type MsoFooterProperty = GlobalsString | GlobalsString;6251export type MsoFooterDataProperty = GlobalsString;6252export type MsoFooterIdProperty = GlobalsString;6253export type MsoFooterMarginProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6254export type MsoFooterSrcProperty = GlobalsString;6255export type MsoFootnoteContinuationNoticeProperty = GlobalsString | GlobalsString;6256export type MsoFootnoteContinuationNoticeIdProperty = GlobalsString;6257export type MsoFootnoteContinuationNoticeSrcProperty = GlobalsString;6258export type MsoFootnoteContinuationSeparatorProperty = GlobalsString | GlobalsString;6259export type MsoFootnoteContinuationSeparatorIdProperty = GlobalsString;6260export type MsoFootnoteContinuationSeparatorSrcProperty = GlobalsString;6261export type MsoFootnoteIdProperty = GlobalsString;6262export type MsoFootnoteNumberingProperty =6263 | GlobalsNumber6264 | "alpha-lower"6265 | "alpha-upper"6266 | "arabic"6267 | "auto"6268 | "chicago"6269 | "decimal"6270 | "each-page"6271 | "each-section"6272 | "lower-alpha"6273 | "lower-roman"6274 | "roman-lower"6275 | "roman-upper"6276 | "upper-alpha"6277 | "upper-roman";6278export type MsoFootnoteNumberingRestartProperty = "auto" | "each-page" | "each-section";6279export type MsoFootnoteNumberingStartProperty = GlobalsNumber;6280export type MsoFootnoteNumberingStyleProperty =6281 | "alpha-lower"6282 | "alpha-upper"6283 | "arabic"6284 | "chicago"6285 | "decimal"6286 | "lower-alpha"6287 | "lower-roman"6288 | "roman-lower"6289 | "roman-upper"6290 | "upper-alpha"6291 | "upper-roman";6292export type MsoFootnotePositionProperty = "beneath-text" | "bottom-of-page";6293export type MsoFootnoteSeparatorProperty = GlobalsString | GlobalsString;6294export type MsoFootnoteSeparatorIdProperty = GlobalsString;6295export type MsoFootnoteSeparatorSrcProperty = GlobalsString;6296export type MsoForegroundProperty = Color | "auto";6297export type MsoFormsProtectionProperty = "no" | "yes" | "inherit";6298export type MsoGenericFontFamilyProperty =6299 | "auto"6300 | "decorative"6301 | "modern"6302 | "roman"6303 | "script"6304 | "swiss"6305 | "inherit";6306export type MsoGridBottomProperty<TLength = GlobalsString | 0> = TLength;6307export type MsoGridBottomCountProperty = GlobalsNumber;6308export type MsoGridLeftProperty<TLength = GlobalsString | 0> = TLength;6309export type MsoGridLeftCountProperty = GlobalsNumber;6310export type MsoGridRightProperty<TLength = GlobalsString | 0> = TLength;6311export type MsoGridRightCountProperty = GlobalsNumber;6312export type MsoGridTopProperty<TLength = GlobalsString | 0> = TLength;6313export type MsoGridTopCountProperty = GlobalsNumber;6314export type MsoGutterDirectionProperty = "ltr" | "rtl";6315export type MsoGutterMarginProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6316export type MsoGutterPositionProperty = "side" | "top";6317export type MsoHansiFontFamilyProperty =6318 | GlobalsString6319 | "auto"6320 | "cursive"6321 | "fantasy"6322 | "monospace"6323 | "sans-serif"6324 | "serif"6325 | "inherit";6326export type MsoHeaderProperty = GlobalsString | GlobalsString;6327export type MsoHeaderDataProperty = GlobalsString;6328export type MsoHeaderIdProperty = GlobalsString;6329export type MsoHeaderMarginProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6330export type MsoHeaderSrcProperty = GlobalsString;6331export type MsoHeightAltProperty = GlobalsNumber;6332export type MsoHeightRuleProperty = "at-least" | "exactly" | "inherit";6333export type MsoHeightSourceProperty = "auto" | "userset" | "inherit";6334export type MsoHideProperty = "all" | "none" | "screen" | "inherit";6335export type MsoHighlightProperty = Color | "auto";6336export type MsoHorizontalPageAlignProperty = "center" | "left" | "right";6337export type MsoHyphenateProperty = "auto" | "none";6338export type MsoIgnoreProperty =6339 | "align"6340 | "bgcolor"6341 | "color"6342 | "colspan"6343 | "colspan-obo"6344 | "colspan-obt"6345 | "colspan-rowspan"6346 | "padding"6347 | "style"6348 | "vglayout"6349 | "vglayout2"6350 | "visibility";6351export type MsoKinsokuOverflowProperty = GlobalsNumber;6352export type MsoLayoutGridAlignProperty = "auto" | "none";6353export type MsoLayoutGridCharAltProperty = GlobalsNumber;6354export type MsoLayoutGridOriginProperty<TLength = GlobalsString | 0> = TLength;6355export type MsoLevelInheritProperty = "legal" | "normal" | "inherit";6356export type MsoLevelLegacyProperty = "no" | "yes" | "inherit";6357export type MsoLevelLegacyIndentProperty<TLength = GlobalsString | 0> =6358 | TLength6359 | GlobalsString6360 | "inherit";6361export type MsoLevelLegacySpaceProperty<TLength = GlobalsString | 0> =6362 | TLength6363 | GlobalsString6364 | "inherit";6365export type MsoLevelLegalFormatProperty = "no" | "yes" | "inherit";6366export type MsoLevelNumberFormatProperty = IntNumberStyle | NumberStyle | "none" | "inherit";6367export type MsoLevelNumberPositionProperty = "center" | "left" | "right" | "inherit";6368export type MsoLevelNumberingProperty = "continue" | "restart" | "inherit";6369export type MsoLevelResetLevelProperty =6370 | "level1"6371 | "level2"6372 | "level3"6373 | "level4"6374 | "level5"6375 | "level6"6376 | "level7"6377 | "level8"6378 | "level9"6379 | "none"6380 | "inherit";6381export type MsoLevelStartAtProperty = GlobalsNumber | "inherit";6382export type MsoLevelStyleLinkProperty = GlobalsString | "inherit";6383export type MsoLevelSuffixProperty = "none" | "space" | "tab" | "inherit";6384export type MsoLevelTabStopProperty<TLength = GlobalsString | 0> = TLength | "none" | "inherit";6385export type MsoLevelTextProperty = GlobalsString | "inherit";6386export type MsoLineBreakOverrideProperty = "none" | "restrictions";6387export type MsoLineGridProperty = "auto" | "default";6388export type MsoLineHeightAltProperty<TLength = GlobalsString | 0> =6389 | TLength6390 | GlobalsNumber6391 | GlobalsString6392 | "normal"6393 | "inherit";6394export type MsoLineHeightRuleProperty = "at-least" | "exactly";6395export type MsoLineNumbersCountByProperty = GlobalsNumber | "none";6396export type MsoLineNumbersDistanceProperty<TLength = GlobalsString | 0> =6397 | TLength6398 | GlobalsString6399 | "auto";6400export type MsoLineNumbersRestartProperty = "continuous" | "new-page" | "new-section";6401export type MsoLineNumbersStartProperty = GlobalsNumber;6402export type MsoLineSpacingProperty = GlobalsString;6403export type MsoLinkedFrameProperty = "auto" | "linked";6404export type MsoListProperty =6405 | GlobalsString6406 | "level1"6407 | "level2"6408 | "level3"6409 | "level4"6410 | "level5"6411 | "level6"6412 | "level7"6413 | "level8"6414 | "level9"6415 | "none"6416 | "inherit";6417export type MsoListChangeProperty = GlobalsString;6418export type MsoListChangeAuthorProperty = GlobalsString;6419export type MsoListChangeTimeProperty = GlobalsString;6420export type MsoListChangeValuesProperty = GlobalsString;6421export type MsoListIdProperty = GlobalsNumber | "inherit";6422export type MsoListInsProperty = GlobalsString;6423export type MsoListInsAuthorProperty = GlobalsString;6424export type MsoListInsTimeProperty = GlobalsString;6425export type MsoListNameProperty = GlobalsString | "inherit";6426export type MsoListTemplateIdsProperty = GlobalsNumber | "inherit";6427export type MsoListTypeProperty = "hybrid" | "multilevel" | "simple" | "inherit";6428export type MsoMarginBottomAltProperty<TLength = GlobalsString | 0> =6429 | TLength6430 | GlobalsString6431 | "auto";6432export type MsoMarginLeftAltProperty = GlobalsNumber;6433export type MsoMarginTopAltProperty<TLength = GlobalsString | 0> = TLength | GlobalsString | "auto";6434export type MsoMirrorMarginsProperty = "no" | "yes";6435export type MsoNegativeIndentTabProperty = "no" | "yes";6436export type MsoNumberFormatProperty = GlobalsString;6437export type MsoOutlineLevelProperty = GlobalsNumber | "body-text";6438export type MsoOutlineParentProperty =6439 | "bottom"6440 | "collapsed"6441 | "expanded"6442 | "left"6443 | "right"6444 | "top";6445export type MsoOutlineParentColProperty = "left" | "right";6446export type MsoOutlineParentRowProperty = "bottom" | "top";6447export type MsoOutlineParentVisibilityProperty = "collapsed" | "expanded";6448export type MsoOutlineStyleProperty = "auto" | "userset";6449export type MsoPaddingAltProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6450export type MsoPaddingBetweenProperty<TLength = GlobalsString | 0> =6451 | TLength6452 | GlobalsString6453 | "inherit";6454export type MsoPaddingBottomAltProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6455export type MsoPaddingLeftAltProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6456export type MsoPaddingRightAltProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6457export type MsoPaddingTopAltProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6458export type MsoPageBorderAlignedProperty = "no" | "yes";6459export type MsoPageBorderArtProperty = BorderArt | "inherit";6460export type MsoPageBorderBottomArtProperty = BorderArt;6461export type MsoPageBorderDisplayProperty = "all-pages" | "all-pages-except-first" | "first-page";6462export type MsoPageBorderLeftArtProperty = BorderArt;6463export type MsoPageBorderOffsetFromProperty = "edge" | "text";6464export type MsoPageBorderRightArtProperty = BorderArt;6465export type MsoPageBorderSurroundFooterProperty = "no" | "yes";6466export type MsoPageBorderSurroundHeaderProperty = "no" | "yes";6467export type MsoPageBorderTopArtProperty = BorderArt;6468export type MsoPageBorderZOrderProperty = "in-back" | "in-front";6469export type MsoPageNumbersProperty = IntNumberStyle | GlobalsNumber | "auto";6470export type MsoPageNumbersChapterSeparatorProperty =6471 | "colon"6472 | "em-dash"6473 | "en-dash"6474 | "hyphen"6475 | "period";6476export type MsoPageNumbersChapterStyleProperty =6477 | "header-1"6478 | "header-2"6479 | "header-3"6480 | "header-4"6481 | "header-5"6482 | "header-6"6483 | "header-7"6484 | "header-8"6485 | "header-9"6486 | "none";6487export type MsoPageNumbersStartProperty = GlobalsNumber | "auto";6488export type MsoPageNumbersStyleProperty = IntNumberStyle | NumberStyle;6489export type MsoPageOrientationProperty = GlobalsNumber | GlobalsString | "landscape" | "portrait";6490export type MsoPageScaleProperty = GlobalsNumber | GlobalsString;6491export type MsoPaginationProperty =6492 | "keep-with-next"6493 | "lines-together"6494 | "no-line-numbers"6495 | "none"6496 | "page-break-before"6497 | "widow-orphan";6498export type MsoPanoseArmStyleProperty = GlobalsNumber;6499export type MsoPanoseContrastProperty = GlobalsNumber;6500export type MsoPanoseFamilyTypeProperty = GlobalsNumber;6501export type MsoPanoseLetterformProperty = GlobalsNumber;6502export type MsoPanoseMidlineProperty = GlobalsNumber;6503export type MsoPanoseProportionProperty = GlobalsNumber;6504export type MsoPanoseSerifStyleProperty = GlobalsNumber;6505export type MsoPanoseStrokeVariationProperty = GlobalsNumber;6506export type MsoPanoseWeightProperty = GlobalsNumber;6507export type MsoPanoseXHeightProperty = GlobalsNumber;6508export type MsoPaperSourceProperty = GlobalsNumber;6509export type MsoPaperSourceFirstPageProperty = GlobalsNumber;6510export type MsoPaperSourceOtherPagesProperty = GlobalsNumber;6511export type MsoPatternProperty =6512 | Color6513 | MsExcelPatternName6514 | MsWordPatternName6515 | "auto"6516 | "diag-cross"6517 | "diag-stripe"6518 | "horz-cross"6519 | "horz-stripe"6520 | "none"6521 | "reverse-diag-stripe"6522 | "solid"6523 | "thick-diag-cross"6524 | "thin-diag-cross"6525 | "thin-diag-stripe"6526 | "thin-horz-cross"6527 | "thin-horz-stripe"6528 | "thin-reverse-diag-stripe"6529 | "thin-vert-stripe"6530 | "vert-stripe";6531export type MsoPatternColorProperty = Color | "auto";6532export type MsoPatternStyleProperty =6533 | MsExcelPatternName6534 | MsWordPatternName6535 | "diag-cross"6536 | "diag-stripe"6537 | "horz-cross"6538 | "horz-stripe"6539 | "none"6540 | "reverse-diag-stripe"6541 | "solid"6542 | "thick-diag-cross"6543 | "thin-diag-cross"6544 | "thin-diag-stripe"6545 | "thin-horz-cross"6546 | "thin-horz-stripe"6547 | "thin-reverse-diag-stripe"6548 | "thin-vert-stripe"6549 | "vert-stripe";6550export type MsoPrintAreaProperty = GlobalsNumber;6551export type MsoPrintColorProperty = "no" | "yes";6552export type MsoPrintGridlinesProperty = "no" | "yes";6553export type MsoPrintHeadingsProperty = "no" | "yes";6554export type MsoPrintResolutionProperty = GlobalsNumber;6555export type MsoPrintSheetOrderProperty = "down-then-over" | "over-then-down";6556export type MsoPrintTitleColumnProperty = GlobalsNumber;6557export type MsoPrintTitleRowProperty = GlobalsNumber;6558export type MsoPropChangeProperty = GlobalsString;6559export type MsoPropChangeAuthorProperty = GlobalsString;6560export type MsoPropChangeTimeProperty = GlobalsString;6561export type MsoProtectionProperty =6562 | "hidden"6563 | "locked"6564 | "no"6565 | "unlocked"6566 | "visible"6567 | "yes"6568 | "inherit";6569export type MsoRotateProperty = GlobalsNumber;6570export type MsoRowMarginLeftProperty<TLength = GlobalsString | 0> =6571 | TLength6572 | GlobalsString6573 | "inherit";6574export type MsoRowMarginRightProperty<TLength = GlobalsString | 0> =6575 | TLength6576 | GlobalsString6577 | "inherit";6578export type MsoRubyMergeProperty = "auto" | "none" | "inherit";6579export type MsoRubyVisibilityProperty = "none" | "normal";6580export type MsoSchemeFillColorProperty = Color;6581export type MsoSchemeShadowColorProperty = Color;6582export type MsoShadingProperty = Color | "auto" | "transparent";6583export type MsoShadowColorProperty = Color | "auto";6584export type MsoSpaceAboveProperty = "no" | "yes";6585export type MsoSpaceBelowProperty = "no" | "yes";6586export type MsoSpacerunProperty = "no" | "yes";6587export type MsoSpecialCharacterProperty =6588 | "comment"6589 | "footnote"6590 | "footnote-continuation-separator"6591 | "footnote-separator"6592 | "line-break"6593 | "none";6594export type MsoSpecialFormatProperty = GlobalsString;6595export type MsoStyleIdProperty = GlobalsNumber;6596export type MsoStyleNameProperty = GlobalsString;6597export type MsoStyleNextProperty = GlobalsString;6598export type MsoStyleParentProperty = GlobalsString;6599export type MsoStyleTypeProperty =6600 | "character"6601 | "export-only"6602 | "paragraph"6603 | "personal"6604 | "personal-compose"6605 | "personal-reply";6606export type MsoStyleUpdateProperty = "auto" | "none";6607export type MsoSubdocumentProperty = "no" | "yes";6608export type MsoSymbolFontFamilyProperty = GenericFontFamily | GlobalsString | "auto" | "inherit";6609export type MsoTabCountProperty =6610 | GlobalsNumber6611 | "blank"6612 | "dashed"6613 | "dotted"6614 | "heavy"6615 | "lined"6616 | "middot";6617export type MsoTableAnchorHorizontalProperty = "column" | "margin" | "page" | "inherit";6618export type MsoTableAnchorVerticalProperty = "margin" | "page" | "paragraph";6619export type MsoTableBspaceProperty<TLength = GlobalsString | 0> = TLength;6620export type MsoTableDelAuthorProperty = GlobalsString;6621export type MsoTableDelTimeProperty = GlobalsString;6622export type MsoTableDeletedProperty = GlobalsString;6623export type MsoTableDirProperty = "bidi" | "normal" | "rtl";6624export type MsoTableInsAuthorProperty = GlobalsString;6625export type MsoTableInsTimeProperty = GlobalsString;6626export type MsoTableInsertedProperty = GlobalsString;6627export type MsoTableLayoutAltProperty = "auto" | "fixed" | "inherit";6628export type MsoTableLeftProperty<TLength = GlobalsString | 0> =6629 | TLength6630 | "center"6631 | "inside"6632 | "left"6633 | "outside"6634 | "right"6635 | "inherit";6636export type MsoTableLspaceProperty<TLength = GlobalsString | 0> = TLength | "inherit";6637export type MsoTableOverlapProperty = "auto" | "never" | "inherit";6638export type MsoTablePropAuthorProperty = GlobalsString;6639export type MsoTablePropChangeProperty = GlobalsString;6640export type MsoTablePropTimeProperty = GlobalsString;6641export type MsoTableRspaceProperty<TLength = GlobalsString | 0> =6642 | TLength6643 | GlobalsString6644 | "inherit";6645export type MsoTableTopProperty<TLength = GlobalsString | 0> =6646 | TLength6647 | GlobalsString6648 | "bottom"6649 | "inside"6650 | "middle"6651 | "outside"6652 | "top";6653export type MsoTableTspaceProperty<TLength = GlobalsString | 0> = TLength | "inherit";6654export type MsoTableWrapProperty = "around" | "none" | "inherit";6655export type MsoTextAnimationProperty =6656 | "ants-black"6657 | "ants-red"6658 | "blink-background"6659 | "lights"6660 | "none"6661 | "shimmer"6662 | "sparkle"6663 | "inherit";6664export type MsoTextCombineBracketsProperty = "angle" | "curly" | "none" | "round" | "square";6665export type MsoTextCombineIdProperty = GlobalsNumber;6666export type MsoTextControlProperty = "shrinktofit" | "wrap";6667export type MsoTextFitIdProperty = GlobalsNumber;6668export type MsoTextIndentAltProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6669export type MsoTextOrientationProperty = GlobalsNumber | "horizontal" | "vertical";6670export type MsoTextRaiseProperty<TLength = GlobalsString | 0> = TLength | GlobalsString;6671export type MsoTitlePageProperty = "no" | "yes";6672export type MsoTnyCompressProperty = "no" | "yes";6673export type MsoUnsyncedProperty = "no" | "yes";6674export type MsoVerticalAlignAltProperty = "auto";6675export type MsoVerticalAlignSpecialProperty<TLength = GlobalsString | 0> =6676 | "010"6677 | 1216678 | TLength6679 | GlobalsString6680 | "baseline"6681 | "bottom"6682 | "distributed"6683 | "justify"6684 | "middle"6685 | "sub"6686 | "super"6687 | "text-bottom"6688 | "text-top"6689 | "top";6690export type MsoVerticalPageAlignProperty = "bottom" | "center" | "justified" | "middle" | "top";6691export type MsoWidthAltProperty = GlobalsNumber;6692export type MsoWidthSourceProperty = "auto" | "userset" | "inherit";6693export type MsoWordWrapProperty = GlobalsNumber;6694export type MsoXlrowspanProperty = GlobalsNumber;6695export type MsoZeroHeightProperty = "no" | "yes";6696type BorderArt =6697 | "apples"6698 | "arched-scallops"6699 | "baby-pacifier"6700 | "baby-rattle"6701 | "balloons-3-color"6702 | "balloons-hot-air"6703 | "basic-black-dashes"6704 | "basic-black-dots"6705 | "basic-black-squares"6706 | "basic-thin-lines"6707 | "basic-white-dashes"6708 | "basic-white-dots"6709 | "basic-white-squares"6710 | "basic-wide-inline"6711 | "basic-wide-midline"6712 | "basic-wide-outline"6713 | "bats"6714 | "birds"6715 | "birds-flight"6716 | "cabins"6717 | "cake-slice"6718 | "candy-corn"6719 | "celtic-knotwork"6720 | "certificate-banner"6721 | "chain-link"6722 | "champagne-bottle"6723 | "checked-bar-black"6724 | "checked-bar-color"6725 | "checkered"6726 | "christmas-tree"6727 | "circles-lines"6728 | "circles-rectangles"6729 | "classical-wave"6730 | "clocks"6731 | "compass"6732 | "confetti"6733 | "confetti-grays"6734 | "confetti-outline"6735 | "confetti-streamers"6736 | "confetti-white"6737 | "corner-triangles"6738 | "coupon-cutout-dashes"6739 | "coupon-cutout-dots"6740 | "crazy-maze"6741 | "creatures-butterfly"6742 | "creatures-fish"6743 | "creatures-insects"6744 | "creatures-lady-bug"6745 | "cross-stitch"6746 | "cup"6747 | "deco-arch"6748 | "deco-arch-color"6749 | "deco-blocks"6750 | "diamonds-gray"6751 | "double-d"6752 | "double-diamonds"6753 | "earth-1"6754 | "earth-2"6755 | "eclipsing-squares-1"6756 | "eclipsing-squares-2"6757 | "eggs-black"6758 | "fans"6759 | "film"6760 | "firecrackers"6761 | "flowers-block-print"6762 | "flowers-daisies"6763 | "flowers-modern-1"6764 | "flowers-modern-2"6765 | "flowers-pansy"6766 | "flowers-red-rose"6767 | "flowers-roses"6768 | "flowers-teacup"6769 | "flowers-tiny"6770 | "gems"6771 | "gingerbread-man"6772 | "gradient"6773 | "handmade-1"6774 | "handmade-2"6775 | "heart-balloon"6776 | "heart-gray"6777 | "hearts"6778 | "heebie-jeebies"6779 | "holly"6780 | "house-funky"6781 | "hypnotic"6782 | "ice-cream-cones"6783 | "light-bulb"6784 | "lightning-1"6785 | "lightning-2"6786 | "map-pins"6787 | "maple-leaf"6788 | "maple-muffins"6789 | "marquee"6790 | "marquee-toothed"6791 | "moons"6792 | "mosaic"6793 | "music-notes"6794 | "northwest"6795 | "ovals"6796 | "packages"6797 | "palms-black"6798 | "palms-color"6799 | "paper-clips"6800 | "papyrus"6801 | "party-favor"6802 | "party-glass"6803 | "pencils"6804 | "people"6805 | "people-hats"6806 | "people-waving"6807 | "poinsettias"6808 | "postage-stamp"6809 | "pumpkin-1"6810 | "push-pin-note-1"6811 | "push-pin-note-2"6812 | "pyramids"6813 | "pyramids-above"6814 | "quadrants"6815 | "rings"6816 | "safari"6817 | "sawtooth"6818 | "sawtooth-gray"6819 | "scared-cat"6820 | "seattle"6821 | "shadowed-squares"6822 | "sharks-teeth"6823 | "shorebird-tracks"6824 | "skyrocket"6825 | "snowflake-fancy"6826 | "snowflakes"6827 | "sombrero"6828 | "southwest"6829 | "stars"6830 | "stars-3d"6831 | "stars-black"6832 | "stars-shadowed"6833 | "stars-top"6834 | "sun"6835 | "swirligig"6836 | "torn-paper"6837 | "torn-paper-black"6838 | "trees"6839 | "triangle-party"6840 | "triangles"6841 | "tribal-1"6842 | "tribal-2"6843 | "tribal-3"6844 | "tribal-4"6845 | "tribal-5"6846 | "tribal-6"6847 | "twisted-lines-1"6848 | "twisted-lines-2"6849 | "vine"6850 | "waveline"6851 | "weaving-angles"6852 | "weaving-braid"6853 | "weaving-ribbon"6854 | "weaving-strips"6855 | "white-flowers"6856 | "woodwork"6857 | "x-illusions"6858 | "zany-triangles"6859 | "zig-zag"6860 | "zig-zag-stitch";6861type BorderStyle = ComplexLineStyle | GapLineStyle | SimpleLineStyle;6862type Color = NamedColor | GlobalsString | "auto" | "windowtext";6863type ComplexLineStyle =6864 | "dash-dot-stroked"6865 | "dot-dash"6866 | "dot-dash-slanted"6867 | "dot-dot-dash"6868 | "double-wave"6869 | "emboss-3d"6870 | "engrave-3d"6871 | "short-dash"6872 | "solid-thick"6873 | "three-d-emboss"6874 | "three-d-engrave";6875type FontSize =6876 | "large"6877 | "larger"6878 | "medium"6879 | "small"6880 | "smaller"6881 | "x-large"6882 | "x-small"6883 | "xx-large"6884 | "xx-small";6885type GapLineStyle =6886 | "dash-large-gap"6887 | "dash-small-gap"6888 | "thick-thin-large-gap"6889 | "thick-thin-medium-gap"6890 | "thick-thin-small-gap"6891 | "thick-thin-thick-small-gap"6892 | "thin-thick-large-gap"6893 | "thin-thick-medium-gap"6894 | "thin-thick-small-gap"6895 | "thin-thick-thin-large-gap"6896 | "thin-thick-thin-medium-gap"6897 | "thin-thick-thin-small-gap";6898type GenericFontFamily =6899 | GlobalsString6900 | "cursive"6901 | "fantasy"6902 | "monospace"6903 | "sans-serif"6904 | "serif";6905type IntNumberStyle =6906 | "aiueo"6907 | "aiueo-full-width"6908 | "arabic"6909 | "arabic-abjad"6910 | "arabic-alpha"6911 | "arabic-leading-zero"6912 | "bullet"6913 | "cardinal-text"6914 | "chicago"6915 | "chinese-counting"6916 | "chinese-counting-thousand"6917 | "chinese-legal-simplified"6918 | "chosung"6919 | "decimal"6920 | "decimal-enclosed-circle"6921 | "decimal-enclosed-circle-chinese"6922 | "decimal-enclosed-fullstop"6923 | "decimal-enclosed-paren"6924 | "decimal-full-width"6925 | "decimal-half-width"6926 | "decimal-zero"6927 | "ganada"6928 | "hangul-digital"6929 | "hebrew-1"6930 | "hebrew-2"6931 | "hexadecimal"6932 | "ideograph-digital"6933 | "ideograph-enclosed-circle"6934 | "ideograph-legal-traditional"6935 | "ideograph-traditional"6936 | "ideograph-zodiak"6937 | "ideograph-zodiak-traditional"6938 | "iroha"6939 | "iroha-full-width"6940 | "japanese-counting"6941 | "japanese-digital-ten-thousand"6942 | "japanese-legal"6943 | "korean-counting"6944 | "korean-digital"6945 | "korean-legal"6946 | "ordinal"6947 | "ordinal-text"6948 | "taiwanese-counting"6949 | "taiwanese-counting-thousand"6950 | "taiwanese-digital";6951type LineWidth<TLength = GlobalsString | 0> = TLength | "medium" | "thick" | "thin";6952type MsExcelPatternName = "12.5-gray" | "25-gray" | "50-gray" | "6.25-gray" | "75-gray";6953type MsWordPatternName =6954 | "075-gray"6955 | "10-gray"6956 | "12.5-gray"6957 | "15-gray"6958 | "175-gray"6959 | "20-gray"6960 | "225-gray"6961 | "25-gray"6962 | "25-gray"6963 | "275-gray"6964 | "30-gray"6965 | "325-gray"6966 | "35-gray"6967 | "37.5-gray"6968 | "40-gray"6969 | "425-gray"6970 | "45-gray"6971 | "475-gray"6972 | "5-gray"6973 | "50-gray"6974 | "525-gray"6975 | "55-gray"6976 | "575-gray"6977 | "60-gray"6978 | "625-gray"6979 | "65-gray"6980 | "675-gray"6981 | "70-gray"6982 | "725-gray"6983 | "75-gray"6984 | "775-gray"6985 | "80-gray"6986 | "825-gray"6987 | "85-gray"6988 | "87.5-gray"6989 | "90-gray"6990 | "925-gray"6991 | "95-gray"6992 | "97-gray"6993 | "975-gray";6994type NamedColor =6995 | "aqua"6996 | "black"6997 | "black"6998 | "blue"6999 | "fuchsia"7000 | "gray"7001 | "green"7002 | "lime"7003 | "maroon"7004 | "navy"7005 | "olive"7006 | "purple"7007 | "red"7008 | "silver"7009 | "teal"7010 | "white"7011 | "yellow";7012type NumberStyle =7013 | "alpha-lower"7014 | "alpha-upper"7015 | "lower-alpha"7016 | "lower-roman"7017 | "roman-lower"7018 | "roman-upper"7019 | "upper-alpha"7020 | "upper-roman";7021type SimpleLineStyle =7022 | "dashed"7023 | "dotted"7024 | "double"7025 | "groove"7026 | "hairline"7027 | "inset"7028 | "none"7029 | "outset"7030 | "ridge"7031 | "solid"7032 | "triple"7033 | "wave";7034export type ConditionalOperator = "&" | "gt" | "gte" | "lt" | "lte" | "!" | "|";7035export type ConditionalVersion =7036 | "IE"7037 | "mso"7038 | "mso 9"7039 | "mso 10"7040 | "mso 11"7041 | "mso 12"7042 | "mso 14"7043 | "mso 15"...

Full Screen

Full Screen

configManager.js

Source:configManager.js Github

copy

Full Screen

1'use strict';2const { app } = require('electron');3const fs = require('fs');4const configPath = app.getPath('userData').replace(/\\/g, "/") + '/config.py';5let saveQueue = [];6let saveQueueProcessing = false;7String.prototype.capitalize = function () {8 return this.charAt(0).toUpperCase() + this.slice(1);9}10module.exports = class ConfigManager {11 constructor() {12 fs.access(configPath, fs.constants.F_OK | fs.constants.W_OK, (err) => {13 if (err) {14 if (err.code === 'ENOENT') {15 saveQueue.push({ timestamp: new Date() });16 if (saveQueue.length > 0 && !saveQueueProcessing) {17 processSaveQueue();18 }19 } else {20 throw err;21 }22 }23 });24 }25 updateConfig(json) {26 saveQueue.push({ timestamp: new Date(), content: json });27 if (saveQueue.length > 0 && !saveQueueProcessing) {28 processSaveQueue();29 }30 }31}32function processSaveQueue() {33 saveQueueProcessing = true;34 let info = saveQueue.shift();35 fs.writeFile(configPath, createPyConfigFile(info.timestamp, info.content), (err) => {36 if (err) throw err;37 if (saveQueue.length > 0) {38 processSaveQueue();39 } else {40 saveQueueProcessing = false;41 }42 });43}44function createPyConfigFile(timestamp = new Date(), permJson = {}) {45 let overviewerConfigFile = '# Created on ' + timestamp.toLocaleDateString() + ' ' + timestamp.toLocaleTimeString() + ' with Overviewer Config v' + require('../package.json').version + '\n';46 overviewerConfigFile += '\n';47 overviewerConfigFile += worldsSection(permJson.worlds);48 overviewerConfigFile += globalConfig(permJson.global);49 overviewerConfigFile += markersConfig(permJson.markers);50 overviewerConfigFile += renderConfig(permJson.worlds);51 return overviewerConfigFile;52}53function worldsSection(worlds = {}) {54 let worldsString = '#\t\tWorlds Setup\n';55 if (worlds.length > 0) {56 worlds.forEach(function (worldInfo) {57 if (worldInfo.enabled)58 worldsString += 'worlds["' + worldInfo.name + '"] = "' + worldInfo.path + '"\n';59 });60 }61 worldsString += '\n';62 return worldsString;63}64function globalConfig(global = {}) {65 let globalsString = '#\t\tGlobal Config\n';66 if (global && global.outputLocation)67 globalsString += 'outputdir = "' + global.outputLocation + '"\n';68 //globalsString += 'customwebassets = "../web_assets"\n';69 globalsString += 'bgcolor = "#000000"\n';70 if (global && global.caveDepthShading) {71 globalsString += 'custom_cave = "cave"\n';72 } else {73 globalsString += 'custom_cave = [Base(), EdgeLines(), Cave()]\n';74 }75 if (global && global.lighterNetherShading) {76 globalsString += 'custom_nether_lighting = [Base(), EdgeLines(), Nether(), Lighting(strength=0.5)]\n';77 globalsString += 'custom_nether_smooth_lighting = [Base(), EdgeLines(), Nether(), SmoothLighting(strength=0.5)]\n';78 } else {79 globalsString += 'custom_nether_lighting = "nether_lighting"\n';80 globalsString += 'custom_nether_smooth_lighting = "nether_smooth_lighting"\n';81 }82 if (global && global.lighterEndShading) {83 globalsString += 'custom_end_lighting = [Base(), EdgeLines(), Lighting(strength=0.5)]\n';84 globalsString += 'custom_end_smooth_lighting = [Base(), EdgeLines(), SmoothLighting(strength=0.5)]\n';85 } else {86 globalsString += 'custom_end_lighting = [Base(), EdgeLines(), Lighting()]\n';87 globalsString += 'custom_end_smooth_lighting = [Base(), EdgeLines(), SmoothLighting()]\n';88 }89 globalsString += '\n';90 // Progress91 if (global && global.renderProgress) {92 globalsString += '#\t\tProgress\n';93 if (global.renderProgress.local && global.renderProgress.web) {94 globalsString += 'from .observer import MultiplexingObserver, LoggingObserver, JSObserver\n';95 globalsString += 'observer = MultiplexingObserver(LoggingObserver(), JSObserver(outputdir, 10))\n';96 } else if (global.renderProgress.web) {97 globalsString += 'from .observer import JSObserver\n';98 globalsString += 'observer = JSObserver(outputdir, 10)\n';99 } else if (global.renderProgress.local) {100 globalsString += 'from .observer import LoggingObserver\n';101 globalsString += 'observer = LoggingObserver()\n';102 }103 globalsString += '\n';104 }105 // Image Settings106 if (global && global.imageSettings) {107 globalsString += '#\t\tImage Settings\n';108 if (global.imageSettings.format) {109 globalsString += 'imgformat = "' + global.imageSettings.format + '"\n';110 switch (global.imageSettings.format) {111 case 'png':112 if (require('command-exists').sync('oxipng')) {113 globalsString += 'from .optimizeimages import oxipng\n';114 globalsString += 'optimizeimg = [oxipng(olevel=' + global.imageSettings.png.compressionLevel + ')]\n';115 }116 break;117 case 'jpg':118 globalsString += 'imgquality = ' + global.imageSettings.jpg.imgquality + '\n';119 if (require('command-exists').sync('jpegoptim')) {120 globalsString += 'from .optimizeimages import jpegoptim\n';121 globalsString += 'optimizeimg = [jpegoptim(quality=' + global.imageSettings.jpg.imgquality + ')]\n';122 }123 break;124 case 'webp':125 globalsString += 'imgquality = ' + global.imageSettings.webp.compressionLevel + '\n';126 globalsString += 'imglossless = ' + (global.imageSettings.webp.imglossless ? 'True' : 'False') + '\n';127 break;128 }129 }130 globalsString += '\n';131 }132 return globalsString;133}134function markersConfig(markers = {}) {135 let markersString = '#\t\tMarkers Config\n';136 const defRegex = /(?<=^def\s)(\w|\d)+(?=\()/i;137 Object.keys(markers).map(function (key, index) {138 if (markers[key].customFilterFunction) {139 markersString += markers[key].customFilterFunction + '\n\n';140 markersString += key + 'Filter = dict(name="' + markers[key].name + '", filterFunction=' + defRegex.exec(markers[key].customFilterFunction)[0] + (markers[key].icon ? ', icon="' + markers[key].icon + '"' : '') + ', createInfoWindow=' + (markers[key].createInfoWindow ? 'True' : 'False') + ', checked=' + (markers[key].checked ? 'True' : 'False') + ')\n\n';141 }142 });143 return markersString;144}145function renderConfig(worlds = {}) {146 let renderString = '#\t\tWorld Render Config\n';147 for (const worldKey in worlds) {148 const worldInfo = worlds[worldKey];149 if (worldInfo.enabled) {150 renderString += `##\t\t${worldInfo.name}\n`;151 function getDirection(directionKey) {152 switch (directionKey) {153 case "ul":154 return "upper-left";155 case "ur":156 return "upper-right";157 case "ll":158 return "lower-left";159 case "lr":160 return "lower-right";161 }162 }163 for (const renderTypeKey in worldInfo.renderTypes) {164 const renderType = worldInfo.renderTypes[renderTypeKey];165 if (renderType.enabled) {166 renderString += `###\t\t${renderTypeKey.capitalize()}\n`;167 for (const directionKey in renderType.directions) {168 const directionEnabled = renderType.directions[directionKey];169 if (directionEnabled) {170 renderString += `####\t${directionKey.toUpperCase()}\n`;171 function getDimension() {172 switch (renderTypeKey) {173 case "nether":174 return "nether";175 case "end":176 return "end";177 }178 }179 function getRenderQuality() {180 switch (renderTypeKey) {181 case "day":182 if (renderType.smoothLighting) {183 return `"smooth_lighting"`;184 } else {185 return `"lighting"`;186 }187 case "caves":188 return "custom_cave";189 case "night":190 if (renderType.smoothLighting) {191 return `"smooth_night"`;192 } else {193 return `"night"`;194 }195 case "nether":196 if (renderType.smoothLighting) {197 return "custom_nether_smooth_lighting";198 } else {199 return "custom_nether_lighting";200 }201 case "end":202 if (renderType.smoothLighting) {203 return "custom_end_smooth_lighting";204 } else {205 return "custom_end_lighting";206 }207 }208 }209 let markerList = [];210 for (const markerTypeKey in renderType.markers) {211 if (renderType.markers[markerTypeKey]) {212 switch (markerTypeKey) {213 case "sign":214 markerList.push("signsFilter");215 break;216 case "chest":217 markerList.push("chestsFilter");218 break;219 case "player":220 markerList.push("playersFilter");221 break;222 }223 }224 }225 renderString += `renders["${worldInfo.sc}-${renderTypeKey}-${directionKey}"] = {\n`;226 renderString += `\t"world": "${worldInfo.name}",\n`;227 renderString += `\t"title": "${renderTypeKey.capitalize()} ${directionKey.toUpperCase()}",\n`;228 if (renderTypeKey == "nether" || renderTypeKey == "end") {229 renderString += `\t"dimension": "${getDimension()}",\n`;230 }231 renderString += `\t"rendermode": ${getRenderQuality()},\n`;232 renderString += `\t"northdirection": "${getDirection(directionKey)}",\n`;233 if (renderType.markers) {234 renderString += `\t"markers": [${markerList}]\n`;235 }236 renderString += `}\n`;237 }238 }239 }240 }241 for (const overlayTypeKey in worldInfo.overlayTypes) {242 const overlayType = worldInfo.overlayTypes[overlayTypeKey];243 if (Object.values(overlayType).some((e) => { return e; })) {244 renderString += `###\t\t${overlayTypeKey.capitalize()}\n`;245 let directionsToRender = {246 "ul": [],247 "ur": [],248 "ll": [],249 "lr": []250 };251 for (const renderTypeKey in overlayType) {252 const renderTypeEnabled = overlayType[renderTypeKey];253 254 for (const directionKey in worldInfo.renderTypes[renderTypeKey].directions) {255 if (worldInfo.renderTypes[renderTypeKey].directions[directionKey]) {256 directionsToRender[directionKey].push(`${worldInfo.sc}-${renderTypeKey}-${directionKey}`);257 }258 }259 }260 for (const directionKey in directionsToRender) {261 const directionEnabled = directionsToRender[directionKey];262 if (directionEnabled.length > 0) {263 renderString += `####\t${directionKey.toUpperCase()}\n`;264 function overlayType() {265 switch (overlayTypeKey) {266 case "minerals":267 return "MineralOverlay()";268 case "spawn":269 return "SpawnOverlay()";270 }271 }272 renderString += `renders["${worldInfo.sc}-${overlayTypeKey}-${directionKey}"] = {\n`;273 renderString += `\t"world": "${worldInfo.name}",\n`;274 renderString += `\t"title": "${overlayTypeKey.capitalize()} ${directionKey.toUpperCase()}",\n`;275 renderString += `\t"rendermode": [ClearBase(), ${overlayType()}],\n`;276 renderString += `\t"northdirection": "${getDirection(directionKey)}",\n`;277 renderString += `\t"overlay": ${JSON.stringify(directionEnabled)},\n`;278 renderString += `}\n`;279 }280 }281 }282 }283 }284 }285 return renderString;...

Full Screen

Full Screen

lint-eslint.js

Source:lint-eslint.js Github

copy

Full Screen

1/* global EslintLinter:true */2const CLIEngine = Npm.require('eslint').CLIEngine;3const yaml = Npm.require('js-yaml');4const stripJsonComments = Npm.require('strip-json-comments');5const chalk = Npm.require('chalk');6const printDebugMessage = (file, message) => {7 file.error({message});8};9class EslintConfig {10 constructor() {11 this.cliParams = {12 baseConfig: null, // json object13 ignorePattern: null, // [string]14 };15 this.hashes = {16 configHash: null, // string17 ignoreHash: null, // string18 };19 this.archSpecific = {}; // { [arch] -> {globals, globalsString} }20 this.messageCache = {}; // { [pathInPackage,arch] -> { hash, messages }}}21 }22 configChanged(configHash) {23 return (configHash && this.hashes.configHash !== configHash)24 || (!configHash && this.hashes.configHash);25 }26 ignoreChanged(ignoreHash) {27 return (ignoreHash && this.hashes.ignoreHash !== ignoreHash)28 || (!ignoreHash && this.hashes.ignoreHash);29 }30 globalsChanged(arch, globalsString) {31 const archSpecific = this.archSpecific[arch];32 return !archSpecific || (globalsString && archSpecific.globalsString !== globalsString)33 || (!globalsString && archSpecific.globalsString);34 }35 setConfigFromString(configHash, configString) {36 this.hashes.configHash = configHash;37 try {38 this.cliParams.baseConfig = yaml.safeLoad(stripJsonComments(configString));39 } catch (err) {40 this.cliParams.baseConfig = null;41 throw err;42 }43 }44 setIgnoreFromString(ignoreHash, ignoreString) {45 this.hashes.ignoreHash = ignoreHash;46 try {47 this.cliParams.ignorePattern = ignoreString.split('\n').filter((line) => {48 return line.length > 0;49 });50 } catch (err) {51 this.cliParams.ignorePattern = null;52 throw err;53 }54 }55 setGlobals(arch, globalsString, globals) {56 if (!this.archSpecific[arch]) {57 this.archSpecific[arch] = {58 globalsString: null,59 globals: null60 };61 }62 this.archSpecific[arch].globalsString = globalsString;63 this.archSpecific[arch].globals = globals;64 }65 cachedMessages(cacheKey, hash) {66 return this.messageCache.hasOwnProperty(cacheKey)67 && this.messageCache[cacheKey].hash === hash68 && this.messageCache[cacheKey].messages;69 }70 cache(cacheKey, cacheData) {71 this.messageCache[cacheKey] = cacheData;72 }73 clearMessageCache() {74 this.messageCache = {};75 }76}77class EslintLinter {78 constructor() {79 console.log("CONSTRUCTING")80 this._cacheByPackage = {};81 }82 getDefaultConfig() {83 // TODO: why can't we cache as this._defaultConfig?84 const cli = new CLIEngine({useEslintrc: false, baseConfig: {},85 configFile: 'packages/eslint/config/.eslintrc-default'});86 return cli.getConfigForFile();87 }88 getConfigFile(files, configFilename) {89 const packageName = files[0].getPackageName();90 const configs = files.filter((file) => {91 return file.getBasename() === configFilename;92 });93 const configFile = configs[0];94 if (configs.length > 1) {95 const configList = configs.map((c) => c.getPathInPackage()).join(', ');96 configFile.error({97 message: `Found multiple ${configFilename} files in package ${packageName}: ${configList}`98 });99 }100 return configFile;101 }102 getPackageConfig(files, globals) {103 const packageName = files[0].getPackageName() || '*app*';104 const arch = files[0].getArch();105 let config = this._cacheByPackage[packageName];106 // check for changes in .eslintrc config107 const eslintRc = this.getConfigFile(files, '.eslintrc');108 const eslintRcHash = eslintRc ? eslintRc.getSourceHash() : null;109 const eslintRcString = eslintRc ? eslintRc.getContentsAsString() : null;110 if (!config) {111 printDebugMessage(eslintRc, `Creating eslint config for ${packageName}`);112 config = new EslintConfig();113 }114 if (config.configChanged(eslintRcHash, eslintRcString)) {115 try {116 config.setConfigFromString(eslintRcHash, eslintRcString);117 } catch (err) {118 eslintRc.error({119 message:120 `Failed to parse ${eslintRc.getPathInPackage()}: not valid JSON: ${err.message}`121 });122 }123 printDebugMessage(eslintRc, 'loading eslintrc');124 config.clearMessageCache();125 }126 // check for changes in .eslintignore config127 const eslintIgnore = this.getConfigFile(files, '.eslintignore');128 const eslintIgnoreHash = eslintIgnore ? eslintIgnore.getSourceHash() : null;129 const eslintIgnoreString = eslintIgnore ? eslintIgnore.getContentsAsString() : null;130 if (config.ignoreChanged(eslintIgnoreHash, eslintIgnoreString)) {131 try {132 config.setIgnoreFromString(eslintIgnoreHash, eslintIgnoreString);133 } catch (err) {134 eslintIgnore.error({135 message:136 `Failed to parse ${eslintIgnore.getPathInPackage()}: not valid JSON: ${err.message}`137 });138 }139 printDebugMessage(eslintIgnore, 'loading eslintignore');140 config.clearMessageCache();141 }142 // check for changes in the globals143 const globalsString = globals.length ? globals.join(',') : null;144 if (config.globalsChanged(arch, globalsString)) {145 config.setGlobals(arch, globalsString, globals);146 config.clearMessageCache();147 printDebugMessage(eslintRc, 'loading globals');148 }149 // Store the cached config150 this._cacheByPackage[packageName] = config;151 return config;152 }153 processFilesForPackage(files, options) {154 // Assumes that this method gets called once per package.155 // TODO: if we wanted to provide a default config, we could use this.getDefaultConfig() and156 // merge via https://github.com/eslint/eslint/blob/v1.9.0/lib/util.js#L25157 const eslintConfig = this.getPackageConfig(files, options.globals);158 // We use a CLIEngine here instead of 'verify', since the CLIEngine seems to be the only159 // way to load eslint plugins [babel, react].160 // Don't use .eslintrc's or .eslintignore's since we are running in the context of161 // a build plugin, not the real file system. If we had a reliable way to translate the `file`162 // object into the original path on disk, we could probably just lint the file in it's original163 // filesystem context, which may or may not be a better idea.164 const arch = files[0].getArch();165 const cliParams = _.extend({166 useEslintrc: false,167 globals: eslintConfig.archSpecific[arch].globals168 }, eslintConfig.cliParams);169 const packageCli = new CLIEngine(cliParams);170 files.forEach((file) => {171 // skip linting config files172 if (file.getBasename() === '.eslintrc' || file.getBasename() === '.eslintignore') {173 return;174 }175 // skip files we already linted176 const cacheKey = JSON.stringify([file.getPathInPackage(), file.getArch()]);177 const cachedMessages = eslintConfig.cachedMessages(cacheKey, file.getSourceHash());178 if (cachedMessages) {179 printDebugMessage(file, 'loading from cache');180 this.logPluginResults(file, cachedMessages);181 return;182 }183 const report = packageCli.executeOnText(file.getContentsAsString(), file.getPathInPackage());184 const messages = report.results && report.results[0] && report.results[0].messages;185 eslintConfig.cache(cacheKey, {hash: file.getSourceHash(), messages: messages});186 if (messages && messages.length) {187 this.logPluginResults(file, messages);188 }189 });190 }191 logPluginResults(file, messages) {192 messages.forEach((m) => {193 const severity = m.severity === 1 ? chalk.yellow('WARNING: ') : chalk.red('ERROR: ');194 let text = severity + m.message;195 if (m.ruleId) {196 text += chalk.dim(` [${m.ruleId}]`);197 } else if (m.source) {198 text += chalk.dim(` [${m.source}]`);199 }200 const entry = {201 message: text,202 line: m.line,203 column: m.column204 };205 file.error(entry);206 });207 }208}209Plugin.registerLinter({210 extensions: ['js', 'jsx'],211 filenames: ['.eslintrc', '.eslintignore']212}, () => {213 return new EslintLinter();...

Full Screen

Full Screen

Using AI Code Generation

copy

Full Screen

1const { globalsString } = require('storybook-root');2console.log(globalsString);3import { globalsString } from 'storybook-root';4console.log(globalsString);5const { globalsString } = require('storybook-root');6console.log(globalsString);7import { globalsString } from 'storybook-root';8console.log(globalsString);9const { globalsString } = require('storybook-root');10console.log(globalsString);11import { globalsString } from 'storybook-root';12console.log(globalsString);13const { globalsString } = require('storybook-root');14console.log(globalsString);15import { globalsString } from 'storybook-root';16console.log(globalsString);17const { globalsString } = require('storybook-root');18console.log(globalsString);19import { globalsString } from 'storybook-root';20console.log(globalsString);21const { globalsString } = require('storybook-root');22console.log(globalsString);23import { globalsString } from 'storybook-root';24console.log(globalsString);25const { globalsString } = require('storybook-root');26console.log(globalsString);27import { globalsString } from 'storybook-root';28console.log(globalsString);29const { globalsString } = require('storybook-root');30console.log(globalsString

Full Screen

Using AI Code Generation

copy

Full Screen

1import React from 'react';2import { storiesOf } from '@storybook/react';3import { withKnobs, text } from '@storybook/addon-knobs';4import { withInfo } from '@storybook/addon-info';5import { globalsString } from 'storybook-addon-globals';6storiesOf('Test', module)7 .addDecorator(withKnobs)8 .add(9 withInfo({10 text: globalsString('Test', 'Test'),11 })(() => <div>{text('Test', 'Test')}</div>)12 );13{

Full Screen

Using AI Code Generation

copy

Full Screen

1import { globalsString } from 'storybook-root';2import { globalsString } from 'storybook-root';3import { globalsString } from 'storybook-root';4import { globalsString } from 'storybook-root';5import { globalsString } from 'storybook-root';6import { globalsString } from 'storybook-root';7import { globalsString } from 'storybook-root';8import { globalsString } from 'storybook-root';9import { globalsString } from 'storybook-root';10import { globalsString } from 'storybook-root';11import { globalsString } from 'storybook-root';12import { globalsString } from 'storybook-root';13import { globalsString } from 'storybook-root';14import { globalsString } from 'storybook-root';15import { globalsString } from 'storybook-root';16import { globalsString } from 'storybook-root';17import { globalsString } from 'storybook-root';18import { globalsString } from 'storybook-root';19import { globalsString } from 'storybook-root';20import { globalsString } from 'storybook-root';

Full Screen

Using AI Code Generation

copy

Full Screen

1import { globalsString } from 'storybook-root';2console.log(globalsString);3import { globalsString } from 'storybook-root';4export const parameters = {5 globals: {6 },7};8import { globalsString } from 'storybook-root';9export const parameters = {10 globals: {11 },12};13import { globalsString } from 'storybook-root';14export const parameters = {15 globals: {16 },17};18import { globalsString } from 'storybook-root';19export const parameters = {20 globals: {21 },22};23import { globalsString } from 'storybook-root';24export const parameters = {25 globals: {26 },27};28import { globalsString } from 'storybook-root';29export const parameters = {30 globals: {31 },32};33import { globalsString } from 'storybook-root';34export const parameters = {35 globals: {36 },37};38import { globalsString } from 'storybook-root';39export const parameters = {40 globals: {41 },42};43import { globalsString } from 'storybook-root';44export const parameters = {45 globals: {46 },47};48import { globalsString } from 'storybook-root';49export const parameters = {50 globals: {51 },52};53import { globalsString } from 'storybook-root';54export const parameters = {55 globals: {56 },57};58import { globalsString } from 'storybook-root';59export const parameters = {60 globals: {61 },62};63import { globalsString } from 'storybook-root';64export const parameters = {65 globals: {66 },67};68import { globalsString } from 'storybook-root';69export const parameters = {70 globals: {

Full Screen

Using AI Code Generation

copy

Full Screen

1import { globalsString } from 'storybook-root';2console.log(globals);3import { globalsObject } from 'storybook-root';4console.log(globals);5import { globalsString } from 'storybook-root';6console.log(globals);7import { globalsObject } from 'storybook-root';8console.log(globals);9import { globalsString } from 'storybook-root';10console.log(globals);11import { globalsObject } from 'storybook-root';12console.log(globals);13 import { globalsString } from 'storybook-root';14 console.log(globals);15 import { globalsObject } from 'storybook-root';16 console.log(globals);17 import { globalsString } from 'storybook-root';18 console.log(globals);19 import { globalsObject } from 'storybook-root';20 console.log(globals);

Full Screen

Using AI Code Generation

copy

Full Screen

1import { globalsString } from 'storybook-root'2const globals = globalsString()3import { globalsString } from './globals'4export { globalsString }5export const globalsString = () => {6 const globals = {7 }8 return JSON.stringify(globals)9}10export const globalsString = () => {11 const globals = {12 }13 return JSON.stringify(globals)14}15export const globalsString = () => {16 const globals = {17 }18 return JSON.stringify(globals)19}20export const globalsString = () => {21 const globals = {22 }23 return JSON.stringify(globals)24}25export const globalsString = () => {26 const globals = {27 }28 return JSON.stringify(globals)29}30export const globalsString = () => {31 const globals = {32 }33 return JSON.stringify(globals)34}35export const globalsString = () => {36 const globals = {37 }38 return JSON.stringify(globals)39}40export const globalsString = () => {41 const globals = {42 }43 return JSON.stringify(globals)44}45export const globalsString = () => {46 const globals = {47 }48 return JSON.stringify(globals)49}50export const globalsString = () => {51 const globals = {52 }53 return JSON.stringify(globals)54}

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run storybook-root automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful