Syncfusion DocIO -- 如何使用 BookmarksNavigator 在书签处插入图像(本地文件)
我一直在使用 Syncfusion DocIO 从我的 .net 应用程序 (winforms) 生成 MS Word 文档。 到目前为止,我已经处理了纯文本,并且在 Word 文档模板中插入文本相当简单,其中书签作为文本插入的参考点。
我正在使用 BookmarksNavigator.MoveToBookmark() 导航书签。 现在我需要在书签中插入图像,但我不知道如何去做。
请帮忙...
谢谢。
I have been using Syncfusion DocIO for generating MS Word documents from my .net applications (winforms). So far I have dealt with plain text and it is fairly straightforward to insert text in a word document template where bookmarks serve as reference points for text insertion.
I am navigating the bookmarks using BookmarksNavigator.MoveToBookmark() . Now I need to insert an image at a bookmark but I am at a loss at how to go about it.
Please help...
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
专门用于将其添加到书签:
Specifically for adding it to a bookmark :
请参阅此处:https://help.syncfusion.com/file-formats /docio/working-with-mailmerge
1) 您应该创建名为“Template.docx”的 docx 文件。 该文件将用作模板。
在您的 docx 文件中创建 MergeField 类型的字段。
2) 创建名为 Image:Krishna 的 MergeFiled
3)
并生成代码:
See here: https://help.syncfusion.com/file-formats/docio/working-with-mailmerge
1) You should create docx file with name "Template.docx". This file will use as template.
In your docx file create Field of type MergeField.
2) Create MergeFiled with name Image:Krishna
3)
and generating code: