Page break symbol does not work in table cell

I am about done with this control, but here is one for the future...

Symbols are practically undocumented, I suppose it's because they highlight the fact that the control gives the developer no control over the current location in a document:

What page am I on?

How much page do I have left?

Anyway, here is another problem:

This works

sec1.Paragraphs.Add(new Text("#$NP"));

This doesn't

cell1.Paragraphs.Add(new Text("#$NP"));

Hi,

Thank you for considering Aspose.

All contents are rendered by Aspose.Pdf automatically and you can’t control the current location of the document. But more and more customers want to get the position info before saving the document. So we are now considering adding support for this.

Page break in a table cell is not supported. But you can try using Row.IsInNewPage.