|
308 | 308 | textInfos.UNIT_READINGCHUNK:wdSentence, |
309 | 309 | } |
310 | 310 |
|
311 | | -formatConfigFlagsMap={ |
312 | | - "reportFontName":0x1, |
313 | | - "reportFontSize":0x2, |
314 | | - "reportFontAttributes":0x4, |
315 | | - "reportColor":0x8, |
316 | | - "reportAlignment":0x10, |
317 | | - "reportStyle":0x20, |
318 | | - "reportSpellingErrors":0x40, |
319 | | - "reportPage":0x80, |
320 | | - "reportLineNumber":0x100, |
321 | | - "reportTables":0x200, |
322 | | - "reportLists":0x400, |
323 | | - "reportLinks":0x800, |
324 | | - "reportComments":0x1000, |
325 | | - "reportHeadings":0x2000, |
326 | | - "autoLanguageSwitching":0x4000, |
327 | | - "reportRevisions":0x8000, |
328 | | - "reportParagraphIndentation":0x10000, |
329 | | - "reportLineSpacing":0x40000, |
| 311 | +formatConfigFlagsMap = { |
| 312 | + "reportFontName": 0x1, |
| 313 | + "reportFontSize": 0x2, |
| 314 | + "reportFontAttributes": 0x4, |
| 315 | + "reportColor": 0x8, |
| 316 | + "reportAlignment": 0x10, |
| 317 | + "reportStyle": 0x20, |
| 318 | + "reportSpellingErrors": 0x40, |
| 319 | + "reportPage": 0x80, |
| 320 | + "reportLineNumber": 0x100, |
| 321 | + "reportTables": 0x200, |
| 322 | + "reportLists": 0x400, |
| 323 | + "reportLinks": 0x800, |
| 324 | + "reportComments": 0x1000, |
| 325 | + "reportHeadings": 0x2000, |
| 326 | + "autoLanguageSwitching": 0x4000, |
| 327 | + "reportRevisions": 0x8000, |
| 328 | + "reportParagraphIndentation": 0x10000, |
| 329 | + "reportLineSpacing": 0x40000, |
330 | 330 | "reportSuperscriptsAndSubscripts": 0x80000, |
| 331 | + "reportGraphics": 0x100000, |
331 | 332 | } |
332 | | -formatConfigFlag_includeLayoutTables=0x20000 |
| 333 | +formatConfigFlag_includeLayoutTables = 0x20000 |
333 | 334 |
|
334 | 335 | # Map some characters from 0 to Unicode. Meant to be used with bullets only. |
335 | 336 | # Doesn't care about the actual font, so can give incorrect Unicode in rare cases. |
|
0 commit comments