I want to add some indentation to my text field. I've already added a bullet style (adding the <li> tag to the text) but it seems that JasperSoft Studio doesn't automatically indentate the text.
Even if setting the "styled" markup and adding a <ul> tag at the top of the paragraph like this:
"<ul><li> Example text 1... </li><li> Example text 2... </li></ul>"
JasperSoft is still not able to manage the <ul> tag (looking at the documentation, unfortunately, also other HTML tags..) so the result is not what I wanted.
At this point I tried to search on different forums and I found that I could create a manual report style and apply that to my text field (following this guide: Indentation in generated PDF using JasperReports) but niether this worked for me.
I also tried to put a manual configuration, thinking that creating a style could not be comfortable for Jaspersoft, and set to the text field a configuration like this:

So, setting as left padding property the 10 px value, all the text should get a small displacement to the right. Setting the first line indentation property at -10 px the first line of the paragraph should automatically get to the 0 px position, based on the margin of the page. This should be all my indentation, and it seems that JasperSoft is understanding this because of this:

Printing the page the result that I get is completely different.

Does anyone know what I do forget?
