Hello.
I'm using the following to allow for text to wrap within a cell (fop-1.0).
<fo:table-cell wrap-option="wrap" keep-together.within-column="always">
This is working but when the text is wrapped to the next line, a space is added at the beginning of the text on each subsequent line. I'd like the text to all start in the same position.
For example currently:
Code:
Line one begins here.....
Line two begins here.....
Line three begins here.....
For example would prefer:
Code:
Line one begins here.....
Line two begins here.....
Line three begins here.....
Any suggestions will be greatly appreciated!
Thanks,
Rita