批量填充文字的时候,字体大小、粗细啥的想要和文档现有的保持一致,怎么处理呢?

阅读次数 2

用的这个方法填充

await app.ActiveDocument.Range(start, end).PasteHtml({
	HTML: '

甲方1

甲方2

' })

发现默认字号是16。 <img src="https://solution-community.wps.cn/uploads/post/5oswTMoC3Uh.png" alt="image.png"/>

0 Answers