Jump to content
We've recently updated our Privacy Statement, available here ×

justgreey

Members
  • Posts

    4
  • Joined

  • Last visited

justgreey's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I need help with creating editable table, which behaves like a plain word table, with text aligned to the center of a cell and whole column dragged as one (not separated). So, I created Table element, added TextFields into cells, added some params, added borders to TextFields. On export to .docx it looks quite ok, but when user tries to resize some column, related ColumnHeader element does not get resized... Most frustrating thing is that TableHeader and Detail cells are resized together but ColumnHeader (which placed between those two) keeps their size unchanged... Why is that? How can I fix that? Here is my another question, there is some screenshots if it helps https://stackoverflow.com/questions/60033665/how-to-make-jasperreports-table-columns-dragg-together I use jasperreports-6.2.0.jar Thanks!!!
  2. Here is solution:Tab + new line ( <br> in html) works with justified alignment exactly as I wanted. Part before tab+br aligned to the left side, rest of the text justified between left and right side with no unnecessary space between words.
  3. 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!
×
×
  • Create New...