Word.ExportRange enum
指定要从 Word 文档导出的范围。
注解
使用方
- Word.DocumentExportAsFixedFormat2Options: 范围
- Word.DocumentExportAsFixedFormat3Options: 范围
- Word.DocumentExportAsFixedFormatOptions: 范围
字段
| allDocument = "AllDocument" | 导出整个文档。 |
| currentPage = "CurrentPage" | 导出当前页。 |
| fromTo = "FromTo" | 导出特定范围的页。 |
| selection = "Selection" | 导出当前所选内容。 |