I need jasperreports (html/java) equivalent for Microsoft Word paragraph symbol (in ms-word it looks like pilcrow), does anyone knows how to put one? :(
Java '\n' or HTML '<br>', '<p>' inserts "shift+enter line break" into word (.docx) document.
I need exactly enter, without shift.
I've encountered this necessity cause of text-center-align feature in MS-Word. It works ugly, with plain break-row symbols, and creates gigantic spaces between words.
But pilcrow-paragraph breaks text exactly as I need.
Thanks in advance!