如何使用 Aspose.Word C# 在 MS Word 中插入图标
How to insert an icon in MS Word using Aspose.Word C#
有什么方法可以通过指定大小在特定位置使用 aspose.words 在 .docx
文件中插入图标?
最后,我通过联系 Aspose 支持团队找到了解决方案。
并且可以参考下面这个link:
How to insert an icon in MS Word using Aspose.Word C#
要在文档中插入图像,您可以使用 DocumentBuilder.InsertImage method. If you need to specify absolute position of the image you can use this overload DocumentBuilder.InsertImage(Byte[], RelativeHorizontalPosition, Double, RelativeVerticalPosition, Double, Double, Double, WrapType)
有什么方法可以通过指定大小在特定位置使用 aspose.words 在 .docx
文件中插入图标?
最后,我通过联系 Aspose 支持团队找到了解决方案。 并且可以参考下面这个link: How to insert an icon in MS Word using Aspose.Word C#
要在文档中插入图像,您可以使用 DocumentBuilder.InsertImage method. If you need to specify absolute position of the image you can use this overload DocumentBuilder.InsertImage(Byte[], RelativeHorizontalPosition, Double, RelativeVerticalPosition, Double, Double, Double, WrapType)