Page Border

Contents
[ ]

To make the page border continuous, add the following lines to the element corresponding to a particular renderer:

<Render>
...
<Extension Name="AWDOC" Type="Aspose.Words.ReportingServices.DocRenderer,Aspose.Words.ReportingServices">
<Configuration>
    <PageBorder>Continuous</PageBorder>
</Configuration>
</Extension>
</Render>