你好,这边有个问题,使用wpsSdk.Application.ActiveDocument.Range(endPos - 1, endPos).PasteHtml({ HTML: data.replaceValue, })
这个功能替换时,原文档存在字体间距的紧缩如下图,<img src="https://solution-community.wps.cn/uploads/post/54UrozZS5Su.png" alt="image.png"/>使用该功能后,字体间距的紧缩丢失<img src="https://solution-community.wps.cn/uploads/post/54UrPfY5nQd.png" alt="image.png"/>。还有时候一个文档中除了某一页存的页眉不存在,其他有个公共的页眉,使用PasteHtml后,页眉会不按照原文档配置的显示,请问这上面的2个问题有什么具体的解决办法吗