Word读取页面文本
<h1>功能</h1>
<p>读取文档中一页的文本。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>页索引</td>
<td>【整型】读取第几页</td>
<td>1</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>页面文本</td>
<td>【字符串】读取第几页的文本内容</td>
<td>创建变量</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.将创建的变量传入日志消息函数中,在控制台将读取的文本显示出来。</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/7d7cdfd09fef885bf656ab2ddaa6e3ab" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/607085ba5759f008060e424fb35227ec" title="[组件[Word读取页面文本函数示例]_20210406.db">组件[Word读取页面文本函数示例]_20210406.db</a></p>