本文介绍了使用Aspose.Words创建文档时设置页面边框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用Aspose.Words dll创建一个Word文档.文档正在生成,但是问题是我正在获取的文档没有页面边框.现在如何通过代码或代码为该文档设置页面边框什么.
任何人都可以帮忙...
拉加兹,
Prasant
Hi,
I am Creating a word Document using Aspose.Words dll.The Document is getting Generated Fine but the problem is the document which i am getting it doesn''t have the page border.Now How to set Page border for that document through code or something.
Can anyone help on this please...
Ragards,
Prasant
推荐答案
<Render>
...
<Extension Name="AWDOC" Type="Aspose.Words.ReportingServices.DocRenderer,Aspose.Words.ReportingServices">
<Configuration>
<PageBorder>Continuous</PageBorder>
</Configuration>
</Extension>
</Render>
Ref: aspose[^]
这篇关于使用Aspose.Words创建文档时设置页面边框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!