|
1) Text
fields have a "multi-line" flag. You could use that, and resize your field
to best make use of it.
2) When the
text's font size is set to zero, Acrobat will auto-size the text to best fill
the available area. I don't know if iText's appearance building code
supports this however... Yep! Sure does.
3) You can
set the text alignment through TextField.setAlignment. This defaults to
'left' however, so something Isn't Right.
Setting the
font size would be my choice.
--Mark Storer #include <disclaimer> |
