how to write a paragraph?

By: tonythomas - tonythomas
how to write a paragraph?
2004-04-29 08:17
hi all,
i would like to know how to write a paragraph in jasper report.

for example :
"........ .... ....... ...... ...... ................................ .............. ..................... ......... .......
.............."

my intention from this example is that i only want to start the paragraph from few spaces from margin and rest of the lines start from the left margin.

Thanks in advance,
Tony


By: Chuck Deal - cdeal
RE: how to write a paragraph?
2004-04-29 12:20
Well, since the textFields are square, this is not possible via any attrobutes.

However, if this is all that you desire, couldn't you simply prepend some spaces to the text?

<textFieldExpression class="java.lang.String"><![CDATA[" " + $F{yourText}]]</textFieldExpression>

Or something similar?



By
ktrinad's picture
1157
Joined: Aug 9 2006 - 2:36am
Last seen: 16 years 10 months ago

0 Answers:

No answers yet
Feedback
randomness