I want to draw a diagonal line in a cell. I have around 100 rows coming in 14 pages, the column where i need to be draw a diagonal line is merged vertically. I have used code
DocBuilder.CellFormat.Borders[BorderType.DiagonalUp].LineStyle = Aspose.Words.LineStyle.Single;
its working fine for a first page but others pages diagonal line is not showing.
can you please suggest me what should i do for that.
The other problem is that i want to show table header in every page how can i do that ?
Thanks in advance.
for reference file is attached.