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