用一个节点替换另一个节点
我正在使用 docx4j,它使用 JAXB。
我想将文本节点更改为段落节点(或在同一位置删除/添加)。
这可能更多是一个 JAXB 问题..我对此不熟悉。
我可以使用查看示例找到相关的文本节点
MainDocumentPart.getJAXBNodesViaXpath()
,我可以了解如何创建新的段落节点。 然而,从那里开始,我迷失了。不确定如何删除我找到的文本节点,以及如何在该位置插入新的段落节点(或者 - 如果更好 - 如何将文本节点“更改”为段落节点)。
I'm using docx4j, which uses JAXB.
I want to change a Text node to be a Paragraph node (or delete/add in the same place).
This may be more of a JAXB question .. I'm not familiar with it.
I can find the relevant Text node using
MainDocumentPart.getJAXBNodesViaXpath()
Looking at samples, I can see how to create a new paragraph node.
However, from there, I'm lost. Not sure how to delete the Text node that I find, and how to insert a new paragraph node at that position (or -- if it's better -- how to "change" the Text node into a Paragraph node).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论