Hello everyone,
I have a problem using the option to put some indentation at the first line of a paragraph. Looking at the screenshot below, you can see that on the paragraph is splitted onto the second page and normally, since its the same paragraph, I dont expect it to act like it was another paragraph. Is there a way to have the first line of a paragraph indent only and even if the text is splitted, the content should not be indent ? Thanks you in advance.
I used this option in IReport for a textfield's properties:
And I get this:
2 Answers:
Você pode substituir todos com ou substituir e remover uma identificação. Isso funciona se o seu campo for do tipo HTML, insira uma codificação. $ F {texto} .replaceAll ("<p>", "<p> & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp;")
Attachment | Size |
---|---|
![]() | 129.78 KB |
Hi,
This is a bug that we are going to address and we monitor its progress here:
https://community.jaspersoft.com/jasperreports-library/issues/3466-0
Thanks,
Teodor
I have the exact same problem. Does anyone have a solution?
Same problem here. Any solution?
Problem still exists. Any idea?
Did anyone solve this? I'm having this problem also and I'm unable to find a solution.
This problem still occurs, this is a bug?
Você pode usar o replaceAll na sua função e remover a identação. Caso seu campo seja do tipo HTML insira a codificação. $F{texto}.replaceAll("<p>","<p> ")