Jasper Report Html Bullet Hanging Indent
I have a Jasper report which uses HTML markup tag to display the li tag list. However, it seems that even with the latest version of the Jasper report, it still cannot do the hang
Solution 1:
I was able to achieve this by combining negative tab indent on the first line (text field page) with an equal left padding (borders page)
Solution 2:
That is possible with padding of the element:
<textFieldisBlankWhenNull="true"><reportElementx="170"y="10"width="400"height="15"/><boxleftPadding="5"><topPenlineWidth="0.0"/><leftPenlineWidth="0.0"/></box><textElement><fontfontName="Times New Roman"size="10"pdfEncoding="Cp1250"/></textElement><textFieldExpressionclass="java.lang.String"><![CDATA[$F{TASK_NAME}]]></textFieldExpression></textField>
Post a Comment for "Jasper Report Html Bullet Hanging Indent"