Is there an option to set a symbol ( like a litte arrow or any unicode character of even generated content) to be used after a line that is forced to break?
We render codelines in PDF, in some cases these need to wrap, which works quite well with
word-wrap: break-word; (prince10)
But we would like to see a litte 'continuation-character' at the position of the break. (after the printed first line)
Also, we would like to use something like the above on the break of a box. If the box is a continuation of the box on the page before, we would like to insert some content, or / also have content after the break of the box on the first page, to indicate the box is continued on the next page.
Which is kind of the same as a repeating table header, but in this case the content isn't a table.
Any tips / workarounds? Unluckily we haven almost no options to change the html, (however, this could be done with javascript in prince if really needed).
We render codelines in PDF, in some cases these need to wrap, which works quite well with
word-wrap: break-word; (prince10)
But we would like to see a litte 'continuation-character' at the position of the break. (after the printed first line)
Also, we would like to use something like the above on the break of a box. If the box is a continuation of the box on the page before, we would like to insert some content, or / also have content after the break of the box on the first page, to indicate the box is continued on the next page.
Which is kind of the same as a repeating table header, but in this case the content isn't a table.
Any tips / workarounds? Unluckily we haven almost no options to change the html, (however, this could be done with javascript in prince if really needed).